Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 564 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 564 Bytes

jade

A fork of the PEBLS Jade Java packages. A collection of Java objects for phylogenetics and evolutionary biology.

Install

To access the packages in this repository as a local maven repository:

  1. git clone the jade repo locally
  2. cd into the jade directory and run:
sh mvn_install.sh
  1. copy and paste the following code into the pom.xml file of any local maven project to access the jade packages
<dependency>
  <groupId>org.opentree</groupId>
  <artifactId>jade</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>