You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix OBO parsing to resolve parent-child relationships after all terms are parsed
Added a two-pass parsing approach in `Ontology.parseStanza()` to handle cases
where parent terms appear after child terms in OBO files. Unresolved is_a
links are now collected during the first pass and properly resolved once
all terms are loaded.
0 commit comments