CenStats
Centromere statistics toolkit.
status
RepeatMasker
annotations.length
stv
bed file and HumAS-HMMER
output.pip install censtats
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.
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