Skip to content

Commit

Permalink
Update seqkit/fx2tab to version 2.5.1 (nf-core#4240)
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh authored Oct 31, 2023
1 parent b16b47f commit c8bd953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/seqkit/fx2tab/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::seqkit=2.5.0
- bioconda::seqkit=2.5.1
4 changes: 2 additions & 2 deletions modules/nf-core/seqkit/fx2tab/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SEQKIT_FX2TAB {

conda 'modules/nf-core/seqkit/fx2tab/environment.yml'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/seqkit:2.5.0--h9ee0642_0' :
'biocontainers/seqkit:2.5.0--h9ee0642_0' }"
'https://depot.galaxyproject.org/singularity/seqkit:2.5.1--h9ee0642_0' :
'biocontainers/seqkit:2.5.1--h9ee0642_0' }"

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

0 comments on commit c8bd953

Please sign in to comment.