Skip to content

Commit b4dace1

Browse files
committed
Bump pipeline version to 3.11.2
1 parent 156da92 commit b4dace1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
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-
## [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

nextflow.config

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

0 commit comments

Comments
 (0)