Skip to content

Commit

Permalink
Merge pull request nf-core#1410 from nf-core/fix_empty_trimming
Browse files Browse the repository at this point in the history
Fix issues caused by empty versions from trimming subworkflows
  • Loading branch information
maxulysse authored Oct 15, 2024
2 parents 7794c69 + a391518 commit 660d10c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Special thanks to the following for their contributions to the release:
- [PR #1401](https://github.com/nf-core/rnaseq/pull/1401) - Template update for nf-core/tools v3.0.1
- [PR #1405](https://github.com/nf-core/rnaseq/pull/1405) - Fix bad variable name in subworkflow
- [PR #1406](https://github.com/nf-core/rnaseq/pull/1406) - Keep only one samplesheetToList
- [PR #1410](https://github.com/nf-core/rnaseq/pull/1410) - Fix issues caused by empty versions from trimming subworkflows

### Parameters

Expand Down
6 changes: 3 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,17 +327,17 @@
},
"fastq_fastqc_umitools_fastp": {
"branch": "master",
"git_sha": "46eca555142d6e597729fcb682adcc791796f514",
"git_sha": "4026bab16a91b1b0b18d80ff465819ca725f33fd",
"installed_by": ["fastq_qc_trim_filter_setstrandedness", "subworkflows"]
},
"fastq_fastqc_umitools_trimgalore": {
"branch": "master",
"git_sha": "53fcc37e256ea30818fb793bbe98b63e4a40deb8",
"git_sha": "4026bab16a91b1b0b18d80ff465819ca725f33fd",
"installed_by": ["fastq_qc_trim_filter_setstrandedness", "subworkflows"]
},
"fastq_qc_trim_filter_setstrandedness": {
"branch": "master",
"git_sha": "aef0e7467478130e861365232c3c4cc3247938ec",
"git_sha": "9082d6440bdffbb4f5d9bd9d753361933b3febcb",
"installed_by": ["subworkflows"]
},
"fastq_subsample_fq_salmon": {
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/nf-core/fastq_fastqc_umitools_fastp/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 660d10c

Please sign in to comment.