Instead of hp-international.obo (or .json) we should use other files for translations.
http://purl.obolibrary.org/obo/hp/translations/hp-all.babelon.json
As a matter of fact, phenopacket2prompt does not work with current hpo releases
|
// TODO there might be a bug in newer hp-international.obo, revert to latest after it is fixed. |
|
//String hpoInternational = "https://github.com/obophenotype/human-phenotype-ontology/releases/latest/download/hp-international.obo"; |
|
String hpoInternational = "https://github.com/obophenotype/human-phenotype-ontology/releases/download/v2025-05-06/hp-international.obo"; |
Instead of hp-international.obo (or .json) we should use other files for translations.
http://purl.obolibrary.org/obo/hp/translations/hp-all.babelon.json
As a matter of fact, phenopacket2prompt does not work with current hpo releases
phenopacket2prompt/src/main/java/org/monarchinitiative/phenopacket2prompt/cmd/DownloadCommand.java
Lines 46 to 48 in 9bb80b2