Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 783 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 783 Bytes

tspyro

tspyro is a Pyro-based method for inferring posterior distributions on the geographic location and age of ancestral nodes in a tree sequence. tspyro can operate on any valid tree sequence in the tskit format, including those simulated with SLiM (possibly using Slendr) or msprime, or inferred by tsinfer.

Installation

tspyro is not yet available via PyPI or conda, so to install tspyro please clone this repo.

The required Python packages can be installed with:

pip3 install -r requirements.txt