Conversation
1305759 to
273efc4
Compare
|
The conda failure seems to be pre-existing. The CI runners fail the |
Attempt to fix upstream in bioconda/bioconda-recipes#63515 |
So then what? I wait for your PR to be merged to Bioconda?? |
|
Could you please re-run: |
|
Done. The current conda checks continue to fail |
| task.ext.when == null || task.ext.when | ||
|
|
||
| script: | ||
| def prefix = task.ext.prefix ?: "${meta.id}" |
There was a problem hiding this comment.
| // Exit if running this module with -profile conda / -profile mamba | |
| if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) { | |
| error "Fastavalidator module does not support Conda. Please use Docker / Singularity instead." | |
| } | |
| def prefix = task.ext.prefix ?: "${meta.id}" |
There was a problem hiding this comment.
Got it, but messed up the branch tracking...
Opened a new PR in #10925
136aca3 to
56e89d0
Compare
56e89d0 to
610cbdd
Compare
610cbdd to
040e627
Compare
PR checklist
Partially closes #10832
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