Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 446 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 446 Bytes

Genome Imputation by Aligning Coalescent Trees with Genealogies

Development

Please run the tests in run-tests.sh before committing. Add this script to your pre-commit hook:

cd .git/hooks
ln -s ../../run-tests.sh ./pre-commit

Dependencies:

To access the relevant msprime functionalities, please install:

pip install --user newick
pip install --user git+https://github.com/DomNelson/msprime.git@pedigree_ind_fix