diff --git a/modules/local/dfast.nf b/modules/local/dfast.nf index 968d942..db7be3d 100644 --- a/modules/local/dfast.nf +++ b/modules/local/dfast.nf @@ -2,10 +2,10 @@ process DFAST { tag "$meta.id" label 'process_medium' - conda "bioconda::dfast=1.2.21" + conda "bioconda::dfast=1.2.20" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/dfast:1.2.21--h43eeafb_0' : - 'biocontainers/dfast:1.2.21--h43eeafb_0' }" + 'https://depot.galaxyproject.org/singularity/dfast:1.2.20--h43eeafb_0' : + 'biocontainers/dfast:1.2.20--h43eeafb_0' }" input: tuple val(meta), path(fasta)