Skip to content

Commit 5ed0a9e

Browse files
pinin4fjordsclaude
andcommitted
Update trimgalore module to 2.3.0
Bumps the nf-core/trimgalore module from 2.1.0 to 2.3.0 (conda pin, container, and module git_sha), and updates the version string in affected pipeline-level nf-test snapshots. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 02dfe8b commit 5ed0a9e

22 files changed

Lines changed: 56 additions & 55 deletions

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- [PR #1862](https://github.com/nf-core/rnaseq/pull/1862) - Correct the `docs/usage.md` note to state that `--extra_star_align_args` applies to `--aligner star_rsem`, since STAR runs as a standalone step and RSEM quantifies the resulting BAM ([#1857](https://github.com/nf-core/rnaseq/issues/1857))
2525
- [PR #1864](https://github.com/nf-core/rnaseq/pull/1864) - Bump nf-schema to 2.7.2, fixing boolean CLI parameter validation failures under Nextflow 26.x strict syntax ([#1860](https://github.com/nf-core/rnaseq/issues/1860))
2626
- [PR #1869](https://github.com/nf-core/rnaseq/pull/1869) - Add pipeline validation error when `--use_rustqc` and `--skip_markduplicates` are set together, since RustQC requires duplicate-marked BAM files ([#1865](https://github.com/nf-core/rnaseq/issues/1865))
27+
- [PR #1884](https://github.com/nf-core/rnaseq/pull/1884) - Update `trimgalore` module to 2.3.0
2728

2829
## [[3.26.0](https://github.com/nf-core/rnaseq/releases/tag/3.26.0)] - 2026-05-07
2930

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
},
350350
"trimgalore": {
351351
"branch": "master",
352-
"git_sha": "0991b1032cccfcd9245ef59c6e56d6092ac0b3e7",
352+
"git_sha": "2a30bfb6a1b4667692d734e33e000a3bd1d74a0d",
353353
"installed_by": ["fastq_fastqc_umitools_trimgalore", "modules"]
354354
},
355355
"tximeta/tximport": {

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: 2 additions & 2 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.snap

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

tests/contaminant_screening_input.nf.test.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"samtools": "1.23.1"
3535
},
3636
"TRIMGALORE": {
37-
"trimgalore": "2.1.0"
37+
"trimgalore": "2.3.0"
3838
},
3939
"UNTAR_KRAKEN_DB": {
4040
"untar": 1.34
@@ -139,7 +139,7 @@
139139
"samtools": "1.23.1"
140140
},
141141
"TRIMGALORE": {
142-
"trimgalore": "2.1.0"
142+
"trimgalore": "2.3.0"
143143
},
144144
"UNTAR_HISAT2_INDEX": {
145145
"untar": 1.34
@@ -236,7 +236,7 @@
236236
"samtools": "1.23.1"
237237
},
238238
"TRIMGALORE": {
239-
"trimgalore": "2.1.0"
239+
"trimgalore": "2.3.0"
240240
},
241241
"UNTAR_KRAKEN_DB": {
242242
"untar": 1.34
@@ -425,7 +425,7 @@
425425
"subread": "2.0.6"
426426
},
427427
"TRIMGALORE": {
428-
"trimgalore": "2.1.0"
428+
"trimgalore": "2.3.0"
429429
},
430430
"TXIMETA_TXIMPORT": {
431431
"bioconductor-tximeta": "1.20.1"
@@ -1814,7 +1814,7 @@
18141814
"subread": "2.0.6"
18151815
},
18161816
"TRIMGALORE": {
1817-
"trimgalore": "2.1.0"
1817+
"trimgalore": "2.3.0"
18181818
},
18191819
"TXIMETA_TXIMPORT": {
18201820
"bioconductor-tximeta": "1.20.1"
@@ -3107,7 +3107,7 @@
31073107
"samtools": "1.23.1"
31083108
},
31093109
"TRIMGALORE": {
3110-
"trimgalore": "2.1.0"
3110+
"trimgalore": "2.3.0"
31113111
},
31123112
"UNTAR_KRAKEN_DB": {
31133113
"untar": 1.34

tests/default.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"star": "2.7.11b"
4040
},
4141
"TRIMGALORE": {
42-
"trimgalore": "2.1.0"
42+
"trimgalore": "2.3.0"
4343
},
4444
"UNTAR_SALMON_INDEX": {
4545
"untar": 1.34
@@ -238,7 +238,7 @@
238238
"subread": "2.0.6"
239239
},
240240
"TRIMGALORE": {
241-
"trimgalore": "2.1.0"
241+
"trimgalore": "2.3.0"
242242
},
243243
"TXIMETA_TXIMPORT": {
244244
"bioconductor-tximeta": "1.20.1"

tests/featurecounts_group_type.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"star": "2.7.11b"
3737
},
3838
"TRIMGALORE": {
39-
"trimgalore": "2.1.0"
39+
"trimgalore": "2.3.0"
4040
},
4141
"UNTAR_SALMON_INDEX": {
4242
"untar": 1.34
@@ -162,7 +162,7 @@
162162
"star": "2.7.11b"
163163
},
164164
"TRIMGALORE": {
165-
"trimgalore": "2.1.0"
165+
"trimgalore": "2.3.0"
166166
},
167167
"TXIMETA_TXIMPORT": {
168168
"bioconductor-tximeta": "1.20.1"

tests/gpu_ribodetector.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"seqkit": "2.9.0"
4545
},
4646
"TRIMGALORE": {
47-
"trimgalore": "2.1.0"
47+
"trimgalore": "2.3.0"
4848
},
4949
"UNTAR_SALMON_INDEX": {
5050
"untar": 1.34
@@ -151,7 +151,7 @@
151151
"samtools": "1.23.1"
152152
},
153153
"TRIMGALORE": {
154-
"trimgalore": "2.1.0"
154+
"trimgalore": "2.3.0"
155155
},
156156
"UNTAR_SALMON_INDEX": {
157157
"untar": 1.34

tests/hisat2.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"samtools": "1.23.1"
3838
},
3939
"TRIMGALORE": {
40-
"trimgalore": "2.1.0"
40+
"trimgalore": "2.3.0"
4141
},
4242
"UNTAR_HISAT2_INDEX": {
4343
"untar": 1.34
@@ -210,7 +210,7 @@
210210
"subread": "2.0.6"
211211
},
212212
"TRIMGALORE": {
213-
"trimgalore": "2.1.0"
213+
"trimgalore": "2.3.0"
214214
},
215215
"UNTAR_HISAT2_INDEX": {
216216
"untar": 1.34

0 commit comments

Comments
 (0)