CuteVCF
CuteVCF copied to clipboard
Installation and launch troubles.
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 missed this information to install correctly ^^
For the compilation, after using qmake, I obtained "./CuteVCF: error while loading shared libraries: libhts.so.2: cannot open shared object file: No such file or directory" when I tried to launch the program with just ./CuteVCF. However, it work very well via QtCreator.
Finally, when launch, I've not the little chromosome illustration and colors show in your preview.
from htslib directory, you can type "sudo make install" to install htslib library into your LIB PATH.
I removed colored icons for now . It'wasn't nice
If we dldn't want install htslib, you can set LD_LIBRARY_PATH env variable.