monarch-initiative / dipper

Data Ingestion Pipeline for Monarch
https://dipper.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
56 stars 26 forks source link

HPOA & MGI #930

Closed TomConlin closed 4 years ago

TomConlin commented 4 years ago

HPOA had a disappearing file I fixed in dippercache (and in my dipper fork) over a month ago that somehow missed ever getting pushed to production

there is one error corrected in MGI.py

the queries were written and rewritten several times the final version is typically much simpler that the previous versions but I did not like writing them as they are now because they are several to many times slower to execute.

the reason to leave them as they are now is they are written to minimize future maintenance if/when MGI's db admins need to change their schema. and they still try to leave a healthy breadcrumb trail if we need to revisit them.

kshefchek commented 4 years ago

+1