Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 2.17 KB

README.rst

File metadata and controls

85 lines (54 loc) · 2.17 KB

GenomeHubs

Travis-CI Build Status Coverage Status Documentation Status Code Style Black PyPI Package latest release Install with Conda Commits since latest release MIT License

Installation

conda install -c tolkit genomehubs

or

pip install genomehubs

You can also install the in-development version with:

pip install https://github.com/genomehubs/genomehubs/archive/main.zip

Documentation

https://genomehubs.readthedocs.io/

Development

To run all tests run:

tox