Skip to content

Commit c847380

Browse files
committed
Add software version changes to CHANGELOG
1 parent cd7213e commit c847380

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
> **NB:** Parameter has been **added** if just the new parameter information is present.
3333
> **NB:** Parameter has been **removed** if new parameter information isn't present.
3434
35+
### Software dependencies
36+
37+
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.
38+
39+
| Dependency | Old version | New version |
40+
| ----------------------------------- | ----------- | ----------- |
41+
| `bbmap` | 38.93 | 39.01 |
42+
| `bioconductor-dupradar` | 1.18.0 | 1.28.0 |
43+
| `bioconductor-summarizedexperiment` | 1.20.0 | 1.24.0 |
44+
| `bioconductor-tximeta` | 1.8.0 | 1.12.0 |
45+
| `fq` | 0.9.1 | |
46+
| `salmon` | 1.5.2 | 1.9.0 |
47+
| `samtools` | 1.15.1 | 1.16.1 |
48+
49+
> **NB:** Dependency has been **updated** if both old and new version information is present.
50+
> **NB:** Dependency has been **added** if just the new version information is present.
51+
> **NB:** Dependency has been **removed** if version information isn't present.
52+
3553
## [[3.9](https://github.com/nf-core/rnaseq/releases/tag/3.9)] - 2022-09-30
3654

3755
### Enhancements & fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can find numerous talks on the [nf-core events page](https://nf-co.re/events
3838
5. Adapter and quality trimming ([`Trim Galore!`](https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/))
3939
6. Removal of genome contaminants ([`BBSplit`](http://seqanswers.com/forums/showthread.php?t=41288))
4040
7. Removal of ribosomal RNA ([`SortMeRNA`](https://github.com/biocore/sortmerna))
41-
9. Choice of multiple alignment and quantification routes:
41+
8. Choice of multiple alignment and quantification routes:
4242
1. [`STAR`](https://github.com/alexdobin/STAR) -> [`Salmon`](https://combine-lab.github.io/salmon/)
4343
2. [`STAR`](https://github.com/alexdobin/STAR) -> [`RSEM`](https://github.com/deweylab/RSEM)
4444
3. [`HiSAT2`](https://ccb.jhu.edu/software/hisat2/index.shtml) -> **NO QUANTIFICATION**

0 commit comments

Comments
 (0)