Skip to content

Latest commit

 

History

History
103 lines (68 loc) · 2.71 KB

README.rst

File metadata and controls

103 lines (68 loc) · 2.71 KB

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status

package

Putting the info back into bioinformatics.

  • Free software: Apache Software License 2.0

Installation

pip install bioinformagic

You can also install the in-development version with:

pip install https://github.com/nigeil/python-bioinformagic/archive/master.zip

Documentation

https://python-bioinformagic.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox