Metadata-Version: 2.1
Name: opentargets-ontologyutils
Version: 1.2.3
Summary: Ontology utilities at targetvalidation.org
Home-page: https://github.com/opentargets/ontology-utils
Author: OpenTargets Core Team <support@targetvalidation.org>
Author-email: support@targetvalidation.org
License: Apache License, Version 2.0
Download-URL: https://github.com/opentargets/ontology-utils/archive/1.2.3.tar.gz
Keywords: opentargets,bioinformatics,ontology
Platform: any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: opentargets-urlzsource (==1.0.0)
Requires-Dist: rdflib
Requires-Dist: future
Provides-Extra: dev
Requires-Dist: pytest (<4.1.0,>=4.0.0) ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: codecov ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: pipdeptree ; extra == 'dev'

[![PyPI version](https://badge.fury.io/py/opentargets-ontologyutils.svg)](https://badge.fury.io/py/opentargets-ontologyutils)

[![Build Status](https://travis-ci.com/opentargets/ontology-utils.svg?branch=master)](https://travis-ci.com/opentargets/ontology-utils)

[![codecov](https://codecov.io/gh/opentargets/ontology-utils/branch/master/graph/badge.svg)](https://codecov.io/gh/opentargets/ontology-utils)

Python package with a set of utilities to:
 - download latest version of specific ontologies (tested on EFO, ECO, HP, MP)
 - extract information from ontology OBO and OWL file format
 - query this information from memory
 - map ontology identifiers to other ontology identifiers
 - map ontology labels to relevant ontology identifiers


