Skip to content

Commit 4f212b3

Browse files
authored
Merge pull request #1093 from drpatelh/fixes
Update all nf-core/modules in pipeline
2 parents c742192 + ecefb97 commit 4f212b3

File tree

37 files changed

+311
-73
lines changed

37 files changed

+311
-73
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
2323
- [PR #1054](https://github.com/nf-core/rnaseq/pull/1054) - Template update to nf-core/tools v2.9
2424
- [PR #1058](https://github.com/nf-core/rnaseq/pull/1058) - Use `nf-validation` plugin for parameter and samplesheet validation
2525
- [PR #1068](https://github.com/nf-core/rnaseq/pull/1068) - Update `grep` version for `untar` module
26-
- [PR #1073](https://github.com/nf-core/rnaseq/pull/1073) - Update documentation to discourage --genome
26+
- [PR #1073](https://github.com/nf-core/rnaseq/pull/1073) - Update documentation to discourage use of `--genome`
2727
- [PR #1078](https://github.com/nf-core/rnaseq/pull/1078) - Updated pipeline template to [nf-core/tools 2.10](https://github.com/nf-core/tools/releases/tag/2.10)
2828
- [PR #1083](https://github.com/nf-core/rnaseq/pull/1083) - Move local modules and subworkflows to subfolders
2929
- [PR #1088](https://github.com/nf-core/rnaseq/pull/1088) - Updates contributing and code of conduct documents with nf-core template 2.10
3030
- [PR #1091](https://github.com/nf-core/rnaseq/pull/1091) - Reorganise parameters in schema for better usability
3131

3232
### Software dependencies
3333

34-
| Dependency | Old version | New version |
35-
| ---------- | ----------- | ----------- |
36-
| `fastqc` | 0.11.9 | 0.12.1 |
34+
| Dependency | Old version | New version |
35+
| ----------------------- | ----------- | ----------- |
36+
| `fastqc` | 0.11.9 | 0.12.1 |
37+
| `multiqc` | 1.14 | 1.15 |
38+
| `ucsc-bedgraphtobigwig` | 377 | 445 |
3739

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

docs/usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ These files can then be specified to the workflow with the `--fasta` and `--gtf`
150150
Notes:
151151

152152
- Compressed reference files are supported by the pipeline i.e. standard files with the `.gz` extension and indices folders with the `tar.gz` extension.
153+
153154
- If `--gff` is provided as input then this will be converted to a GTF file, or the latter will be used if both are provided.
154155
- If `--gene_bed` is not provided then it will be generated from the GTF file.
155156
- If `--additional_fasta` is provided then the features in this file (e.g. ERCC spike-ins) will be automatically concatenated onto both the reference FASTA file as well as the GTF annotation before building the appropriate indices.

modules.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"nf-core": {
88
"bbmap/bbsplit": {
99
"branch": "master",
10-
"git_sha": "e228790f2957152ad2534e39abd7b3878963e89d",
10+
"git_sha": "de3e6fc949dcffb8d3508c015f435ace5773ff08",
1111
"installed_by": ["modules"]
1212
},
1313
"cat/fastq": {
@@ -17,7 +17,7 @@
1717
},
1818
"custom/dumpsoftwareversions": {
1919
"branch": "master",
20-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
20+
"git_sha": "1b372269755a5c4a13c23bc130ebada8cb9d4cd0",
2121
"installed_by": ["modules"]
2222
},
2323
"custom/getchromsizes": {
@@ -47,17 +47,17 @@
4747
},
4848
"gunzip": {
4949
"branch": "master",
50-
"git_sha": "5c460c5a4736974abde2843294f35307ee2b0e5e",
50+
"git_sha": "e06548bfa36ee31869b81041879dd6b3a83b1d57",
5151
"installed_by": ["modules"]
5252
},
5353
"hisat2/align": {
5454
"branch": "master",
55-
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
55+
"git_sha": "a1881f6374506f9e031b7af814768cdb44a6a7d3",
5656
"installed_by": ["fastq_align_hisat2"]
5757
},
5858
"hisat2/build": {
5959
"branch": "master",
60-
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
60+
"git_sha": "f2f48836bf5c59434966a6c3b2211b29363f31ab",
6161
"installed_by": ["modules"]
6262
},
6363
"hisat2/extractsplicesites": {
@@ -67,7 +67,7 @@
6767
},
6868
"picard/markduplicates": {
6969
"branch": "master",
70-
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
70+
"git_sha": "2ee934606f1fdf7fc1cb05d6e8abc13bec8ab448",
7171
"installed_by": ["bam_markduplicates_picard"]
7272
},
7373
"preseq/lcextrap": {
@@ -77,7 +77,7 @@
7777
},
7878
"qualimap/rnaseq": {
7979
"branch": "master",
80-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
80+
"git_sha": "4657d98bc9f565e067c4d924126ce107056f5e2f",
8181
"installed_by": ["modules"]
8282
},
8383
"rsem/calculateexpression": {
@@ -137,17 +137,17 @@
137137
},
138138
"salmon/quant": {
139139
"branch": "master",
140-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
140+
"git_sha": "c5b528d0a51c31621b485ab3bcc008f483619ea6",
141141
"installed_by": ["modules", "fastq_subsample_fq_salmon"]
142142
},
143143
"samtools/flagstat": {
144144
"branch": "master",
145-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
145+
"git_sha": "570ec5bcfe19c49e16c9ca35a7a116563af6cc1c",
146146
"installed_by": ["bam_stats_samtools"]
147147
},
148148
"samtools/idxstats": {
149149
"branch": "master",
150-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
150+
"git_sha": "e662ab16e0c11f1e62983e21de9871f59371a639",
151151
"installed_by": ["bam_stats_samtools"]
152152
},
153153
"samtools/index": {
@@ -176,12 +176,12 @@
176176
},
177177
"star/align": {
178178
"branch": "master",
179-
"git_sha": "57d75dbac06812c59798a48585032f6e50bb1914",
179+
"git_sha": "cc08a888069f67cab8120259bddab8032d4c0fe3",
180180
"installed_by": ["modules"]
181181
},
182182
"star/genomegenerate": {
183183
"branch": "master",
184-
"git_sha": "603ecbd9f45300c9788f197d2a15a005685b4220",
184+
"git_sha": "cc08a888069f67cab8120259bddab8032d4c0fe3",
185185
"installed_by": ["modules"]
186186
},
187187
"stringtie/stringtie": {
@@ -201,17 +201,17 @@
201201
},
202202
"ucsc/bedclip": {
203203
"branch": "master",
204-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
204+
"git_sha": "240937a2a9c30298110753292be041188891f2cb",
205205
"installed_by": ["bedgraph_bedclip_bedgraphtobigwig"]
206206
},
207207
"ucsc/bedgraphtobigwig": {
208208
"branch": "master",
209-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
209+
"git_sha": "66290981ab6038ea86177ade40b9449bc790b0ce",
210210
"installed_by": ["bedgraph_bedclip_bedgraphtobigwig"]
211211
},
212212
"umitools/dedup": {
213213
"branch": "master",
214-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
214+
"git_sha": "7297204bf49273300a3dbfa4b7a4027c8683f1bd",
215215
"installed_by": ["bam_dedup_stats_samtools_umitools"]
216216
},
217217
"umitools/extract": {
@@ -230,12 +230,12 @@
230230
"nf-core": {
231231
"bam_dedup_stats_samtools_umitools": {
232232
"branch": "master",
233-
"git_sha": "e228790f2957152ad2534e39abd7b3878963e89d",
233+
"git_sha": "dedc0e31087f3306101c38835d051bf49789445a",
234234
"installed_by": ["subworkflows"]
235235
},
236236
"bam_markduplicates_picard": {
237237
"branch": "master",
238-
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
238+
"git_sha": "dedc0e31087f3306101c38835d051bf49789445a",
239239
"installed_by": ["subworkflows"]
240240
},
241241
"bam_rseqc": {
@@ -245,26 +245,26 @@
245245
},
246246
"bam_sort_stats_samtools": {
247247
"branch": "master",
248-
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
248+
"git_sha": "dedc0e31087f3306101c38835d051bf49789445a",
249249
"installed_by": ["fastq_align_hisat2"]
250250
},
251251
"bam_stats_samtools": {
252252
"branch": "master",
253-
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
253+
"git_sha": "dedc0e31087f3306101c38835d051bf49789445a",
254254
"installed_by": [
255-
"bam_markduplicates_picard",
256255
"bam_sort_stats_samtools",
256+
"bam_markduplicates_picard",
257257
"bam_dedup_stats_samtools_umitools"
258258
]
259259
},
260260
"bedgraph_bedclip_bedgraphtobigwig": {
261261
"branch": "master",
262-
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
262+
"git_sha": "dedc0e31087f3306101c38835d051bf49789445a",
263263
"installed_by": ["subworkflows"]
264264
},
265265
"fastq_align_hisat2": {
266266
"branch": "master",
267-
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
267+
"git_sha": "dedc0e31087f3306101c38835d051bf49789445a",
268268
"installed_by": ["subworkflows"]
269269
},
270270
"fastq_fastqc_umitools_fastp": {
@@ -279,7 +279,7 @@
279279
},
280280
"fastq_subsample_fq_salmon": {
281281
"branch": "master",
282-
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
282+
"git_sha": "dedc0e31087f3306101c38835d051bf49789445a",
283283
"installed_by": ["subworkflows"]
284284
}
285285
}

modules/local/multiqc/main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
process MULTIQC {
22
label 'process_medium'
33

4-
conda "bioconda::multiqc=1.14"
4+
conda "bioconda::multiqc=1.15"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://depot.galaxyproject.org/singularity/multiqc:1.14--pyhdfd78af_0' :
7-
'biocontainers/multiqc:1.14--pyhdfd78af_0' }"
6+
'https://depot.galaxyproject.org/singularity/multiqc:1.15--pyhdfd78af_0' :
7+
'biocontainers/multiqc:1.15--pyhdfd78af_0' }"
88

99
input:
1010
path multiqc_config

modules/nf-core/bbmap/bbsplit/main.nf

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

modules/nf-core/custom/dumpsoftwareversions/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/custom/dumpsoftwareversions/tests/main.nf.test

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

modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test.snap

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

modules/nf-core/gunzip/main.nf

Lines changed: 7 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: 3 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)