Skip to content
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

Merged
merged 15 commits into from
Sep 18, 2024
Merged

bump samtools #6648

merged 15 commits into from
Sep 18, 2024

Conversation

matthdsm
Copy link
Contributor

PR checklist

Closes #XXX

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Emit the versions.yml file.
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • For modules:
      • nf-core modules test <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda
    • For subworkflows:
      • nf-core subworkflows test <SUBWORKFLOW> --profile docker
      • nf-core subworkflows test <SUBWORKFLOW> --profile singularity
      • nf-core subworkflows test <SUBWORKFLOW> --profile conda

@SPPearce
Copy link
Contributor

You'll need to update every single test because they have the md5sum of the versions 😞

@matthdsm
Copy link
Contributor Author

I know...
Nothing a little for-loop can't handle!

@matthdsm
Copy link
Contributor Author

conda!! 😠

@famosab
Copy link
Contributor

famosab commented Sep 17, 2024

It is only the pytest ones that are failing, right? Maybe just move the tests to nf-test. (samtools/markdup, samtools/reheader)
Edit: and the one for bam_stats_samtools (subworkflow)

@SPPearce
Copy link
Contributor

It is only the pytest ones that are failing, right? Maybe just move the tests to nf-test. (samtools/markdup, samtools/reheader) Edit: and the one for bam_stats_samtools (subworkflow)

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.

@matthdsm matthdsm enabled auto-merge September 18, 2024 09:42
@sateeshperi sateeshperi merged commit 763d4b5 into nf-core:master Sep 18, 2024
161 of 163 checks passed
@matthdsm matthdsm deleted the bump/samtools branch September 18, 2024 12:03
herpov pushed a commit to herpov/modules that referenced this pull request Oct 2, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants