Skip to content

Commit

Permalink
HPO: restored the old obo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 22, 2023
1 parent c85b6b2 commit 903d4e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pypath/resources/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit 903d4e2

Please sign in to comment.