Skip to content

Commit aed5a67

Browse files
gtdbtk 2.1.1-1
1 parent 9bd44ba commit aed5a67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Taxonomy GTDB.
1111

1212
- Input: prokaryotic genomes in FASTA format;
1313
- Taxonomic classification using
14-
[GTDB-TK](https://github.com/Ecogenomics/GTDBTk) version 2.1.0 (**requires
14+
[GTDB-TK](https://github.com/Ecogenomics/GTDBTk) version 2.1.1 (**requires
1515
GTDB reference R207_v2**);
1616
- Filter genomes by domain (Bacteria and Achaea).
1717

process.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process {
33
errorStrategy = 'terminate'
44

55
withName: gtdbtk_classify_wf {
6-
container = 'metashot/gtdbtk:2.1.0-2'
6+
container = 'metashot/gtdbtk:2.1.1-1'
77
cpus = { check_max(8, params.max_cpus) }
88
memory = { check_max(70.GB, params.max_memory) }
99
time = params.max_time

0 commit comments

Comments
 (0)