Skip to content
/ CuteVCF Public
forked from labsquare/CuteVCF

simple viewer for variant call format using htslib

License

Notifications You must be signed in to change notification settings

natir/CuteVCF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CuteVCF

simple GUI viewer for vcf file (variant call format) using htslib. Only tested on Linux for now. But binary will come soon after compiling htslib on windows.

preview

Compile

## From Qt Creator

## From Shell

qmake CuteVcf.pro 
make

Install

From Shell

qmake INSTALL\_PREFIX=my/install/prefix CuteVcf.pro
make
make install

About

simple viewer for variant call format using htslib

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.3%
  • QMake 2.7%