File tree Expand file tree Collapse file tree 5 files changed +173
-164
lines changed
workflows/rnaseq/assets/multiqc Expand file tree Collapse file tree 5 files changed +173
-164
lines changed Original file line number Diff line number Diff line change 11lint :
22 files_exist :
3- - conf/modules.config
3+ - conf/modules.config
44 files_unchanged :
5- - assets/email_template.html
6- - assets/email_template.txt
7- - .gitignore
5+ - assets/email_template.html
6+ - assets/email_template.txt
7+ - .gitignore
88 modules_config : false
99 multiqc_config : false
1010 nextflow_config :
11- - config_defaults :
12- - params.ribo_database_manifest
11+ - config_defaults :
12+ - params.ribo_database_manifest
1313nf_core_version : 3.3.2
1414repository_type : pipeline
1515template :
@@ -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
@@ -18,6 +21,12 @@ Special thanks to the following for their contributions to the release:
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
2023
24+ ### Software dependencies
25+
26+ | Dependency | Old version | New version |
27+ | ---------- | ----------- | ----------- |
28+ | ` MultiQC ` | 1.30 | 1.31 |
29+
2130## [[ 3.20.0] ( https://github.com/nf-core/rnaseq/releases/tag/3.20.0 )] - 2025-08-18
2231
2332### Credits
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