Skip to content

Commit a46aa93

Browse files
committed
Update CHANGELOG
1 parent 28b4dbb commit a46aa93

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
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.7](https://github.com/nf-core/rnaseq/releases/tag/3.7)] - 2022-04-29
7+
8+
### :warning: Major enhancements
9+
10+
- Updated default STAR version to latest available (`2.7.10a`; see [#808](https://github.com/nf-core/rnaseq/issues/808]))
11+
- Vanilla Linux Docker container changed from `biocontainers/biocontainers:v1.2.0_cv1` to `ubuntu:20.04` (see [#764](https://github.com/nf-core/rnaseq/issues/764]))
712

813
### Enhancements & fixes
914

@@ -15,7 +20,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1520
- [[#808](https://github.com/nf-core/rnaseq/issues/808)] - Auto-detect usage of Illumina iGenomes reference
1621
- Updated pipeline template to [nf-core/tools 2.3.2](https://github.com/nf-core/tools/releases/tag/2.3.2)
1722

18-
### Parameters
23+
### Software dependencies
24+
25+
Note, since the pipeline is now using Nextflow DSL2, each process will be run with its own [Biocontainer](https://biocontainers.pro/#/registry). This means that on occasion it is entirely possible for the pipeline to be using different versions of the same tool. However, the overall software dependency changes compared to the last release have been listed below for reference.
26+
27+
| Dependency | Old version | New version |
28+
| ------------- | ----------- | ----------- |
29+
| `samtools` | 1.14 | 1.15.1 |
30+
| `star` | 2.6.1d | 2.7.10a |
31+
| `stringtie` | 2.1.7 | 2.2.1 |
32+
33+
> **NB:** Dependency has been **updated** if both old and new version information is present.
34+
> **NB:** Dependency has been **added** if just the new version information is present.
35+
> **NB:** Dependency has been **removed** if version information isn't present.
1936
2037
## [[3.6](https://github.com/nf-core/rnaseq/releases/tag/3.6)] - 2022-03-04
2138

tower.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
reports:
2+
multiqc_report.html:
3+
display: "MultiQC HTML report"
4+
"**/star_salmon/**/deseq2.plots.pdf":
5+
display: "All samples STAR Salmon DESeq2 QC PDF plots"
6+
"**/star_salmon/salmon.merged.gene_counts.tsv":
7+
display: "All samples STAR Salmon merged gene raw counts"
8+
"**/star_salmon/salmon.merged.gene_tpm.tsv":
9+
display: "All samples STAR Salmon merged gene TPM counts"
10+
"**/star_salmon/salmon.merged.transcript_counts.tsv":
11+
display: "All samples STAR Salmon merged transcript raw counts"
12+
"**/star_salmon/salmon.merged.transcript_tpm.tsv":
13+
display: "All samples STAR Salmon merged transcript TPM counts"
14+
"**/salmon/**/deseq2.plots.pdf":
15+
display: "All samples Salmon DESeq2 QC PDF plots"
16+
"**/salmon/salmon.merged.gene_counts.tsv":
17+
display: "All samples Salmon merged gene raw counts"
18+
"**/salmon/salmon.merged.gene_tpm.tsv":
19+
display: "All samples Salmon merged gene TPM counts"
20+
"**/salmon/salmon.merged.transcript_counts.tsv":
21+
display: "All samples Salmon merged transcript raw counts"
22+
"**/salmon/salmon.merged.transcript_tpm.tsv":
23+
display: "All samples Salmon merged transcript TPM counts"
24+
"**/star_rsem/**/deseq2.plots.pdf":
25+
display: "All samples STAR RSEM DESeq2 QC PDF plots"
26+
"**/star_rsem/rsem.merged.gene_counts.tsv":
27+
display: "All samples STAR RSEM merged gene raw counts"
28+
"**/star_rsem/rsem.merged.gene_tpm.tsv":
29+
display: "All samples STAR RSEM merged gene TPM counts"
30+
"**/star_rsem/rsem.merged.transcript_counts.tsv":
31+
display: "All samples STAR RSEM merged transcript raw counts"
32+
"**/star_rsem/rsem.merged.transcript_tpm.tsv":
33+
display: "All samples STAR RSEM merged transcript TPM counts"

0 commit comments

Comments
 (0)