Graphical User Interface Desktop Application for HyPhy
Collection of methods for interrogating sequence alignments for imprints of natural selection:
Intuitive user interface for submitting jobs familiar to users of datamonkey:
Provides the ability to queue multiple jobs, monitor the status of running jobs and visualize results of completed jobs using the hyphy-vision package:
Requirements:
make
cmake
yarn
After cloning this repository and installing the above requirements, run
make all
Start electron and run webpack in watch mode:
yarn run dev
Note that you will have to refresh Electron to observe changes.
Instructions for packaging and distributing the application are in packaging.md
.