You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✗ sqlite3 $db/hp.db
SQLite version 3.37.0 2021-12-09 01:34:53
Enter ".help" for usage hints.
sqlite> select * from statements where subject='HP:0030376' and predicate='oio:hasDbXref';
HP:0030376|HP:0030376|oio:hasDbXref||UMLS:C4072915|||
sqlite> ^D
✗ sqlite3 $db/phenio.db
SQLite version 3.37.0 2021-12-09 01:34:53
Enter ".help" for usage hints.
sqlite> select * from statements where subject='HP:0030376' and predicate='oio:hasDbXref';
The text was updated successfully, but these errors were encountered:
This is due to the fact the HPO enters PHENIO via uPheno, which is not very modular; I am changing this and adding all phenotype ontologies as individual components to phenio now
The text was updated successfully, but these errors were encountered: