TreeTools.jl

TreeTools is a package to allow manipulation and simple operations on rooted phylogenetic or genealogic trees. It started off as a dependency of another package TreeKnit, but can in principle be used for any problem involving trees.

Installation

You can simply install TreeTools using the julia package manager (if you don't have julia, you can get it from here):

using Pkg
Pkg.add("TreeTools")

You should now be able to use using TreeKnit from inside julia and follow the rest of the documentation.

Info

The documentation is being written: more things to come!