Skip to content

Commit 0b9d61a

Browse files
committed
Fix #799
1 parent 1b95d70 commit 0b9d61a

File tree

5 files changed

+26
-14
lines changed

5 files changed

+26
-14
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
- [[#764](https://github.com/nf-core/rnaseq/issues/764)] - Test fails when using GCP due to missing tools in the basic biocontainer
1111
- [[#791](https://github.com/nf-core/rnaseq/issues/791)] - Add outputs for umitools dedup summary stats
1212
- [[#798](https://github.com/nf-core/rnaseq/issues/798)] - Decompress transcript fasta error
13+
- [[#799](https://github.com/nf-core/rnaseq/issues/799)] - Issue with using `--retain_unpaired` with the `FASTQC_UMITOOLS_TRIMGALORE:TRIMGALORE` module
1314
- [[#802](https://github.com/nf-core/rnaseq/issues/802)] - `--bam_csi_index` error generated if `--skip_alignment` specified
1415
- Updated pipeline template to [nf-core/tools 2.3.2](https://github.com/nf-core/tools/releases/tag/2.3.2)
1516

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
104104
},
105105
"trimgalore": {
106-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
106+
"git_sha": "85ec13ff1fc2196c5a507ea497de468101baabed"
107107
},
108108
"ucsc/bedclip": {
109109
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"

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

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

modules/nf-core/modules/trimgalore/meta.yml

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

subworkflows/nf-core/fastqc_umitools_trimgalore.nf

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

0 commit comments

Comments
 (0)