Description: None
More information can be found at http://obofoundry.org/ontology/ak-ontology
Setup the local source code.
git clone https://github.com/airr-knowledge/ak-ontology.git
cd ak-ontology
Use the ODK docker container to have a consistent development environment. There is
a provided run.sh script that runs the docker in an appropriate way.
docker pull obolibrary/odkfull
cd src/ontology
# if ak-ontology-odk.yaml is updated, then
sh run.sh make update_repo
# build everything
sh run.sh make
Perform git operations outside of docker to avoid permission and gitconfig issues.
The latest version of the ontology can always be found at:
http://purl.obolibrary.org/obo/ak-ontology.owl
(note this will not show up until the request has been approved by obofoundry.org)
Editors of this ontology should use the edit version, src/ontology/ak-ontology-edit.owl
Please use this GitHub repository's Issue tracker to request new terms/classes or report errors or specific concerns related to the ontology.
This ontology repository was created using the Ontology Development Kit (ODK).