A Java app for working with the Human Phenotype Ontology (HPO).
A Java app for working with HPO and HPO annotation data. HPO Workbench can be used to get an overview of the HPO by navigating through the hierarchy and displaying the term definition etc.
Please see the full documentation.
We are working on a version 2 using Java 17 and Spring Boot. To run HPO Workbench, you will need
to have Java 16 and maven installed and to buld the application with the standard mvn package
command. The app can then be started with
java -jar hpoworkbench-gui/target/HpoWorkbench.jar
We are working on releasing native apps for Windows and Mac.