Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

ebi-ait/ontology

Repository files navigation

Build Status Docker Repository on Quay

hcao

An application ontology for the Human Cell Atlas.

This repository is no longer active. Further development and maintenance is done on https://github.com/HumanCellAtlas/ontology.

Components:

Anatomy:

Mamalian anatomy and cell type terms from Uberon and the cell ontology; Human-specific labels from the Foundational Model of Anatomy

Versions

Stable release versions

The latest version of the ontology can always be found at:

http://purl.obolibrary.org/obo/hcao.owl

(note this will not show up until the request has been approved by obofoundry.org)

Editors' version

Editors of this ontology should use the edit version, src/ontology/hcao-edit.owl

Build a OLS docker instance with ontologies in

docker build . -t hcao-ols
docker run -p 8080:8080 -t hcao-ols 

OLS should now be running at http://localhost:8080

Contact

Please use this GitHub repository's Issue tracker to request new terms/classes or report errors or specific concerns related to the ontology.

Acknowledgements

This ontology repository was created using the ontology starter kit