Skip to content

Commit 55398de

Browse files
committed
Update all modules / subworkflows
1 parent ea3427b commit 55398de

File tree

20 files changed

+121
-59
lines changed

20 files changed

+121
-59
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
| Dependency | Old version | New version |
1717
| ---------- | ----------- | ----------- |
18-
| `fastp` | 0.23.2 | 0.23.3 |
18+
| `fastp` | 0.23.2 | 0.23.4 |
1919
| `samtools` | 1.16.1 | 1.17 |
2020

2121
> **NB:** Dependency has been **updated** if both old and new version information is present.

modules.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"fastp": {
2929
"branch": "master",
30-
"git_sha": "37a98dd100d74d9188a272197663587de1331a0e",
31-
"installed_by": ["modules", "fastq_fastqc_umitools_fastp"]
30+
"git_sha": "d497a4868ace3302016ea8ed4b395072d5e833cd",
31+
"installed_by": ["fastq_fastqc_umitools_fastp", "modules"]
3232
},
3333
"fastqc": {
3434
"branch": "master",
@@ -52,22 +52,22 @@
5252
},
5353
"hisat2/align": {
5454
"branch": "master",
55-
"git_sha": "603ecbd9f45300c9788f197d2a15a005685b4220",
55+
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
5656
"installed_by": ["fastq_align_hisat2"]
5757
},
5858
"hisat2/build": {
5959
"branch": "master",
60-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
60+
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
6161
"installed_by": ["modules"]
6262
},
6363
"hisat2/extractsplicesites": {
6464
"branch": "master",
65-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
65+
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
6666
"installed_by": ["modules"]
6767
},
6868
"picard/markduplicates": {
6969
"branch": "master",
70-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
70+
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
7171
"installed_by": ["bam_markduplicates_picard"]
7272
},
7373
"preseq/lcextrap": {
@@ -166,7 +166,7 @@
166166
},
167167
"samtools/stats": {
168168
"branch": "master",
169-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
169+
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
170170
"installed_by": ["bam_stats_samtools"]
171171
},
172172
"sortmerna": {
@@ -176,7 +176,7 @@
176176
},
177177
"star/align": {
178178
"branch": "master",
179-
"git_sha": "603ecbd9f45300c9788f197d2a15a005685b4220",
179+
"git_sha": "57d75dbac06812c59798a48585032f6e50bb1914",
180180
"installed_by": ["modules"]
181181
},
182182
"star/genomegenerate": {
@@ -230,7 +230,7 @@
230230
"nf-core": {
231231
"bam_dedup_stats_samtools_umitools": {
232232
"branch": "master",
233-
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
233+
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
234234
"installed_by": ["subworkflows"]
235235
},
236236
"bam_markduplicates_picard": {
@@ -245,16 +245,16 @@
245245
},
246246
"bam_sort_stats_samtools": {
247247
"branch": "master",
248-
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
248+
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
249249
"installed_by": ["fastq_align_hisat2"]
250250
},
251251
"bam_stats_samtools": {
252252
"branch": "master",
253-
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
253+
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
254254
"installed_by": [
255+
"bam_dedup_stats_samtools_umitools",
255256
"bam_markduplicates_picard",
256-
"bam_sort_stats_samtools",
257-
"bam_dedup_stats_samtools_umitools"
257+
"bam_sort_stats_samtools"
258258
]
259259
},
260260
"bedgraph_bedclip_bedgraphtobigwig": {

modules/nf-core/fastp/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/hisat2/align/main.nf

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

modules/nf-core/hisat2/align/meta.yml

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

modules/nf-core/hisat2/build/main.nf

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

modules/nf-core/hisat2/build/meta.yml

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

modules/nf-core/hisat2/extractsplicesites/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/hisat2/extractsplicesites/meta.yml

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

modules/nf-core/picard/markduplicates/main.nf

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

0 commit comments

Comments
 (0)