Clair3 version topics migration#10975
Conversation
Would there be a way to have an optional input channel for the models, so a user could supply them 'manually', in case they are running with conda? |
|
Yes! It's passed as |
|
Ok great! Then I think you can add to one of the |
|
Done! |
|
Hmm, this change also swapped the container to use docker.io instead of biocontainers/seqera containers. |
|
Oh, it's the container from the original dev. Is it a big issue??? If it's a big deal I can change the module, and bump the version in the meantime as Clair3's latest release was done a couple of hours ago. |
|
We like to mirror the containers: https://nf-co.re/docs/specifications/pipelines/recommendations/custom_containers |
PR checklist
Closes #10643, related with all modules topics migration #10832
packaged_modeltest fails on conda because in clair3 v2.0.0 the DL models are no longer distributed with the bioconda package. Docker and Singularity tests pass successfully, with the models bundled in the Docker/Singularity container at/opt/models/topic: versions- See version_topicslabelnf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile condanf-core subworkflows test <SUBWORKFLOW> --profile dockernf-core subworkflows test <SUBWORKFLOW> --profile singularitynf-core subworkflows test <SUBWORKFLOW> --profile conda