Mercurial > repos > kkonganti > cfsan_cronology
changeset 9:5eaaf749472c
"planemo upload"
author | kkonganti |
---|---|
date | Tue, 28 Nov 2023 15:26:51 -0500 |
parents | d8913a37810a |
children | ddf7a172bf30 |
files | 0.1.0/modules/multiqc/main.nf 0.1.0/workflows/cronology.nf |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
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' }"
--- a/0.1.0/workflows/cronology.nf Mon Nov 27 20:49:25 2023 -0500 +++ b/0.1.0/workflows/cronology.nf Tue Nov 28 15:26:51 2023 -0500 @@ -203,7 +203,11 @@ .set { ch_assembly } software_versions - .mix(POLYPOLISH.out.versions) + .mix( + BWA_IDX_MEM.out.versions, + POLYPOLISH.out.versions + ) + .set { software_versions } } ch_assembly @@ -252,7 +256,8 @@ ) software_versions - .mix(PIRATE.out.versions) + .mix( PIRATE.out.versions ) + .set { software_versions } } RMLST_POST.out.tsv