Visual TreeCmp Visual TreeCmp
Comprehensive Comparison of Phylogenetic Trees on the Web

Visual TreeCmp Source Code


The Visual TreeCmp source code is available in two versions, as a library/console application (called TreeCmp) and as a GUI Spring based web/standalone application (called TreeCmpWEB).

Both versions of code are available as distributed public Git repositories hosted on GitHub.

TreeCmp library/console application code is available at: https://github.com/TreeCmp/TreeCmp.

To retrieve the latest TreeCmp projects source code, call this command in the Git Bash window:
git clone https://github.com/TreeCmp/TreeCmp

Visual TreeCmp GUI Spring based web/standalone application code is available at: https://github.com/TreeCmp/TreeCmpWEB.

To retrieve the latest Visual TreeCmp source code that contains TreeCmp call this command in the Git Bash window:
git clone https://github.com/TreeCmp/TreeCmpWEB

Additionally, phylogenetic random trees generator code is available at: https://github.com/TreeCmp/PRTGen.

To retrieve the latest PRTGen source code, call this command in the Git Bash window:
git clone https://github.com/TreeCmp/PRTGen