Skip to content

Commit ab04e58

Browse files
committed
Update multiqc version
1 parent b209c18 commit ab04e58

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

assets/multiqc_config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ data_format: "yaml"
77

88
export_plots: true
99

10-
run_modules:
11-
- custom_content
12-
- fastqc
13-
- cutadapt
14-
- samtools
15-
- picard
16-
- preseq
17-
- featureCounts
18-
- deeptools
19-
- phantompeakqualtools
20-
2110
exclude_modules:
2211
- "general_stats"
2312

modules/local/multiqc.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.13a"
4+
conda "bioconda::multiqc=1.23"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://depot.galaxyproject.org/singularity/multiqc:1.13a--pyhdfd78af_1':
7-
'biocontainers/multiqc:1.13a--pyhdfd78af_1' }"
6+
'https://depot.galaxyproject.org/singularity/multiqc:1.23--pyhdfd78af_0' :
7+
'biocontainers/multiqc:1.23--pyhdfd78af_0' }"
88

99
input:
1010
path workflow_summary

workflows/chipseq.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ workflow CHIPSEQ {
519519
// Collate and save software versions
520520
//
521521
softwareVersionsToYAML(ch_versions)
522-
.collectFile(storeDir: "${params.outdir}/pipeline_info", name: 'nf_core_atacseq_software_mqc_versions.yml', sort: true, newLine: true)
522+
.collectFile(storeDir: "${params.outdir}/pipeline_info", name: 'nf_core_chipseq_software_mqc_versions.yml', sort: true, newLine: true)
523523
.set { ch_collated_versions }
524524

525525
//

0 commit comments

Comments
 (0)