File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments