Download List

Project Description

Split-Dist calculates the number of splits (edges) that differs for two trees. When you construct phylogenetic trees using slightly different methods, or from slightly different input data, the trees will not agreecompletely on the topology. When they differ, it is interesting to know where they differ, i.e. which edges can be found in both trees and which cannot.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-05-17 10:33
1.1.7

A missing virtual destructor was fixed.
Tags: Code cleanup

2005-07-18 18:11
1.1.6

Split-dist has been extended with a weighted
measure: the distance and similarities can be
weighted with the length of edges, so long edges
weigh more in the distance than short edges.
Tags: Minor feature enhancements

2005-06-14 22:49
1.1.5

This version fixes a bug that caused the tool to output the wrong distance for trees containing degree 2 nodes. On such trees, the split distance is not meaningful, and they should be translated into higher-degree trees by replacing degree 2 nodes with edges. This is now done.
Tags: Major bugfixes

2004-08-15 12:36
1.1.4

This release now has an option for calculating the Robinson-
Foulds distance between trees.
Tags: Minor feature enhancements

2004-05-04 11:57
1.1.3

A problem where the tool did not validate that the input trees
had identical label-sets, leading to a crash when one or more
trees did not contain the selected root-label was fixed. It now
validates the input trees to make sure that they all share the
same set of labels.
Tags: Minor bugfixes

Project Resources