Skip to content

Commit

Permalink
release v0.9
Browse files Browse the repository at this point in the history
This is version 0.9 of the `andi` tool for efficient estimation of evolutionary distances. It is faster and uses less memory than the last version. It also features a new suffix array construction algorithm: psufsort. That one can be activated via:

    ./configure --without-libdivsufsort

Also, a lot of the code has been refactored to plain C. This reduces the dependencies and makes the code easier to maintain.
  • Loading branch information
kloetzl committed Apr 7, 2015
1 parent 61d1379 commit 542b490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([andi], [0.9-beta])
AC_INIT([andi], [0.9])
AM_INIT_AUTOMAKE([-Wall foreign ])

AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 542b490

Please sign in to comment.