diff 0.2.0/modules/quast/main.nf @ 16:bc5d019d2c3a

planemo upload
author kkonganti
date Mon, 15 Jul 2024 18:17:21 -0400
parents a5f31c44f8c9
children a72c172df773
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)