Mercurial > repos > kkonganti > cfsan_bettercallsal
changeset 9:a492d1511fb6
"planemo upload"
author | kkonganti |
---|---|
date | Tue, 06 Jun 2023 11:26:39 -0400 |
parents | 22165d5e5e0a |
children | 1b9de878b04a |
files | 0.5.0/modules/salmon/index/main.nf 0.5.0/modules/salmon/quant/main.nf |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/0.5.0/modules/salmon/index/main.nf Tue Jun 06 10:24:57 2023 -0400 +++ b/0.5.0/modules/salmon/index/main.nf Tue Jun 06 11:26:39 2023 -0400 @@ -3,7 +3,7 @@ label "process_low" module (params.enable_module ? "${params.swmodulepath}${params.fs}salmon${params.fs}1.9.0" : null) - conda (params.enable_conda ? 'conda-forge::libgcc-ng bioconda::salmon=1.9.0' : null) + conda (params.enable_conda ? 'conda-forge::libgcc-ng bioconda::salmon=1.10.1' : null) container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/salmon:1.9.0--h7e5ed60_1' : 'quay.io/biocontainers/salmon:1.9.0--h7e5ed60_1' }"
--- a/0.5.0/modules/salmon/quant/main.nf Tue Jun 06 10:24:57 2023 -0400 +++ b/0.5.0/modules/salmon/quant/main.nf Tue Jun 06 11:26:39 2023 -0400 @@ -3,7 +3,7 @@ label "process_medium" module (params.enable_module ? "${params.swmodulepath}${params.fs}salmon${params.fs}1.9.0" : null) - conda (params.enable_conda ? 'conda-forge::libgcc-ng bioconda::salmon=1.9.0' : null) + conda (params.enable_conda ? 'conda-forge::libgcc-ng bioconda::salmon=1.10.1' : null) container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/salmon:1.9.0--h7e5ed60_1' : 'quay.io/biocontainers/salmon:1.9.0--h7e5ed60_1' }"