nch-igm / snvstory

Rapid and accurate ancestry inference using SNVs.
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

SGDP matrix attribute loading bug #10

Closed andreirajkovic closed 8 months ago

andreirajkovic commented 8 months ago

The SGDP matrix attributes contains multiple jsons in their resource folder. This is an issue due to the fact we use a glob to load the variant container. I've adjusted the code to handle the sgdp situtation; it is a bandaid solution, though building out something more generalizable would require quiet a bit more effort.