Installation

This section provides instructions for installation and configuration of pyMLST.

Automatic Installation

You can install pyMLST and their dependancy using bioconda:

conda install -c conda-forge -c bioconda pymlst

Manual Installation

Dependancy

PyMLST uses 3 external tools to run alignment:

Configuration

Configure the executable locations (if they are not on the PATH) and log level :

pyMLST configure --help
Usage: pyMLST configure [OPTIONS]

Configure executables paths and log level.

Options:
-b, --blat FILE   Blat executable absolute path.
-k, --kma FILE    Kma executable absolute path.
-m, --mafft FILE  Mafft executable absolute path.
-l, --log [DEBUG|INFO|WARNING|ERROR]
                  Level of logging, default=INFO
-r, --reset       Reset the configuration.
--help            Show this message and exit.