Skip to content
/ tsqc Public

Utilities for evaluating inferred tree sequences

License

Notifications You must be signed in to change notification settings

tskit-dev/tsqc

Repository files navigation

ts-qc

Utilities for evaluating large genetic genealogies (e.g. ARGs) stored in the tskit "succinct tree sequence" format. This is targetted at ARGs that have been inferred using a variety of inference tools such as tsinfer, sc2ts, Relate, kwARG, ARGneedle, etc.

To launch the app use:

python -m tsqc /path/to/trees-file

On WSL, it may be necessary to disable Numba's CUDA support:

NUMBA_DISABLE_CUDA=1 python -m tsqc /path/to/trees-file

Installation

Tsqc is currently in development. To install the latest dev version from github, try

python -m pip install git+https://github.com/tskit-dev/tsqc

About

Utilities for evaluating inferred tree sequences

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages