项目作者: labsquare

项目描述 :
simple viewer for variant call format using htslib
高级语言: C++
项目地址: git://github.com/labsquare/CuteVCF.git
创建时间: 2016-12-14T17:54:51Z
项目社区:https://github.com/labsquare/CuteVCF

开源协议:GNU General Public License v3.0

下载


" class="reference-link">CuteVCF Travis

simple GUI viewer for vcf file (variant call format) using htslib.

preview

Prerequis

Install Qt >5.7

From Qt website :
Download Qt > 5.7 from https://www.qt.io/.
Don’t forget to check QtChart module during installation.

From ubuntu : Qt 5.7 is not yet avaible with ubuntu. But you can add PPA to your software system.
For exemple for xenial

  1. sudo add-apt-repository ppa:beineri/opt-qt57-xenial
  2. sudo apt-get install qt57base qt57charts-no-lgpl
  3. source /opt/qt57/bin/qt57-env.shf

From fedora : Qt 5.7 is avaible

  1. sudo dnf install qt5-qtbase-devel qt5-qtcharts-devel

Compile CuteVCF

From Qt Creator:
Open the CuteVcf.pro from Qt creator
Compile it and Run it

From Terminal:
Be sure you have the correct version of Qt (>5.7) by using qmake. You will find qmake in bin folder where you installed Qt. For exemple, if you installed Qt from ppa:beineri, you will find it under /opt/qt57/bin/qmake. Then launch the compilation from CuteVCF folder as follow.

  1. git clone --recursive git@github.com:labsquare/CuteVCF.git
  2. qmake --version
  3. qmake
  4. make