Launch the DeepPhe Desktop GUI
Requirements
- A complete DeepPhe installation with the
.DeepPhetool directory. - Java 8. Installed desktop bundles usually provide their own Java runtime.
- Writable project, log, and output directories.
- Ports
3333and3334available when using the visualizer.
Launch from an Installed DeepPhe Application
Open the DeepPhe Desktop GUI application from the operating system shortcut or application launcher. The Desktop GUI opens with a welcome message and a project panel at the top.
The default example project expects sample data under:
~/DeepPheDocs/
Installer-created examples usually include:
~/DeepPheDocs/example_corpus/
~/DeepPheDocs/example_omop/patient_demographics.json
~/DeepPheDocs/example_output/
Launch from the Repository or a Distribution Folder
On macOS or Linux:
./runDeepPheDesktop.sh
On Windows:
runDeepPheDesktop.bat
The scripts derive DEEPPHE_ROOT from the script location when it is not already set. They also derive DEEPPHE_HOME as:
%DEEPPHE_ROOT%\.DeepPhe
or, on macOS and Linux:
$DEEPPHE_ROOT/.DeepPhe
Set JAVA_HOME before launching if you are running from scripts on a machine without a bundled Java runtime.
Optional Desktop Configuration File
The Java entry point accepts one optional argument: a desktop configuration file.
./runDeepPheDesktop.sh /path/to/desktop-config.txt
Use that file only when you need to override installation paths or tool commands. See Paths and Configuration.