Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.52 KB

README-editors.md

File metadata and controls

56 lines (30 loc) · 1.52 KB

Instructions for Editors of the Gene Ontology

GO - Ontology Editors Guide

A step-by-step guide for GO Ontology Editors can be found at http://go-ontology.readthedocs.io/.

Release Process

This Jenkins job will create releases https://build.berkeleybop.org/job/release-go-ontology-snapshot

(see the parent README for more details)

The release process can be simulated as follows:

cd src/ontology
make

If this looks good type:

make release

This generates derived files such as go.owl and go.obo and places them in the target dir (../../target/). The versionIRI will be added.

At this point Jenkins will release the target files to S3, they will be available via the usual PURLs

For questions on this contact Chris Mungall or email obo-admin AT obofoundry.org

Jobs

See parent README

Travis Continuous Integration System

Check the build status here: Build Status

Makefile

The Makefile contains instructions to automatically build (or simulate the build) of the release.

To run tests:

make test

(this is what is executed by travis)

To prepare files for a release:

make prepare_release

To regenerate stale imports:

make all_imports