/hyphy-gui

Desktop application for HyPhy

Primary LanguageHyPhyMIT LicenseMIT

HyPhy-GUI

Build Status License: MIT

DOWNLOAD APP

TUTORIAL

Graphical User Interface Desktop Application for HyPhy

Collection of methods for interrogating sequence alignments for imprints of natural selection: Methods

Intuitive user interface for submitting jobs familiar to users of datamonkey: Interface

Provides the ability to queue multiple jobs, monitor the status of running jobs and visualize results of completed jobs using the hyphy-vision package: Jobs

Development

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.