From f9009739a794943f803ac538b5df47b7ea7ea8cb Mon Sep 17 00:00:00 2001 From: Daniel-VM Date: Thu, 21 Mar 2024 16:18:05 +0100 Subject: [PATCH] recover dfast version from the updated one with broken dependencies --- modules/local/dfast.nf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/local/dfast.nf b/modules/local/dfast.nf index 968d9421..db7be3da 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)