diff --git a/docs/src/changelog.rst b/docs/src/changelog.rst index 9764bf6..2fd8c6c 100644 --- a/docs/src/changelog.rst +++ b/docs/src/changelog.rst @@ -2,6 +2,20 @@ Change log ========== + +2.2.5 +----- + +Bug Fixes: +* gtdbtk.json is now reset when the pipeline is re run and the status of ani_Screen is not 'complete' + +Minor changes: +* When using '--genes' , ANI steps are skipped and Warnings are raised to the user to + inform them that classification is less accurate. +* (`#486 `_) Environment variables can be used in GTDBTK_DATA_PATH +* 'is_consistent' function in 'mash.py' compares only the filenames, not the full paths +* Add cutoff arguments to PfamScan ( Thanks @AroneyS for the contribution) + 2.2.4 -----