Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 728 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 728 Bytes

Build Status

A python parser for OBO ontology files

This repository contains python code for handling OBO serialized ontologies.

The function obo.read_obo() takes an .obo file and returns a networkx MultiDiGraph reprensentation of the ontology. The parser aims to be compatible with OBO versions 1.2 and 1.4.

We welcome feature suggestions and community contributions.