View on GitHub

SumTimes

A tool for summarizing posterior probabilities of divergence-time scenarios from posteriors of trees

Download this project as a .zip file Download this project as a tar.gz file

Previous topic

1. Overview

Next topic

3. Installation

This Page

2. PrerequisitesΒΆ

SumTimes has been tested on versions 2.7 and 3.4 of Python. There are two Python dependencies:

If you do not have these modules, you will need to install them before you can use SumTimes. You can do this via the command line:

$ sudo pip install dendropy
$ sudo pip install pyyaml

If you do not have admin privileges, or you prefer to install locally, you can use:

$ pip install --user dendropy
$ pip install --user pyyaml