-
Notifications
You must be signed in to change notification settings - Fork 749
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 seqkit to version 2.9.0 #7315
Conversation
Why is nf-test running (and failing) against modules not touched by this pull request? |
Generally either because they use SEQKIT modules to setup their tests, or they are subworkflows that use SEQKIT. |
$ nf-test test subworkflows/nf-core/fastq_find_mirna_mirdeep2/tests/main.nf.test --profile docker
...
Status: Downloaded newer image for quay.io/biocontainers/mirdeep2:2.0.1.2--0
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
.command.sh: line 7: 76 Segmentation fault mapper.pl small_Clone1_N1.fasta -c -j
-k TCGTATGCCGTCTTCTGCTTGT -l 18 -m -v -p bowtie/genome -s small_Clone1_N1_collapsed.fa
-t small_Clone1_N1_reads_collapsed_vs_genome_genome.arf Is it safe to just manually update version checksums in the snap file? |
Yeah, if it runs on the CI that's sufficient |
Thank you, @SPPearce! |
Second part of #7314
PR checklist
Closes #XXX
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda