From 903d4e24ba5cb42220b94e8849c9c8ce8fab7ead Mon Sep 17 00:00:00 2001 From: deeenes Date: Thu, 22 Jun 2023 02:32:55 +0200 Subject: [PATCH] HPO: restored the old obo URL --- pypath/resources/urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pypath/resources/urls.py b/pypath/resources/urls.py index 7bb62faac..c72ad455a 100644 --- a/pypath/resources/urls.py +++ b/pypath/resources/urls.py @@ -1592,7 +1592,8 @@ }, 'hpo': { 'label': 'HPO database', - 'ontology': 'https://purl.obolibrary.org/obo/hp.obo' + 'ontology': 'https://purl.obolibrary.org/obo/hp.obo', + 'ontology_new': 'https://purl.obolibrary.org/obo/hp.obo' 'human-phenotype-ontology/master/hp.obo', 'disease' : 'https://purl.obolibrary.org/obo/hp/hpoa/phenotype.hpoa', 'gene' : 'https://purl.obolibrary.org/obo/hp/hpoa/'