File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed 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- ## [ Unpublished Version / DEV]
6+ ## [[ 3.11.2] ( https://github.com/nf-core/rnaseq/releases/tag/3.11.2 )] - 2023-04-25
7+
8+ ### Credits
9+
10+ Special thanks to the following for their code contributions to the release:
11+
12+ - [ Maxime Garcia] ( https://github.com/maxulysse )
13+ - [ Rob Syme] ( https://github.com/robsyme )
14+ - [ W. Lee Pang] ( https://github.com/wleepang )
715
816### Enhancements & fixes
917
18+ - [[ #1003 ] ( https://github.com/nf-core/rnaseq/pull/1003 )] - ` FASTQ_SUBSAMPLE_FQ_SALMON:SALMON_INDEX ` is launched multiple times and fails
19+
1020## [[ 3.11.1] ( https://github.com/nf-core/rnaseq/releases/tag/3.11.1 )] - 2023-03-31
1121
1222### Credits
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ manifest {
261261 description = """ RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control."""
262262 mainScript = ' main.nf'
263263 nextflowVersion = ' !>=22.10.1'
264- version = ' 3.12.0dev '
264+ version = ' 3.11.2 '
265265 doi = ' https://doi.org/10.5281/zenodo.1400710'
266266}
267267
You can’t perform that action at this time.
0 commit comments