Skip to content

Releases: CSBiology/OBO.NET

0.6.0: OboProvider

25 Jun 08:29

Choose a tag to compare

Add a type provider for obo terms/typedefs as part of the 2025 ARC Symposium Hackathon.

use it ike this:

open OboProvider

let [<Literal>] oboPath = @"path\to\some.obo"

type obo = OboTermsProvider<oboPath>