Skip to content

owlcollab/oboformat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e440c0f · Dec 22, 2022
Dec 22, 2022
Jan 17, 2022
Nov 19, 2015

Repository files navigation

Build Status DOI

This project contains documentation for OBO Format

Specification

Note that the spec is currently hosted on http://owlcollab.github.io/oboformat/doc/obo-syntax.html -- however, you should be sure to bookmark the permanent URL, which is http://purl.obolibrary.org/obo/oboformat/spec.html

Use this URL:

Code

The code is now integrated into the OWLAPI, version 3.5.x and higher

How to convert

We recommend the use of ROBOT to convert back and forth

See Conversion example:

robot convert --input foo.owl --output foo.obo

OWLTools Command Line Interface can also be used:

owltools foo.owl -o -f obo foo.obo

The use of owltools will be phased out for this purpose in favor of ROBOT

See Also

Legacy documentation