-
Notifications
You must be signed in to change notification settings - Fork 734
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
bump samtools #6648
bump samtools #6648
Conversation
You'll need to update every single test because they have the md5sum of the versions 😞 |
I know... |
conda!! 😠 |
It is only the pytest ones that are failing, right? Maybe just move the tests to nf-test. (samtools/markdup, samtools/reheader) |
They both look pretty simple to swap to nf-test, I'll try and fit it in later if nobody has done before then. Although I don't know why markdup is currently using samtools collate first, that seems unnecessary. |
* bump samtools * samtools cat no longer supports * update snapshots * more snapshots * fix consensus test * another attempt at fixing 'consensus' * reheader > nf-test * markdup > nf-test * fix linting for markdup * consensus fix? * fix consensus --------- Co-authored-by: Sateesh_Peri <[email protected]>
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