Skip to content

Commit ed2b8aa

Browse files
Update CHANGELOG.md
1 parent a294bb5 commit ed2b8aa

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- [PR #1135](https://github.com/nf-core/rnaseq/pull/1135) - Update [action-tower-launch](https://github.com/marketplace/actions/action-tower-launch) to v2 which supports more variable handling.
1313
- [PR #1138](https://github.com/nf-core/rnaseq/pull/1138) - Updates FASTQC and UMITOOLS modules and their dependencies which have had their version string extraction commands updated ([#1103](https://github.com/nf-core/rnaseq/issues/1103))
14-
- Picard module version updated 3.0.0 -> 3.1.1.
15-
- Samtools module version updated 1.17 -> 1.18.
1614
- Update Rseqc and Fastp modules to print STDERR to screen and file.
1715

1816
### Software dependencies
1917

18+
| Dependency | Old version | New version |
19+
| ---------- | ----------- | ----------- |
20+
| `picard` | 3.0.0 | 3.1.1 |
21+
| `samtools` | 1.17 | 1.18 |
22+
23+
> **NB:** Dependency has been **updated** if both old and new version information is present.
24+
>
25+
> **NB:** Dependency has been **added** if just the new version information is present.
26+
>
27+
> **NB:** Dependency has been **removed** if new version information isn't present.
28+
2029
### Modules / Subworkflows
2130

31+
- BAM_RSEQC subworkflow updated with new channel names.
32+
2233
## [[3.13.2](https://github.com/nf-core/rnaseq/releases/tag/3.13.2)] - 2023-11-21
2334

2435
### Credits

0 commit comments

Comments
 (0)