Mercurial > repos > kkonganti > cfsan_bettercallsal
diff 0.5.0/modules/salmon/quant/main.nf @ 9:a492d1511fb6
"planemo upload"
author | kkonganti |
---|---|
date | Tue, 06 Jun 2023 11:26:39 -0400 |
parents | 365849f031fd |
children |
line wrap: on
line diff
--- 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' }"