TravisWheelerLab / NINJA

Nearly Infinite Neighbor Joining Application
MIT License
5 stars 7 forks source link

NINJA CI

API Documentation

NINJA

Nearly Infinite Neighbor Joining Application

About

This repository is an "almost complete" reimplementation of the Java implementation at this site. The software generally works, but there remain a couple of small bugs, and the project is on hold (and not under active development) while we await the time to wrap it up to completion. For now, your best bets are to either:

Development

Clone the code. If you're on a Mac, you can run make setup-mac to install most of the required tools through Homebrew. This includes:

Contributions are welcomed. To do this, fork the repo, create a branch and, once you're ready, create a pull request from your branch into the master branch in the main repo.

Authors