HighlanderLab / tree_seq_pipeline

Pipeline to infer tree sequences with different datasets
MIT License
3 stars 7 forks source link

Modify the ancestral inference to be able to infer on per-chromosome basis #46

Open janaobsteter opened 10 months ago

janaobsteter commented 10 months ago

Currently, the ancestral pipeline runs on the whole vcf at once. I think we should add a modification to be able to run by chromosome if needed for large datasets.

janaobsteter commented 9 months ago

The solution is in #61