@@ -22,6 +22,38 @@ Special thanks to the following for their contributions to the release:
2222- [ PR #1425 ] ( https://github.com/nf-core/rnaseq/pull/1425 ) - Add profile for ARM compatibility
2323- [ PR #1432 ] ( https://github.com/nf-core/rnaseq/pull/1432 ) - Bump versions for 3.17.0 release
2424- [ PR #1434 ] ( https://github.com/nf-core/rnaseq/pull/1434 ) - Default registry is quay.io for all containers
25+ - [ PR #1437 ] ( https://github.com/nf-core/rnaseq/pull/1437 ) - Update software dependencies
26+ - [ PR #1437 ] ( https://github.com/nf-core/rnaseq/pull/1437 ) - Remove conda from test matrix
27+
28+ ### Software dependencies
29+
30+ | Dependency | Old version | New version |
31+ | ----------------------------- | ----------- | ----------- |
32+ | ` bbmap ` | 39.01 | 39.10 |
33+ | ` coreutils ` | 8.30 | 9.5 |
34+ | ` fq ` | 0.9.1 | 0.12.0 |
35+ | ` python (catadditionalfasta) ` | 3.9.5 | 3.12.2 |
36+ | ` python (tx2gene) ` | 3.9.5 | 3.10.4 |
37+ | ` cutadapt ` | 3.4 | 4.9 |
38+ | ` htslib (star) ` | 1.18 | 1.20 |
39+ | ` htslib ` | 1.20 | 1.21 |
40+ | ` kallisto ` | 0.48.0 | 0.51.1 |
41+ | ` preseq ` | 3.1.2 | 3.2.0 |
42+ | ` salmon ` | 1.10.1 | 1.10.3 |
43+ | ` samtools (star) ` | 1.18 | 1.20 |
44+ | ` samtools ` | 1.20 | 1.21 |
45+ | ` sortmerna ` | 4.3.6 | 4.3.7 |
46+ | ` star ` | 2.7.10a | =2.7.11b |
47+ | ` stringtie ` | 2.2.1 | 2.2.3 |
48+ | ` subread ` | 2.0.1 | 2.0.6 |
49+ | ` trim-galore ` | 0.6.7 | 0.6.10 |
50+ | ` ucsc-bedgraphtobigwig ` | 445 | 469 |
51+
52+ > ** NB:** Dependency has been ** updated** if both old and new version information is present.
53+ >
54+ > ** NB:** Dependency has been ** added** if just the new version information is present.
55+ >
56+ > ** NB:** Dependency has been ** removed** if new version information isn't present.
2557
2658## [[ 3.16.1] ( https://github.com/nf-core/rnaseq/releases/tag/3.16.1 )] - 2024-10-16
2759
0 commit comments