Releases: ParBLiSS/FastANI
FastANI v1.34
These are release notes for FastANI version 1.34, which was released on July 28, 2023. Full documentation can be found by running FastANI -h
Compared to v1.33, this version fix multi-threading output bugs, adds test scripts, adds build with cmake and removes the build with autoconf . Output and interface of FastANI remains same as before.
Installation
Users can either download FastANI as a binary file compiled for Linux or compile from source code. The instructions to compile from source are listed in file INSTALL.txt.
FastANI v1.33
These are release notes for FastANI version 1.33, which was released on April 29, 2021. Full documentation can be found by running fastANI -h
This release provides a stable, tested, and documented version of the software. Compared to v1.32, this version fixes issue #81 by removing dependency to argvparser library. Output and interface of FastANI remains same as before.
Installation
Users can either download FastANI as a binary file compiled for Linux or compile from source code. The instructions to compile from source are listed in file INSTALL.txt.
FastANI v1.32
These are release notes for FastANI version 1.32, which was released on September 30, 2020. Full documentation can be found by running fastANI -h
This release provides a stable, tested, and documented version of the software. Compared to v1.31, this version fixes issue #70 and includes minor corrections in README file.
Installation
Users can either download FastANI as a binary file compiled for Linux or compile from source code. The instructions to compile from source are listed in file INSTALL.txt.
FastANI v1.31
FastANI v1.3
-
FastANI uses a minimum threshold on the aligned genome length. This cutoff must be satisfied for the pairwise ANI value to be reported. Previously, this was implemented as an absolute cut-off (default 150 kbp), which can be troublesome with variable genome lengths. Based on user recommendations, the cut-off in v1.3 is implemented as a fraction of the genome. Default value is 20% of the smaller genome, see parameter
--minFractionin the help page) -
FastANI -vreports the current version being used.
FastANI v1.2
- Made fixes to produce fully consistent results when changing the count of input genomes.
- Minor changes to Mac OS build command
FastANI v1.1
Based on popular demand, we've added:
- support for multi-threading
- option to get final output as matrix
- improved file IO logic for the
--rl/--qloptions
FastANI v1.0
First stable release.