-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update bowtie2 v2.5.4 #6870
base: master
Are you sure you want to change the base?
update bowtie2 v2.5.4 #6870
Conversation
Hi |
Hi @LucilleAugusta , To try to solve that, I have changed the 'sorting' value to true in the nf-test file, so that we ensure to have always the same order, and then increased a little bit the amount of lines from output collected. Let's see if this help. If so, something similar has to be done for the other tests that fail, if they actually relate to the changes you made. If they are of a different tool, then probably should not be of the scope of this PR. |
Thanks for taking a look @fmalmeida. The tests failing seems to be related to subwokflows - |
Hi @LucilleAugusta , I seems that the other workflows are just complaining in the So, probably just running them with 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks
@@ -4,8 +4,8 @@ process BOWTIE2_ALIGN { | |||
|
|||
conda "${moduleDir}/environment.yml" | |||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? | |||
'https://depot.galaxyproject.org/singularity/mulled-v2-ac74a7f02cebcfcc07d8e8d1d750af9c83b4d45a:f70b31a2db15c023d641c32f433fb02cd04df5a6-0' : | |||
'biocontainers/mulled-v2-ac74a7f02cebcfcc07d8e8d1d750af9c83b4d45a:f70b31a2db15c023d641c32f433fb02cd04df5a6-0' }" | |||
'oras://community.wave.seqera.io/library/bowtie2_samtools_pigz:19e9ad812f803021' : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'oras://community.wave.seqera.io/library/bowtie2_samtools_pigz:19e9ad812f803021' : | |
'oras://community.wave.seqera.io/library/bowtie2_samtools_pigz:19e9ad812f803021' : |
We're not supporting oras yet. There's a script https://github.com/nf-core/modules/blob/master/.github/scripts/wave_singularity.py for this if anyone beats me to it, just going through Seqera container issues.
@LucilleAugusta , do you need help to get this finished off? |
PR checklist
Closes #6821
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
For bowtie2/align the old mulled biocontainers have been changed to new Seqera containers.