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
--helpand-vwithoutGTDBTK_DATA_PATHbeing 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 CONFIGthen 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_speciesfunction is GTDB-Tk to replace GCA/GCF ids with their GTDB species name - Add
--db_versionflag tocheck_installto check the version of previous GTDB-Tk packages.