Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Oct 30, 2019
1 parent 582813c commit cb39237
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# kb_python
![github version](https://img.shields.io/badge/Version-0.2.0-informational)
![pypi version](https://img.shields.io/pypi/v/kb-python)
[![pypi version](https://img.shields.io/pypi/v/kb-python)](https://pypi.org/project/kb-python/0.2.0/)
![python versions](https://img.shields.io/pypi/pyversions/kb_python)
![status](https://github.com/pachterlab/kb_python/workflows/CI/badge.svg)
![pypi downloads](https://img.shields.io/pypi/dm/kb-python)
![license](https://img.shields.io/pypi/l/kb-python)
[![pypi downloads](https://img.shields.io/pypi/dm/kb-python)](https://pypi.org/project/kb-python/)
[![docs](https://readthedocs.org/projects/kb-python/badge/?version=latest)](https://kb-python.readthedocs.io/en/latest/?badge=latest)
[![license](https://img.shields.io/pypi/l/kb-python)](LICENSE)

A wrapper for the [kallisto | bustools](https://www.kallistobus.tools) single-cell RNA-seq workflow.

Expand All @@ -19,7 +20,7 @@ Visit the [Getting Started](https://www.kallistobus.tools/kb_getting_started) pa

## Development
### Documentation
WIP...
Developer documentation is hosted on [Read the Docs](https://kb-python.readthedocs.io/en/latest/).

### Code Quality
`kb_python` uses `flake8` and `yapf` to ensure code quality and `nose`
Expand Down

0 comments on commit cb39237

Please sign in to comment.