Skip to content

Commit

Permalink
recover dfast version from the updated one with broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Mar 21, 2024
1 parent 3dbc4e9 commit f900973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/local/dfast.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f900973

Please sign in to comment.