Centromere statistics toolkit.
status
- Determine the status of centromeric contigs based on
RepeatMasker
annotations.
- Determine the status of centromeric contigs based on
length
- Estimate HOR array length from
stv
bed file andHumAS-HMMER
output.
- Estimate HOR array length from
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