MOZI-AI / annotation-scheme

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

Simplify find-go-term #177

Closed linas closed 4 years ago

linas commented 4 years ago

I found the find-go-term function to be very hard to read and understand. This is a rewrite that cleanly splits it up into parts, and uses srfi-1 to manage the lists. Its now a breadth-first search.