Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 652 Bytes

api.md

File metadata and controls

35 lines (18 loc) · 652 Bytes

API Reference

I recommend that TACT only be used via its console commands.

While TACT can be used as a Python library, its internal interface is subject to change at any time, even for minor or patch versions. This API documentation is provided merely for the sake of completeness.

Numerical functions

Functions in tact/lib.py.

::: tact.lib

Tree functions

Functions in tact/tree_util.py.

::: tact.tree_util

FastMRCA

Functions in tact/fastmrca.py.

::: tact.fastmrca

Validation

Functions in tact/validation.py.

::: tact.validation

Exceptions

Functions in tact/exceptions.py.

::: tact.exceptions