We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f0602 commit 92eba51Copy full SHA for 92eba51
modules/local/multiqc/main.nf
@@ -1,10 +1,10 @@
1
process MULTIQC {
2
label 'process_medium'
3
4
- conda "bioconda::multiqc=1.14"
+ conda "bioconda::multiqc=1.15"
5
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' }"
+ 'https://depot.galaxyproject.org/singularity/multiqc:1.15--pyhdfd78af_0' :
+ 'biocontainers/multiqc:1.15--pyhdfd78af_0' }"
8
9
input:
10
path multiqc_config
0 commit comments