Mercurial > repos > kkonganti > cfsan_centriflaken
comparison 0.4.0/modules/custom/dump_software_versions/main.nf @ 104:17890124001d
"planemo upload"
author | kkonganti |
---|---|
date | Sun, 28 Aug 2022 00:37:10 -0400 |
parents | ce6d9548fe89 |
children |
comparison
equal
deleted
inserted
replaced
103:96a34c382154 | 104:17890124001d |
---|---|
4 | 4 |
5 // Requires `pyyaml` which does not have a dedicated container but is in the MultiQC container | 5 // Requires `pyyaml` which does not have a dedicated container but is in the MultiQC container |
6 module (params.enable_module ? "${params.swmodulepath}${params.fs}python${params.fs}3.8.1" : null) | 6 module (params.enable_module ? "${params.swmodulepath}${params.fs}python${params.fs}3.8.1" : null) |
7 conda (params.enable_conda ? "conda-forge::python=3.9 conda-forge::pyyaml" : null) | 7 conda (params.enable_conda ? "conda-forge::python=3.9 conda-forge::pyyaml" : null) |
8 container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? | 8 container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? |
9 'https://depot.galaxyproject.org/singularity/multiqc:1.11--pyhdfd78af_0' : | 9 'https://depot.galaxyproject.org/singularity/mulled-v2-ca258a039fcd88610bc4e297b13703e8be53f5ca:d638c4f85566099ea0c74bc8fddc6f531fe56753-0' : |
10 'quay.io/biocontainers/multiqc:1.11--pyhdfd78af_0' }" | 10 'quay.io/biocontainers/mulled-v2-ca258a039fcd88610bc4e297b13703e8be53f5ca:d638c4f85566099ea0c74bc8fddc6f531fe56753-0' }" |
11 | 11 |
12 input: | 12 input: |
13 path versions | 13 path versions |
14 | 14 |
15 output: | 15 output: |