Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 452 Bytes

README.mkd

File metadata and controls

31 lines (21 loc) · 452 Bytes

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 [email protected]:BIG-Tools/BigBrowser

Build from IDE

Build without IDE

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