Skip to content

Commit

Permalink
Bump annotation_container to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
njohner committed Feb 13, 2024
1 parent 9e6bab0 commit f3b0ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ docker.enabled = "$params.docker" == "true"?true:false
conda.enabled = "$params.conda" == "true"?true:false
conda.useMamba = true

params.annotation_container = "registry.hub.docker.com/metagenlab/annotation-pipeline:1.3.1"
params.annotation_container = "registry.hub.docker.com/metagenlab/annotation-pipeline:1.4.0"

params.zdb_container = "docker-daemon://metagenlab/zdb:latest"
params.checkm_container = "quay.io/biocontainers/checkm-genome:1.2.1--pyhdfd78af_0"
Expand Down

0 comments on commit f3b0ef7

Please sign in to comment.