11[ ![ Build image] ( https://github.com/BioContainers/multi-package-containers/workflows/Build%20image/badge.svg )] ( https://github.com/BioContainers/multi-package-containers/actions?query=workflow%3A%22Build+image%22 )
2+ [ ![ Tests] ( https://github.com/BioContainers/multi-package-containers/workflows/Tests/badge.svg )] ( https://github.com/BioContainers/multi-package-containers/actions?query=workflow%3ATests )
23
34## Building multiple package Containers
45
@@ -8,6 +9,9 @@ Creating containers is easy! All you need to do is add a combination of packages
89To assemble the required string of package combinations you can use the little
910[ helper service] ( https://biocontainers.pro/#/multipackage )
1011which we provide for you. This service will also tell you the name of the container that will be created.
12+ Alternatively, you can use the ** [ Mulled Container Builder] ( https://biocontainers.github.io/multi-package-containers/ ) ** —
13+ an interactive website hosted in this repository that lets you browse bioconda and conda-forge packages,
14+ assemble a basket, and open a pull request with a single click.
1115
1216Currently, this will create you Docker and rkt containers hosted at https://quay.io/organization/biocontainers and
1317Singularity images hosted at https://depot.galaxyproject.org/singularity/ (Hosting sponsors and mirrors welcome!).
@@ -102,6 +106,11 @@ The CVMFS distribution model parallels the accessibility of [quay.io/biocontaine
102106
103107![ grafik] ( https://github.com/user-attachments/assets/d784c33f-aa92-47fa-a8fb-564f0cf69035 )
104108
109+ ---
105110
111+ ## Mulled Container Builder Website
106112
107-
113+ This repository includes a static website (` website/ ` ) that lets users browse
114+ bioconda and conda-forge packages, assemble a basket of ` name=version ` pairs,
115+ and open a pull request against ` combinations/hash.tsv ` with a single click.
116+ See [ ` website/README.md ` ] ( website/README.md ) for documentation.
0 commit comments