MOZI-AI / annotation-scheme

Human Gene annotation service backend
GNU General Public License v3.0
3 stars 4 forks source link

further simplification of pathway-hierarchy #127

Closed linas closed 4 years ago

linas commented 4 years ago

Please apply pull req #126 first, and verify that it works as expected. After that pull req, visual inspection shows that all that the code is doing is a fetch of all of the inheritance links, and a filter. That can be done directly, in a much speedier and immediate way, as done here.

Part of the simplification called for in #105.