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

Add pigz to trimgalore #7169

Merged
merged 4 commits into from
Dec 6, 2024
Merged

Add pigz to trimgalore #7169

merged 4 commits into from
Dec 6, 2024

Conversation

edmundmiller
Copy link
Contributor

@edmundmiller edmundmiller commented Dec 6, 2024

  • feat: Add pigz to trimgalore
  • style: Run lsp format

This one shouldn't be controversial. It's documented that using pigz speeds up trimgalore. In the DSL2 transition the requirement got dropped because it was in mega environment.yml in methylseq, and atac-seq.

Closes nf-core/atacseq#394

Added multi-threading support with the new option -j/--cores INT; many thanks to Frankie James for initiating this. Multi-threading support works effectively if Cutadapt is run with Python 3, and if parallel gzip (pigz) is installed:

https://github.com/FelixKrueger/TrimGalore/blob/master/CHANGELOG.md#version-060-release-on-1-mar-2019

@edmundmiller
Copy link
Contributor Author

edmundmiller commented Dec 6, 2024

Huh, I went back and added a check, and it was in the image anyway, but the Bioconda packages don't include it. Guess I didn't try the old singularity image locally it was the docker image 🤷🏻‍♂️ It Should work now.

@edmundmiller edmundmiller added this pull request to the merge queue Dec 6, 2024
Merged via the queue into master with commit 4c2d06a Dec 6, 2024
38 checks passed
@edmundmiller edmundmiller deleted the trimgalore-pigz branch December 6, 2024 14:16
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.

Improve TRIMGALORE by adding pigz to Singularity container
2 participants