File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
- ## Dev
6
+ ## [ v2.2.0 ] ( https://github.com/nf-core/smrnaseq/releases/tag/2.2.0 ) - 2023-04-25
7
7
8
8
- [[ #220 ] ( https://github.com/nf-core/smrnaseq/issues/220 )] - Fixed an issue where miRTrace reports fastq basename instead of sample ID
9
9
- [[ #208 ] ( https://github.com/nf-core/smrnaseq/issues/208 )] - Fixed usability of ` --skip_qc ` parameter
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ manifest {
226
226
description = """ Small RNA-Seq Best Practice Analysis Pipeline."""
227
227
mainScript = ' main.nf'
228
228
nextflowVersion = ' !>=22.10.1'
229
- version = ' 2.1.1dev '
229
+ version = ' 2.2.0 '
230
230
doi = ' '
231
231
}
232
232
You can’t perform that action at this time.
0 commit comments