Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 671 Bytes

index.md

File metadata and controls

22 lines (15 loc) · 671 Bytes

MCPhyloTree.jl

This package provides the basic tree functionality for the MCPhylo.jl package.

In addition this package can be used to do basic tree manipulations for phylogenetic trees, such as plotting, conversion to matrices, manipulations of the tree topology, or the calculation of distances between two trees.

General Information

In order to use the latest version you can install it directly from its GitHub source.

using Pkg
Pkg.add("https://github.com/erathorn/MCPhyloTree.jl")

The stable version can also be installed via the Julia package manager.

using Pkg
Pkg.add("MCPhyloTree")