BioContainers / containers

Bioinformatics containers
http://biocontainers.pro
Apache License 2.0
674 stars 246 forks source link

Publish vamb v4.1.3 #541

Open gariem opened 10 months ago

gariem commented 10 months ago

There is already a recipe for vamb:4.1.3
https://github.com/bioconda/bioconda-recipes/blob/master/recipes/vamb/meta.yaml

However, the corresponding docker and singularity images are still not available at https://biocontainers.pro/registry

Is there any chance that the build/publish jobs can be run so we have the latest versions available? I'm specially interested in the singularity image.

mboudet commented 10 months ago

There seems to be an issue on the bioconda side of things. The PR was merged, but the conda package was not built. https://github.com/bioconda/bioconda-recipes/pull/43684 https://anaconda.org/bioconda/vamb

As soon as the package is built, the container should be built too.

gariem commented 10 months ago

Thanks for the reply, can we keep the issue until the new version comes up?

mboudet commented 10 months ago

No problem. You may wish to create a new issue on the bioconda repository to make sure the problem is known.

bgruening commented 7 months ago

The package was never built. The skip section excluded all Python versions. If we could get this PR https://github.com/bioconda/bioconda-recipes/pull/45266 green and merged.