Skip to content

Commit

Permalink
Update modules/gtdbtk_classifywf to 2.4.0 (#5596)
Browse files Browse the repository at this point in the history
* Update from version 2.3.2 to 2.4.0

gtdbtk was updated last month from 2.3.2 to 2.4.0+

* Update from conda version 2.3.2 to 2.4.0
  • Loading branch information
MartinVad authored May 13, 2024
1 parent 56112db commit 28a8115
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/gtdbtk/classifywf/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::gtdbtk=2.3.2
- bioconda::gtdbtk=2.4.0
4 changes: 2 additions & 2 deletions modules/nf-core/gtdbtk/classifywf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process GTDBTK_CLASSIFYWF {
// WARN: Version information not provided by tool on CLI. Please update version string below when bumping container versions.
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/gtdbtk:2.3.2--pyhdfd78af_0' :
'biocontainers/gtdbtk:2.3.2--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/gtdbtk:2.4.0--pyhdfd78af_1' :
'biocontainers/gtdbtk:2.4.0--pyhdfd78af_1' }"

input:
tuple val(meta), path("bins/*")
Expand Down

0 comments on commit 28a8115

Please sign in to comment.