Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.57 KB

README.rst

File metadata and controls

47 lines (28 loc) · 1.57 KB

BioKit

Bioinformatics in Python

https://pypip.in/d/biokit/badge.png https://secure.travis-ci.org/cokelaer/biokit.png https://coveralls.io/repos/cokelaer/biokit/badge.png?branch=master https://landscape.io/github/cokelaer/biokit/master/landscape.png https://badge.waffle.io/cokelaer/biokit.png?label=ready&title=Ready
note:BioKit is tested under Python 2.7 Note yet fully compatible with python 3.3 but should be easy to fix (import issue)
contributions:Please join https://github.com/biokit/biokit and share your notebooks https://github.com/biokit/biobooks/
issues:Please use https://github.com/biokit/biokit/issues
http://pythonhosted.org/biokit/_images/biokit.gif

testing

From travis, coverage is about 50% at the moment, which is low because some tests are ignored. Tests ignored are those that are slow or required R dependencies. To be ignored, we filled the setup.cfg with an option called attr. IF you comment that attribute in the setup.cfg and run

python setup.py nosetests

You should reach a higher coverage (about 70%)