Skip to content

Commit 660d10c

Browse files
authored
Merge pull request #1410 from nf-core/fix_empty_trimming
Fix issues caused by empty versions from trimming subworkflows
2 parents 7794c69 + a391518 commit 660d10c

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Special thanks to the following for their contributions to the release:
1818
- [PR #1401](https://github.com/nf-core/rnaseq/pull/1401) - Template update for nf-core/tools v3.0.1
1919
- [PR #1405](https://github.com/nf-core/rnaseq/pull/1405) - Fix bad variable name in subworkflow
2020
- [PR #1406](https://github.com/nf-core/rnaseq/pull/1406) - Keep only one samplesheetToList
21+
- [PR #1410](https://github.com/nf-core/rnaseq/pull/1410) - Fix issues caused by empty versions from trimming subworkflows
2122

2223
### Parameters
2324

modules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,17 +327,17 @@
327327
},
328328
"fastq_fastqc_umitools_fastp": {
329329
"branch": "master",
330-
"git_sha": "46eca555142d6e597729fcb682adcc791796f514",
330+
"git_sha": "4026bab16a91b1b0b18d80ff465819ca725f33fd",
331331
"installed_by": ["fastq_qc_trim_filter_setstrandedness", "subworkflows"]
332332
},
333333
"fastq_fastqc_umitools_trimgalore": {
334334
"branch": "master",
335-
"git_sha": "53fcc37e256ea30818fb793bbe98b63e4a40deb8",
335+
"git_sha": "4026bab16a91b1b0b18d80ff465819ca725f33fd",
336336
"installed_by": ["fastq_qc_trim_filter_setstrandedness", "subworkflows"]
337337
},
338338
"fastq_qc_trim_filter_setstrandedness": {
339339
"branch": "master",
340-
"git_sha": "aef0e7467478130e861365232c3c4cc3247938ec",
340+
"git_sha": "9082d6440bdffbb4f5d9bd9d753361933b3febcb",
341341
"installed_by": ["subworkflows"]
342342
},
343343
"fastq_subsample_fq_salmon": {

subworkflows/nf-core/fastq_fastqc_umitools_fastp/main.nf

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

subworkflows/nf-core/fastq_fastqc_umitools_trimgalore/main.nf

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

subworkflows/nf-core/fastq_fastqc_umitools_trimgalore/tests/main.nf.test.snap

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

0 commit comments

Comments
 (0)