Scripts for Regulatory Genome analysis.
Before running tests, sample data
of large size should be placed under
large_sample_data/
.
hg38.fa
: UCSC hg38 reference genome.
Test scripts are under tests/
.
Use the following command to
run test for each scripts.
SCRIPT=#test script to run
python -m unittest ${SCRIPT}
For detailed input/output of each script,
please use the --help
flag for each script.