We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a30d2 commit b50e1f6Copy full SHA for b50e1f6
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
-## [Unpublished Version / DEV]
+## [[1.9](https://github.com/nf-core/rnaseq/releases/tag/1.9)] - 2022-12-21
7
8
### Enhancements & fixes
9
nextflow.config
@@ -177,7 +177,7 @@ manifest {
177
description = """Pipeline to fetch metadata and raw FastQ files from public databases"""
178
mainScript = 'main.nf'
179
nextflowVersion = '!>=22.10.1'
180
- version = '1.9dev'
+ version = '1.9'
181
doi = 'https://doi.org/10.5281/zenodo.5070524'
182
}
183
0 commit comments