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, as a sub-module contains a PAL: Phylogenetic Analysis Library project repository, which latest version of the code is also available on GitHub.

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

Visual TreeCmp GUI Spring based web/standalone application code is available at: https://github.com/TreeCmp/TreeCmpWEB, as a sub-module contains the above TreeCmp project repository.

To retrieve the latest Visual TreeCmp source code that contains TreeCmp and PAL projects, call this command in the Git Bash window:
git clone --recursive 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