-
Notifications
You must be signed in to change notification settings - Fork 4
How to use RapGreen to reconcile phylogenetic trees
Jean-François edited this page Dec 1, 2020
·
9 revisions
RapGreen is a very versatile Java package, to manipulate et annotate phylogenetic trees. The main usage of this package remains to reconcile phylogenetic trees with the corresponding species tree.
First of all, download the whole package in your working directory:
git clone https://github.com/SouthGreenPlatform/rap-green.git
- Compile the RapGreen java package (mostly tested in Java 8, but compatible with newer of older versions):
cd rap-green
javac rapgreen/*.java
- Or you can choose to directly use the
bin/RapGreen.jar
executable archive file if you have the same JDK version used to compile this available version, which is JDK8.
Please don't hesistate to contact the webmaster.