Skip to content

Commit 63df1d7

Browse files
authored
Merge pull request #1152 from drpatelh/fixes
Bump container versions for tools using Docker V1 manifest
2 parents cd3a4f5 + 5b0a148 commit 63df1d7

File tree

20 files changed

+230
-36
lines changed

20 files changed

+230
-36
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Special thanks to the following for their contributions to the release:
2626
- [PR #1149](https://github.com/nf-core/rnaseq/pull/1149) - Fix and patch version commands for Fastp, FastQC and UMI-tools modules ([#1103](https://github.com/nf-core/rnaseq/issues/1103))
2727
- [PR #1150](https://github.com/nf-core/rnaseq/pull/1150) - Be more flexible on attribute values in GTFs ([#1132](https://github.com/nf-core/rnaseq/issues/1132))
2828
- [PR #1151](https://github.com/nf-core/rnaseq/pull/1151) - fix to #1150: reinstate conditional
29+
- [PR #1152](https://github.com/nf-core/rnaseq/pull/1152) - Bump container versions for tools using Docker V1 manifest ([#1140](https://github.com/nf-core/rnaseq/issues/1140))
2930

3031
### Parameters
3132

@@ -37,6 +38,19 @@ Special thanks to the following for their contributions to the release:
3738
> **NB:** Parameter has been **added** if just the new parameter information is present.
3839
> **NB:** Parameter has been **removed** if new parameter information isn't present.
3940
41+
### Software dependencies
42+
43+
| Dependency | Old version | New version |
44+
| ---------- | ----------- | ----------- |
45+
| `qualimap` | 2.2.2d | 2.3 |
46+
| `rseqc` | 3.0.1 | 5.0.3 |
47+
48+
> **NB:** Dependency has been **updated** if both old and new version information is present.
49+
>
50+
> **NB:** Dependency has been **added** if just the new version information is present.
51+
>
52+
> **NB:** Dependency has been **removed** if new version information isn't present.
53+
4054
## [[3.13.2](https://github.com/nf-core/rnaseq/releases/tag/3.13.2)] - 2023-11-21
4155

4256
### Credits

modules.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"qualimap/rnaseq": {
9191
"branch": "master",
9292
"git_sha": "4657d98bc9f565e067c4d924126ce107056f5e2f",
93-
"installed_by": ["modules"]
93+
"installed_by": ["modules"],
94+
"patch": "modules/nf-core/qualimap/rnaseq/qualimap-rnaseq.diff"
9495
},
9596
"rsem/calculateexpression": {
9697
"branch": "master",
@@ -105,42 +106,50 @@
105106
"rseqc/bamstat": {
106107
"branch": "master",
107108
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
108-
"installed_by": ["bam_rseqc"]
109+
"installed_by": ["bam_rseqc"],
110+
"patch": "modules/nf-core/rseqc/bamstat/rseqc-bamstat.diff"
109111
},
110112
"rseqc/inferexperiment": {
111113
"branch": "master",
112114
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
113-
"installed_by": ["bam_rseqc"]
115+
"installed_by": ["bam_rseqc"],
116+
"patch": "modules/nf-core/rseqc/inferexperiment/rseqc-inferexperiment.diff"
114117
},
115118
"rseqc/innerdistance": {
116119
"branch": "master",
117120
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
118-
"installed_by": ["bam_rseqc"]
121+
"installed_by": ["bam_rseqc"],
122+
"patch": "modules/nf-core/rseqc/innerdistance/rseqc-innerdistance.diff"
119123
},
120124
"rseqc/junctionannotation": {
121125
"branch": "master",
122126
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
123-
"installed_by": ["bam_rseqc"]
127+
"installed_by": ["bam_rseqc"],
128+
"patch": "modules/nf-core/rseqc/junctionannotation/rseqc-junctionannotation.diff"
124129
},
125130
"rseqc/junctionsaturation": {
126131
"branch": "master",
127132
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
128-
"installed_by": ["bam_rseqc"]
133+
"installed_by": ["bam_rseqc"],
134+
"patch": "modules/nf-core/rseqc/junctionsaturation/rseqc-junctionsaturation.diff"
129135
},
130136
"rseqc/readdistribution": {
131137
"branch": "master",
132138
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
133-
"installed_by": ["bam_rseqc"]
139+
"installed_by": ["bam_rseqc"],
140+
"patch": "modules/nf-core/rseqc/readdistribution/rseqc-readdistribution.diff"
134141
},
135142
"rseqc/readduplication": {
136143
"branch": "master",
137144
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
138-
"installed_by": ["bam_rseqc"]
145+
"installed_by": ["bam_rseqc"],
146+
"patch": "modules/nf-core/rseqc/readduplication/rseqc-readduplication.diff"
139147
},
140148
"rseqc/tin": {
141149
"branch": "master",
142150
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
143-
"installed_by": ["bam_rseqc"]
151+
"installed_by": ["bam_rseqc"],
152+
"patch": "modules/nf-core/rseqc/tin/rseqc-tin.diff"
144153
},
145154
"salmon/index": {
146155
"branch": "master",

modules/nf-core/qualimap/rnaseq/main.nf

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/qualimap/rnaseq/qualimap-rnaseq.diff

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/bamstat/main.nf

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/bamstat/rseqc-bamstat.diff

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/inferexperiment/main.nf

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/inferexperiment/rseqc-inferexperiment.diff

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/innerdistance/main.nf

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rseqc/innerdistance/rseqc-innerdistance.diff

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)