Skip to content
Chris Mungall edited this page Mar 5, 2014 · 10 revisions

This page describes some of the tools used to edit generate parts of the ontology and keep them in sync with external resources.

Ontology Editing

For editing we use a mixture of emacs (for editing the core module) and Protege (for editing the phenoscape-ext.owl extension, and for exploring and debugging).

The original version of Uberon was developed using OBO-Edit, but we no longer use this for editing.

Ontology Build Pipeline

For the production build pipeline we use owltools and a Jenkins Continuous Integration (CI) environment. OWLTools comes bundled with the magnificent Elk.

Ontology Alignment and Text Processing

Historically we have used blipkit prolog framework for text processing

These are all controlled by the Makefile in the Uberon directory

Many of these tools are highly adapted to the task at hand, and may not translate well to other ontology alignment tasks. Others are welcome to use these, but caveat emptor.

We are moving away from this framework to use owljs, and in particular the owljs implementation of Obol

Clone this wiki locally