Metadata-Version: 2.1
Name: chiton
Version: 1.1.0
Summary: Chiton provides a Python wrapper to commonly used bioinformatics programs.
Home-page: https://github.com/aaronmussig/chiton
Author: Aaron Mussig
Author-email: aaronmussig@gmail.com
License: GNU GPLv3
Project-URL: Bug Tracker, https://github.com/aaronmussig/chiton
Project-URL: Documentation, https://github.com/aaronmussig/chiton
Project-URL: Source Code, https://github.com/aaronmussig/chiton
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# chiton

[![PyPI](https://img.shields.io/pypi/v/chiton.svg)](https://pypi.python.org/pypi/chiton)
[![Bioconda](https://img.shields.io/conda/vn/bioconda/chiton.svg?color=43b02a)](https://anaconda.org/bioconda/chiton)

Chiton provides a Python wrapper to commonly used bioinformatics programs.


**Documentation:** [https://aaronmussig.github.io/chiton/](https://aaronmussig.github.io/chiton/)


## Supported programs

* [FastANI](https://github.com/ParBLiSS/FastANI) (all versions)


## Contributing

This project uses [Semantic Versioning](http://semver.org/) and [Conventional Commits](https://conventionalcommits.org/)
to automatically generate release notes using [Semantic Release](https://semantic-release.gitbook.io/semantic-release/).

Please ensure that your commits are property formatted.


