Skip to content

Releases: ParBLiSS/FastANI

FastANI v1.34

28 Jul 21:04
Compare
Choose a tag to compare

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

29 Apr 05:44
Compare
Choose a tag to compare

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

30 Sep 13:48
Compare
Choose a tag to compare

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

12 Jul 02:22
Compare
Choose a tag to compare

Fixed bugs that previously produced indeterministic output with varying threads and input genome order (issues #57, #58, #67, #37)

FastANI v1.3

05 Dec 19:42
Compare
Choose a tag to compare
  • 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 --minFraction in the help page)

  • FastANI -v reports the current version being used.

FastANI v1.2

26 Jul 14:30
Compare
Choose a tag to compare
  • Made fixes to produce fully consistent results when changing the count of input genomes.
  • Minor changes to Mac OS build command

FastANI v1.1

01 Aug 16:52
Compare
Choose a tag to compare

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 / --ql options

FastANI v1.0

26 Nov 05:23
Compare
Choose a tag to compare

First stable release.