CSBiology / OBO.NET

An OBO file format parser, written in F#.
MIT License
3 stars 1 forks source link

Extend `OboOntology` to include the `Document header tags` #33

Closed kMutagene closed 3 months ago

kMutagene commented 4 months ago

An OBO document is structured as follows:

<header>

<stanza>
<stanza>
...

We currently only parse [Term] and [Typedef] stanzas, ignoring the document header.

The document header section is consisting of defined key-value pairs, just as the stanzas, see https://owlcollab.github.io/oboformat/doc/GO.format.obo-1_4.html#S.2.1

kMutagene commented 3 months ago

can this be closed @omaus ?

omaus commented 3 months ago

Yep! Done with #35.