You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
-[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.
13
13
-[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.
16
14
- Update Rseqc and Fastp modules to print STDERR to screen and file.
17
15
18
16
### Software dependencies
19
17
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
+
20
29
### Modules / Subworkflows
21
30
31
+
- BAM_RSEQC subworkflow updated with new channel names.
0 commit comments