mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Bump multiqc version 1.12 (#1282)
This commit is contained in:
parent
a9050b8ab6
commit
d1f33be04f
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
process MULTIQC {
|
process MULTIQC {
|
||||||
label 'process_medium'
|
label 'process_medium'
|
||||||
|
|
||||||
conda (params.enable_conda ? 'bioconda::multiqc=1.11' : null)
|
conda (params.enable_conda ? 'bioconda::multiqc=1.12' : null)
|
||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
'https://depot.galaxyproject.org/singularity/multiqc:1.11--pyhdfd78af_0' :
|
'https://depot.galaxyproject.org/singularity/multiqc:1.12--pyhdfd78af_0' :
|
||||||
'quay.io/biocontainers/multiqc:1.11--pyhdfd78af_0' }"
|
'quay.io/biocontainers/multiqc:1.12--pyhdfd78af_0' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
path multiqc_files
|
path multiqc_files
|
||||||
|
|
Loading…
Reference in a new issue