Quick-Join 1.0.6 review

Download
by rbytes.net on

QuickJoin project implements a heuristic for speeding up neighbour joining, making neighbour joining feasible for large sets of taxa

License: GPL (GNU General Public License)
File size: 59K
Developer: Thomas Mailund
0 stars award from rbytes.net

QuickJoin project implements a heuristic for speeding up neighbour joining, making neighbour joining feasible for large sets of taxa. The inferred tree is identical to the tree inferred by the traditional neighbour joining method, but the heuristic will (potentially) construct the tree significantly faster.

Usage:

The QuickJoin program, qjoin reads a distance matrix in phylip format from an input file or stdin, and output the inferred tree, in newick format, to a file or stdout. Run 'qjoin --help' for more info.

Installation:

From Source

The QuickJoin package is written in C++. It should compile on any Unix like system. To install the package, download the source code and unpack it (tar xzf quick-join-a.b.c.tar.gz, where a.b.c is the version number of quick-join), then run configure and make in the subdirectory quick-join-a.b.c created during unpacking. This creates the QuickJoin program, qjoin together with a number of test programs. To check that everything went right, run make check. If all tests pass, install the qjoin program by running make install. Read the INSTALL file for more info.

From Binary

Currently, the only binary distribution is in RPM packages. Other formats might appear, if I am asked to build them (and told how to...). To install, download the file and run rpm -U quick-join-version.arch.rpm.

What's New in This Release:
This version fixes a memory leak in the bootstrapping code.

Quick-Join 1.0.6 keywords