An offline and graphical implementation of genome viewer.
Qt 5.5 minimum is required to compile bigbrowser.
Clone the repo:
git clone [email protected]:BIG-Tools/BigBrowser
- Download Qt SDK from http://www.qt.io/download/
- Open project.pro
- Compile & run
mkdir build
cd build
(qmake|qmake-qt5) ../src/BigBrowser.pro
make