Python API

THAPBI Phytophthora ITS1 Classifier Tool (PICT).

You would typically use THAPBI PICT via the command line tool it defines:

$ thapbi_pict --help
...

However, it is also possible to call functions etc from within Python. The top level package currently only defines the tool version:

>>> from thapbi_pict import __version__
>>> print(__version__)

The tool documentation is hosted by Read The Docs, generated automatically from the docs/ folder of the software repository and the “docstrings” within the source code which document the Python API.