Skip to content

Commit e94558b

Browse files
committed
update CHANGELOG
1 parent 4316615 commit e94558b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,37 @@ 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+
27+
### Software dependencies
28+
29+
| Dependency | Old version | New version |
30+
| ----------------------------- | ----------- | ----------- |
31+
| `bbmap` | 39.01 | 39.10 |
32+
| `coreutils` | 8.30 | 9.5 |
33+
| `fq` | 0.9.1 | 0.12.0 |
34+
| `python (catadditionalfasta)` | 3.9.5 | 3.12.2 |
35+
| `python (tx2gene)` | 3.9.5 | 3.10.4 |
36+
| `cutadapt` | 3.4 | 4.9 |
37+
| `htslib (star)` | 1.18 | 1.20 |
38+
| `htslib` | 1.20 | 1.21 |
39+
| `kallisto` | 0.48.0 | 0.51.1 |
40+
| `preseq` | 3.1.2 | 3.2.0 |
41+
| `salmon` | 1.10.1 | 1.10.3 |
42+
| `samtools (star)` | 1.18 | 1.20 |
43+
| `samtools` | 1.20 | 1.21 |
44+
| `sortmerna` | 4.3.6 | 4.3.7 |
45+
| `star` | 2.7.10a | =2.7.11b |
46+
| `stringtie` | 2.2.1 | 2.2.3 |
47+
| `subread` | 2.0.1 | 2.0.6 |
48+
| `trim-galore` | 0.6.7 | 0.6.10 |
49+
| `ucsc-bedgraphtobigwig` | 445 | 469 |
50+
51+
> **NB:** Dependency has been **updated** if both old and new version information is present.
52+
>
53+
> **NB:** Dependency has been **added** if just the new version information is present.
54+
>
55+
> **NB:** Dependency has been **removed** if new version information isn't present.
2556
2657
## [[3.16.1](https://github.com/nf-core/rnaseq/releases/tag/3.16.1)] - 2024-10-16
2758

0 commit comments

Comments
 (0)