Skip to content

dekoning-lab/WFES2-GUI

Repository files navigation

WFES-GUI

This repository is an implementation of a GUI for wfes2.

Wright-Fisher Exact Solver (WFES) implements a variety of exact calculations with the Wright-Fisher model. Unlike other approaches, WFES does not use simulations or strong simplifying assumptions. WFES benefits from high-performance linear algebra techniques, making it possible to compute exact quantities for biologically realistic population sizes. The following document details the usage of the WFES code.

Installation

Download the last version for your OS in the releases page and follow the installer instructions.

If there is any problem in any OS, execute from terminal/console and submit the error as an issue.

Microsoft Windows

WFES-GUI for Microsoft Windows may requires Visual C++ Redistributable 2015-2019 and it is installed automatically in your computer.

Mac

WFES-GUI for Mac is automatically installed in your Applications folder.

Linux

WFES-GUI for Mac has been tested in Ubuntu 20.04. Testing pending in other Linux distributions. If the installer is not working properly, you may need to install ocl-icd-opencl and libxcb-xinerama0:

sudo apt update
sudo apt install ocl-icd-opencl-dev
sudo apt install libxcb-xinerama0

Build

To build this application in Linux, Mac or Windows, you will need Qt Creator. Install Qt Creator 5.12.2, clone the repository, and open it with Qt creator. You have to extract the dependencies.7z file in order to have all the necesary dependencies available. Alternativelly, you could build and link your own version of the dependencies.

Usage

Consult the manual of the application in the wiki of this repository.

Third party libraries: