Skip to content

GTDB-Tk: a toolkit for assigning objective taxonomic classifications to bacterial and archaeal genomes.

License

Notifications You must be signed in to change notification settings

Ecogenomics/GTDBTk

Repository files navigation

GTDB-Tk

PyPI PyPI Downloads Bioconda BioConda Downloads Docker Image Version (latest by date) Docker Pulls

GTDB-Tk v2.0.1 was released on April xx, 2022 along with new reference data for GTDB R07-RS207. Upgrading is recommended.
Please note v2.0.1+ is not compatible with GTDB R06-RS202.

GTDB-Tk is a software toolkit for assigning objective taxonomic classifications to bacterial and archaeal genomes based on the Genome Database Taxonomy GTDB. It is designed to work with recent advances that allow hundreds or thousands of metagenome-assembled genomes (MAGs) to be obtained directly from environmental samples. It can also be applied to isolate and single-cell genomes. The GTDB-Tk is open source and released under the GNU General Public License (Version 3).

Notifications about GTDB-Tk releases will be available through the GTDB Twitter account (https://twitter.com/ace_gtdb).

Please post questions and issues related to GTDB-Tk on the Issues section of the GitHub repository. Questions related to the GTDB should be sent to the GTDB team.

New Features

GTDB-Tk v2.0.1 includes the following new features:

  • Classification is done by default using a divide-and-conquer strategy to systematically reduce the size of the reference tree and associated memory requirements. When running with R07-RS207, GTDB-Tk requires 320GB of RAM for the pplacer step with the full bacterial tree. The divide-and-conquer approach reduces this requirement to around 20GB of RAM.
    This is now the default approach in GTDB-Tk.
    To use the full bacterial reference tree in the classification step, use the -f,--full-tree flag.
  • Archaeal classification now uses a refined set of 53 archaeal-specific marker genes based on a recent published analysis of archaeal markers (similar to GTDB R07-RS207).
  • To reduce the size of the output directory,
    • all intermediate_results folders ( in identify,align,classify,infer) are now removed after the end of the classify_wf and de_novo_wf pipelines. To keep intermediates files use the flag --keep-intermediates.
    • all msa output from the align step are now automatically archived (.gz).
  • The summary files and failed genomes files are now the only files linked in the root directory of classify_wf.

Documentation

https://ecogenomics.github.io/GTDBTk/

References

GTDB-Tk is described in:

The Genome Taxonomy Database (GTDB) is described in:

We strongly encourage you to cite the following 3rd party dependencies:

Copyright

Copyright 2017 Pierre-Alain Chaumeil. See LICENSE for further details.