Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.13 KB

CenStats

CI PyPI - Version

Centromere statistics toolkit.

  • status
    • Determine the status of centromeric contigs based on RepeatMasker annotations.
  • length

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