Skip to content

Commit c003e2d

Browse files
authored
Merge pull request #1605 from nf-core/fix_umi_discard_default
Fix default for umi_discard_read to prevent validation errors in Platform
2 parents 00a0a15 + ef4c511 commit c003e2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Special thanks to the following for their contributions to the release:
1616
- [PR #1597](https://github.com/nf-core/rnaseq/pull/1597) - Bump version after release 3.20.0
1717
- [PR #1603](https://github.com/nf-core/rnaseq/pull/1603) - Add bam input pathway
1818
- [PR #1604](https://github.com/nf-core/rnaseq/pull/1604) - Enable BAM input for RSEM
19+
- [PR #1605](https://github.com/nf-core/rnaseq/pull/1605) - Fix default for umi_discard_read to prevent validation errors in Platform
1920

2021
## [[3.20.0](https://github.com/nf-core/rnaseq/releases/tag/3.20.0)] - 2025-08-18
2122

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ params {
3636
umitools_bc_pattern = null
3737
umitools_bc_pattern2 = null
3838
umitools_umi_separator = null
39-
umi_discard_read = null
39+
umi_discard_read = 0
4040
save_umi_intermeds = false
4141

4242
// Linting

0 commit comments

Comments
 (0)