All Projects → labsquare → CuteVCF

labsquare / CuteVCF

Licence: GPL-3.0 license
simple viewer for variant call format using htslib

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to CuteVCF

spark-vcf
Spark VCF data source implementation for Dataframes
Stars: ✭ 15 (-50%)
Mutual labels:  genomics, vcf, variants
Pygeno
Personalized Genomics and Proteomics. Main diet: Ensembl, side dishes: SNPs
Stars: ✭ 261 (+770%)
Mutual labels:  genomics, vcf
Vcfanno
annotate a VCF with other VCFs/BEDs/tabixed files
Stars: ✭ 259 (+763.33%)
Mutual labels:  genomics, vcf
Genozip
Compressor for genomic files (FASTQ, SAM/BAM, VCF, FASTA, GVF, 23andMe...), up to 5x better than gzip and faster too
Stars: ✭ 53 (+76.67%)
Mutual labels:  genomics, vcf
MTBseq source
MTBseq is an automated pipeline for mapping, variant calling and detection of resistance mediating and phylogenetic variants from illumina whole genome sequence data of Mycobacterium tuberculosis complex isolates.
Stars: ✭ 26 (-13.33%)
Mutual labels:  genomics, variants
rare-disease-wf
(WIP) best-practices workflow for rare disease
Stars: ✭ 47 (+56.67%)
Mutual labels:  genomics, variants
Tiledb Vcf
Efficient variant-call data storage and retrieval library using the TileDB storage library.
Stars: ✭ 26 (-13.33%)
Mutual labels:  genomics, vcf
vcf stuff
📊Evaluating, filtering, comparing, and visualising VCF
Stars: ✭ 19 (-36.67%)
Mutual labels:  vcf, variants
Genomics
A collection of scripts and notes related to genomics and bioinformatics
Stars: ✭ 101 (+236.67%)
Mutual labels:  genomics, vcf
Htsjdk
A Java API for high-throughput sequencing data (HTS) formats.
Stars: ✭ 220 (+633.33%)
Mutual labels:  genomics, vcf
Cyvcf2
cython + htslib == fast VCF and BCF processing
Stars: ✭ 243 (+710%)
Mutual labels:  genomics, vcf
indelope
find large indels (in the blind spot between GATK/freebayes and SV callers)
Stars: ✭ 38 (+26.67%)
Mutual labels:  genomics, vcf
variantkey
Numerical Encoding for Human Genetic Variants
Stars: ✭ 32 (+6.67%)
Mutual labels:  genomics, variants
Ontologies
Home of the Genomic Feature and Variation Ontology (GFVO)
Stars: ✭ 16 (-46.67%)
Mutual labels:  genomics, vcf
cljam
A DNA Sequence Alignment/Map (SAM) library for Clojure
Stars: ✭ 85 (+183.33%)
Mutual labels:  genomics, vcf
Hail
Scalable genomic data analysis.
Stars: ✭ 706 (+2253.33%)
Mutual labels:  genomics, vcf
Svtyper
Bayesian genotyper for structural variants
Stars: ✭ 79 (+163.33%)
Mutual labels:  genomics, vcf
Hap.py
Haplotype VCF comparison tools
Stars: ✭ 249 (+730%)
Mutual labels:  genomics, vcf
HLA
xHLA: Fast and accurate HLA typing from short read sequence data
Stars: ✭ 84 (+180%)
Mutual labels:  genomics, variants
gubbins
Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
Stars: ✭ 103 (+243.33%)
Mutual labels:  genomics

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 [email protected]:labsquare/CuteVCF.git
 qmake --version
 qmake 
 make 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].