We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8cfe6 commit b10425dCopy full SHA for b10425d
CHANGELOG.md
@@ -3,7 +3,7 @@
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
-## v3.10dev - [date]
+## [[3.10](https://github.com/nf-core/rnaseq/releases/tag/3.10)] - 2022-12-21
7
8
### Enhancements & fixes
9
nextflow.config
@@ -256,7 +256,7 @@ manifest {
256
description = """RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control."""
257
mainScript = 'main.nf'
258
nextflowVersion = '!>=22.10.1'
259
- version = '3.10dev'
+ version = '3.10'
260
doi = 'https://doi.org/10.5281/zenodo.1400710'
261
}
262
0 commit comments