File tree Expand file tree Collapse file tree 5 files changed +120
-110
lines changed
workflows/rnaseq/assets/multiqc Expand file tree Collapse file tree 5 files changed +120
-110
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ template:
2121 name : rnaseq
2222 org : nf-core
2323 outdir : .
24- version : 3.21.0dev
24+ version : 3.21.0
Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
44and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
6- ## dev
6+ ## [[ 3.21.0 ] ( https://github.com/nf-core/rnaseq/releases/tag/3.21.0 )] - 2025-09-18
77
88### Credits
99
1010Special thanks to the following for their contributions to the release:
1111
12+ - [ Edmund Miller] ( https://github.com/edmundmiller )
13+ - [ Friederike Hanssen] ( https://github.com/friederikehanssen )
1214- [ Maxime Garcia] ( https://github.com/maxulysse )
15+ - [ Jonathan Manning] ( https://github.com/pinin4fjords )
1316
1417### Enhancements & fixes
1518
1619- [ PR #1597 ] ( https://github.com/nf-core/rnaseq/pull/1597 ) - Bump version after release 3.20.0
1720- [ PR #1603 ] ( https://github.com/nf-core/rnaseq/pull/1603 ) - Add bam input pathway
1821- [ PR #1604 ] ( https://github.com/nf-core/rnaseq/pull/1604 ) - Enable BAM input for RSEM
1922- [ PR #1605 ] ( https://github.com/nf-core/rnaseq/pull/1605 ) - Fix default for umi_discard_read to prevent validation errors in Platform
23+ - [ PR #1606 ] ( https://github.com/nf-core/rnaseq/pull/1606 ) - Bump version to 3.21.0 ahead of release
24+
25+ ### Software dependencies
26+
27+ | Dependency | Old version | New version |
28+ | ---------- | ----------- | ----------- |
29+ | ` MultiQC ` | 1.30 | 1.31 |
2030
2131## [[ 3.20.0] ( https://github.com/nf-core/rnaseq/releases/tag/3.20.0 )] - 2025-08-18
2232
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ manifest {
421421 mainScript = ' main.nf'
422422 defaultBranch = ' master'
423423 nextflowVersion = ' !>=24.10.5'
424- version = ' 3.21.0dev '
424+ version = ' 3.21.0 '
425425 doi = ' https://doi.org/10.5281/zenodo.1400710'
426426}
427427
You can’t perform that action at this time.
0 commit comments