We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no single location where CURIE maps are stored. They appear in:
curie_map.yaml
namespaces.py
Refactor so that namespaces.py is dynamically generated from curie_map.yaml
I wonder if OMIM could utilize extended prefix maps. Currently we have 2 different Mondo related prefixes (#133):
'MONDO': 'http://purl.obolibrary.org/obo/MONDO_' # Monarch Disease Ontology 'MONDONS': 'http://purl.obolibrary.org/obo/mondo#' # Monarch Disease Ontology, alternative
The text was updated successfully, but these errors were encountered:
joeflack4
No branches or pull requests
Overview
There is no single location where CURIE maps are stored. They appear in:
curie_map.yaml
namespaces.py
Proposed solution
Refactor so that
namespaces.py
is dynamically generated fromcurie_map.yaml
Additional thoughts
I wonder if OMIM could utilize extended prefix maps. Currently we have 2 different Mondo related prefixes (#133):
The text was updated successfully, but these errors were encountered: