Skip to content

0.6.0: OboProvider

Latest

Choose a tag to compare

@kMutagene kMutagene released this 25 Jun 08:29
· 1 commit to main since this release

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>