Skip to content

Commit 92eba51

Browse files
committed
Bump MultiQC version from 1.14 -> 1.15
1 parent a0f0602 commit 92eba51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)