Skip to content

Commit

Permalink
fix dfast conda issue by updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Nov 6, 2024
1 parent c476f50 commit ad68b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/local/dfast/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::dfast=1.2.20
- bioconda::dfast=1.3.2
4 changes: 2 additions & 2 deletions modules/local/dfast/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process DFAST {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/dfast:1.2.20--h43eeafb_0' :
'biocontainers/dfast:1.2.20--h43eeafb_0' }"
'https://depot.galaxyproject.org/singularity/dfast:1.3.2--h43eeafb_0' :
'biocontainers/dfast:1.3.2--h43eeafb_0' }"

input:
tuple val(meta), path(fasta)
Expand Down

0 comments on commit ad68b1f

Please sign in to comment.