mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Fix MultiQC conda (#1856)
This commit is contained in:
parent
16536b6936
commit
5138acca09
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
process MULTIQC {
|
process MULTIQC {
|
||||||
label 'process_medium'
|
label 'process_medium'
|
||||||
|
|
||||||
conda (params.enable_conda ? 'bioconda::multiqc=1.12' : null)
|
conda (params.enable_conda ? 'bioconda::multiqc=1.13a' : 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.13a--pyhdfd78af_1' :
|
'https://depot.galaxyproject.org/singularity/multiqc:1.13a--pyhdfd78af_1' :
|
||||||
'quay.io/biocontainers/multiqc:1.13a--pyhdfd78af_1' }"
|
'quay.io/biocontainers/multiqc:1.13a--pyhdfd78af_1' }"
|
||||||
|
|
Loading…
Reference in a new issue