/BigBrowser

Big Browser watching your genome

Primary LanguageHTML

BIG Browser

An offline and graphical implementation of genome viewer.

Dependency

Qt 5.5 minimum is required to compile bigbrowser.

Compilation

Get the code

Clone the repo:

git clone git@github.com:BIG-Tools/BigBrowser

Build from IDE

Build without IDE

mkdir build
cd build
(qmake|qmake-qt5) ../src/BigBrowser.pro
make