From 0d40be8a6cc6bfac28014ddcdd3c0681e8feb4da Mon Sep 17 00:00:00 2001 From: ecwood Date: Tue, 27 Aug 2024 00:30:39 -0700 Subject: [PATCH] #387 patch to get around weird ids showing up when trying to prefix match --- maps/curies-to-urls-map.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/maps/curies-to-urls-map.yaml b/maps/curies-to-urls-map.yaml index 9ce1b30d..6cb9300d 100644 --- a/maps/curies-to-urls-map.yaml +++ b/maps/curies-to-urls-map.yaml @@ -579,10 +579,14 @@ use_for_contraction_only: DDANAT: http://purl.obolibrary.org/obo/ddanat# - DGIdb: https://www.dgidb.org/interaction_types/ + - + dictybase.gene: http://dictybase.org/gene/DDB_ - DOID: "&obo;DOID_" - DRUGBANK: http://purl.bioontology.org/ontology/DRUGBANK/ + - + DRUGBANK: "DrugBank:" - ECOCORE: "&obo;ECOCORE_" - @@ -635,6 +639,8 @@ use_for_contraction_only: HGNC: "http://identifiers.org/hgnc/" - HGNC: http://purl.bioontology.org/ontology/HGNC/ + - + HMDB: "HMDB:" - HP: "http://purl.bioontology.org/ontology/HPO/HP%3A" - @@ -661,6 +667,8 @@ use_for_contraction_only: IDO: "&obo;IDO_" - KEGG: http://purl.obolibrary.org/obo/KEGG_ + - + KEGG.ENZYME: "EC:" - LOINC: http://purl.bioontology.org/ontology/LNC/ - @@ -753,6 +761,8 @@ use_for_contraction_only: PR: http://purl.obolibrary.org/obo/pr# - PR: "&obo;PR_" + - + REACT: "Reactome:" - RO: http://www.obofoundry.org/ro/ro.owl# - @@ -803,6 +813,8 @@ use_for_contraction_only: UMLS: http://purl.bioontology.org/ontology/MEDLINEPLUS/ - UniProtKB: "http://identifiers.org/uniprot/" + - + UniProtKB: "UniProtKB:" - UO: "&obo;UO_" -