CuteVCF
CuteVCF copied to clipboard
simple viewer for variant call format using htslib
hello,thanks for the good work with cute variant :). i'm looking for a software to look for annovar output file. annovar is a classical variant annotation software, it can be...
Hello, The method you just give to install qt in the read me is not working for me. The ppa seem to be broken. you may suggest to install through...
Support ANN fields name . See : http://snpeff.sourceforge.net/VCFannotationformat_v1.0.pdf
See thread for context https://www.biostars.org/p/227973/#232095 After adding `QMAKE_CXXFLAGS += -std=c++11` I get the following error when running make: ``` ~/Downloads/CuteVCF$ make g++ -Wl,-O1 -Wl,-rpath,/home/wdecoster/anaconda3/lib -o CuteVCF qfonticon.o aboutdialog.o createindexdialog.o infowidget.o...
CuteVcf should be able to query multi region . For exemple : chr2:1-10000, chr3:3-2000 And thats mean the possibility to filter using bed file.
Would be nice to have generic link editor to open variant. For exemple https://varsome.com
In the view, format position ( align left ) and split by 3 digit 12234234 => 12'234'234
Hi, first beta test! Installation and launch on linux (Fedora 25) Add the fact to use git clone --recursive in the Readme, I've not fully read your mail, and I...