2.3.0
Bug Fixes:
- (#508) (#509) If ALL genomes for a specific domain are either filtered out or classified with ANI they are now reported in the summary file.
Minor changes:
- (#491) (#498) Allow GTDB-Tk to show
--help
and-v
withoutGTDBTK_DATA_PATH
being set.- WARNING: This is a breaking change if you are importing GTDB-Tk as a library and importing values from
gtdbtk.config.config
, instead you need to import asfrom gtdbtk.config.common import CONFIG
then access values viaCONFIG.<var>
- WARNING: This is a breaking change if you are importing GTDB-Tk as a library and importing values from
- (#508) Mash distance is changed from 0.1 to 0.15 . This is will increase the number of FastANI comparisons but will cover cases wheere genomes have a larger Mash distance but a small ANI.
- (#497) Add a
convert_to_species
function is GTDB-Tk to replace GCA/GCF ids with their GTDB species name - Add
--db_version
flag tocheck_install
to check the version of previous GTDB-Tk packages.