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
Current parser reads an OBO file and returns OboOntology type which consists of fields OboTerms which is a list of OboTerms and OboTypeDefs, a list of OboTypeDefs.
This means, the parser already creates a type that is split into components.
It might be better to have the minimal assumption, a Discriminated Union, first, and the OboOntology type later.
The text was updated successfully, but these errors were encountered:
Current parser reads an OBO file and returns
OboOntology
type which consists of fieldsOboTerms
which is a list ofOboTerm
s andOboTypeDefs
, a list ofOboTypeDef
s.This means, the parser already creates a type that is split into components.
It might be better to have the minimal assumption, a Discriminated Union, first, and the
OboOntology
type later.The text was updated successfully, but these errors were encountered: