logsdon-lab / CenStats

Centromere statistics toolkit
MIT License
0 stars 0 forks source link

CenStats

CI PyPI - Version

Centromere statistics toolkit.

Setup

pip install censtats

Usage

usage: censtats [-h] {status,length} ...

Centromere statistics toolkit.

positional arguments:
  {status,length}

options:
  -h, --help       show this help message and exit

Read the docs here.

Build

make venv && make build && make install
source venv/bin/activate && censtats -h

To run tests:

source venv/bin/activate && pip install pytest
pytest -s -vv