Skip to content

Commit

Permalink
Merge pull request #50 from ypriverol/dev
Browse files Browse the repository at this point in the history
conda
  • Loading branch information
ypriverol authored Nov 30, 2021
2 parents 25fad8f + fc40f22 commit 9930dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/pmultiqc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ process PMULTIQC {
mode: params.publish_dir_mode,
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:[:], publish_by_meta:[]) }

conda (params.enable_conda ? "conda-forge::pandas_schema bioconda::pmultiqc=0.0.9" : null)
conda (params.enable_conda ? "conda-forge::pandas_schema conda-forge::lzstring bioconda::pmultiqc=0.0.9" : null)
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "https://depot.galaxyproject.org/singularity/pmultiqc:0.0.9--pyhdfd78af_0"
} else {
Expand Down

0 comments on commit 9930dbc

Please sign in to comment.