Mercurial > repos > kkonganti > cfsan_cronology
changeset 16:bc5d019d2c3a
planemo upload
author | kkonganti |
---|---|
date | Mon, 15 Jul 2024 18:17:21 -0400 |
parents | 7c0407ebbdf3 |
children | b571995ddb51 |
files | 0.2.0/modules/quast/main.nf |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/0.2.0/modules/quast/main.nf Mon Jul 15 17:55:16 2024 -0400 +++ b/0.2.0/modules/quast/main.nf Mon Jul 15 18:17:21 2024 -0400 @@ -6,7 +6,7 @@ conda (params.enable_conda ? "bioconda::quast=5.2.0 conda-forge::libgcc-ng" : null) container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/quast:5.2.0--py39pl5321h2add14b_1' : - 'biocontainers/quast:5.2.0--py39pl5321h2add14b_1' }" + 'quay.io/biocontainers/quast:5.2.0--py39pl5321h2add14b_1' }" input: tuple val(meta) , path(consensus)