labsquare/CuteVCF

Name: CuteVCF

Owner: LabSquare

Description: simple viewer for variant call format using htslib

Created: 2016-12-14 17:54:51.0

Updated: 2017-04-10 14:31:38.0

Pushed: 2017-01-17 16:02:26.0

Homepage: null

Size: 3728

Language: C++

GitHub Committers

UserMost Recent Commit# Commits
sacha schutz2017-01-17 09:07:04.042

Other Committers

UserEmailMost Recent Commit# Commits
Yves Schutzschutz@imac-de-yves.local2017-01-04 19:34:34.01

README

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

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

From fedora : Qt 5.7 is avaible

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.

 git clone --recursive git@github.com:labsquare/CuteVCF.git
 qmake --version
 qmake 
 make 

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.