TheJacksonLaboratory / HPOworkbench

Human Phenotype Ontology Workbench
http://hpo-workbench.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

Documentation Status Codacy Badge

HPO Workbench

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.

Version 2

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

Download current release

We are working on releasing native apps for Windows and Mac.