Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 404 Bytes

eremitalpa

Plot dendropy trees.

Installation

Dependencies

pip install git+https://github.com/davipatti/eremitalpa.git

Basic usage:

import eremitalpa as ere
tree = ere.Tree.from_disk("tree.tre")
ere.plot_dendropy_tree(tree)

Check out the docs.