Skip to content

Commit 6aa18da

Browse files
committed
Bump versions for 3.21.
1 parent c003e2d commit 6aa18da

File tree

5 files changed

+173
-164
lines changed

5 files changed

+173
-164
lines changed

.nf-core.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
lint:
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
1313
nf_core_version: 3.3.2
1414
repository_type: pipeline
1515
template:
@@ -21,4 +21,4 @@ template:
2121
name: rnaseq
2222
org: nf-core
2323
outdir: .
24-
version: 3.21.0dev
24+
version: 3.21.0

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and 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

1010
Special 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

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)