Herein lies madness

RFDist calculates the Robinson-Foulds distance between evolutionary trees.

Building Editdist

RFDist is written in C, and should compile of any Unix system. Unpack the source code (tar xvfz editdist-X.Y.tar.gz), change directory to the editdist-X.Y/ directory and run ./configure ; make. A editdist executable will be built in the src/ subdirectory.

Usage

To use RFDist, specify the two evolutionary trees (in Newick format) that you wish to calculate the distance between, ex.:

# src/rfdist data/hominoid1.tree data/hominoid2.tree
Distance matrix:
----------------
    -    2    : data/hominoid1.tree
    2    -    : data/hominoid2.tree

Download source code

$Date: 2009-05-21 11:15:42 +0200 (Thu, 21 May 2009) $ - lp@core.dk