Skip to content

labsquare/BigBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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