Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.55 KB

README.rst

File metadata and controls

49 lines (33 loc) · 1.55 KB

BIGSdb-attributor

Documentation Status Updates Python 3

Attribute human disease isolates to host sources using STRUCTURE or iSource. Currently work in progress.

Installing

To install as a user:

pip install git+https://github.com/theflyingturtle/BIGSdb-attributor
bigsdb_attributor --help

Developing

To set up as a developer:

git clone https://github.com/theflyingturtle/BIGSdb-attributor
source .../path/to/virtualenv/bin/activate[.fish]
pip install -r BIGSdb-attributor/requirements-dev.txt
python3 BIGSdb-attributor/setup.py develop
bigsdb_attributor --help
  • Free software: GNU General Public License v3

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template. [ ~ Dependencies scanned by PyUp.io ~ ]