pyani-plus is an application and Python module for whole-genome classification of microbes using Average Nucleotide Identity and similar methods. It is a reimplemented version of pyani with support for additional schedulers and methods.
A complete guide to citing pyani is included in the file CITATIONS. Please cite the following manuscript in your work, if you have found pyani useful:
Pritchard et al. (2016) "Genomics and taxonomy in diagnostics for food security: soft-rotting enterobacterial plant pathogens" Anal. Methods 8, 12-24 DOI: 10.1039/C5AY02550H
See pyANI-plus documentation including Walkthrough: A First Analysis.
See our full installation instructions for more details. In brief, if you are using conda we recommend
pyani-plus from the BioConda channel,
which will include all the dependencies. Otherwise, we recommend installing pyani-plus
from the Python Package Index (PyPI),
and install the non-python tools as needed.
If you would like to use the in-progress development version, please follow the usual installation procedure for GitHub repositories, e.g.
- Clone the repository:
git clone git@github.com:pyani-plus/pyani-plus.git - Change directory to the repository:
cd pyani-plus - Create a new conda environment called
pyani-plus_py312using the commandmake setup_conda_env(there is a correspondingremove_conda_envtarget) - Activate the conda environment with the command
conda activate pyani-plus_py312 - Install using one of the following methods:
pip, e.g.:pip install -U -e .Make, e.g.:make install_macosormake install_linux
Please see the CONTRIBUTING.md file for more information,
including installing additional development-only dependencies like pytest and ruff.
Please see the CHANGELOG.md file recording changes of note in each release.
Unless otherwise indicated, the material in this project is made available under the MIT License, and copyright The University of Strathclyde 2024 to present. See the LICENSE file.
Contact: leighton.pritchard@strath.ac.uk
Address: Dr Leighton Pritchard, Strathclyde Institute of Pharmacy and Biomedical Sciences 161 Cathedral Street Glasgow G4 0RE, Scotland, UK