Mercurial > repos > kkonganti > cfsan_cronology
diff 0.1.0/modules/multiqc/main.nf @ 9:5eaaf749472c
"planemo upload"
author | kkonganti |
---|---|
date | Tue, 28 Nov 2023 15:26:51 -0500 |
parents | c8597e9e1a97 |
children |
line wrap: on
line diff
--- a/0.1.0/modules/multiqc/main.nf Mon Nov 27 20:49:25 2023 -0500 +++ b/0.1.0/modules/multiqc/main.nf Tue Nov 28 15:26:51 2023 -0500 @@ -3,7 +3,7 @@ tag 'MultiQC' module (params.enable_module ? "${params.swmodulepath}${params.fs}multiqc${params.fs}1.14" : null) - conda (params.enable_conda ? 'bioconda::multiqc=1.14 conda-forge::spectra conda-forge::lzstring conda-forge::imp' : null) + conda (params.enable_conda ? 'bioconda::multiqc=1.14 conda-forge::python=3.11 conda-forge::spectra conda-forge::lzstring conda-forge::imp' : null) container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/multiqc:1.14--pyhdfd78af_0' : 'quay.io/biocontainers/multiqc:1.14--pyhdfd78af_0' }"