hyanwong / giglib

MIT License
4 stars 2 forks source link

Adjust MRCA routines to account for different chromosomes #112

Closed hyanwong closed 6 months ago

hyanwong commented 7 months ago

Sample-resolve for different chromosomes is implemented, but finding MRCA regions is still a bit complex. I have made an attempt to start thinking about it in

https://github.com/hyanwong/GeneticInheritanceGraphLibrary/commit/c344ba0a5a4c562e79d99b34b392ae371a4d024a

Will require discussion with @duncanMR and a change in the reported MRCA structure, I think.

hyanwong commented 6 months ago

Solved in #120, but needs a lot more testing