Skip to content

Commit 0a86dc4

Browse files
authored
Merge pull request #1482 from nf-core/fix_trimgalore_linting
Update trimgalore module for save_unpaired fix
2 parents 766b0a3 + 3450202 commit 0a86dc4

19 files changed

+285
-128
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Enhancements & fixes
1111

1212
- [PR #1480](https://github.com/nf-core/rnaseq/pull/1480) - Bump version after release 3.18.0
13+
- [PR #1482](https://github.com/nf-core/rnaseq/pull/1482) - Update trimgalore module for save_unpaired fix
1314

1415
# 3.18.0 - 2024-12-19
1516

modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
},
255255
"trimgalore": {
256256
"branch": "master",
257-
"git_sha": "8c5eeedd45e295fc9a4f164631da6a8b37e6b9c6",
257+
"git_sha": "8d3e71002c5008e3f68a691ad8cd32c346356258",
258258
"installed_by": ["fastq_fastqc_umitools_trimgalore"]
259259
},
260260
"tximeta/tximport": {
@@ -358,7 +358,7 @@
358358
},
359359
"fastq_fastqc_umitools_trimgalore": {
360360
"branch": "master",
361-
"git_sha": "8c5eeedd45e295fc9a4f164631da6a8b37e6b9c6",
361+
"git_sha": "4c2d06a5e79abf08ba7f04c58e39c7dad75f094d",
362362
"installed_by": ["fastq_qc_trim_filter_setstrandedness", "subworkflows"]
363363
},
364364
"fastq_qc_trim_filter_setstrandedness": {

modules/nf-core/trimgalore/environment.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/trimgalore/main.nf

Lines changed: 31 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/trimgalore/meta.yml

Lines changed: 24 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/trimgalore/tests/main.nf.test

Lines changed: 42 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)