Skip to content

Development repo for pyani-plus (the next iteration of pyani)

License

Notifications You must be signed in to change notification settings

jianshu93/pyani-plus

 
 

Repository files navigation

pyANI-plus

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.

Linux build macOS build

Codacy Badge Codacy Badge

pre-commit.ci status CodeFactor codecov

Citing pyANI-plus

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

Installation

There are currently no stable releases of pyani-plus. If you would like to use the in-progress development version, please follow the usual installation procedure for GitHub repositories, e.g.

  1. Clone the repository: git clone [email protected]:pyani-plus/pyani-plus.git
  2. Change directory to the repository: cd pyani-plus
  3. Install using one of the following methods:
    1. pip, e.g.: pip install -U -e .
    2. Make, e.g.: make install_macos or make install_linux

Walkthrough: A First Analysis

Contributing

Please see the CONTRIBUTING.md file for more information

Method and Output Description

Licensing

Unless otherwise indicated, the material in this project is made available under the MIT License.

    (c) The University of Strathclyde 2024-present
    Contact: [email protected]

    Address:
    Dr Leighton Pritchard,
    Strathclyde Institute of Pharmacy and Biomedical Sciences
    161 Cathedral Street
    Glasgow
    G4 0RE,
    Scotland,
    UK

The MIT License

Copyright (c) 2024-present The James Hutton Institute

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

Development repo for pyani-plus (the next iteration of pyani)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Shell 1.2%
  • Makefile 0.8%