Posts

Showing posts from December, 2015

error saveas is not defined jspdf

download from https://parall.ax/products/jspdf and you can solve it by including these line  <script type="text/javascript" src="/java/jsPDF-0.9.0rc2/jspdf.js"></script> <script type="text/javascript" src="/java/jsPDF-0.9.0rc2/dist/jspdf.min.js"></script>

vcftools installation

1.) You can download vcftool from ubuntu software center open terminal type sudo apt-get install vcftools 2.) open  http://sourceforge.net/projects/vcftools/files/  and download vcftool vcftools_0.1.9.tar.gz Unarchive go to subdirectory and type  make  next set path in PATH environment  open bashrc by this command gedit ~/.bashrc add these two line ..... export PERL5LIB=/yourpath/vcftool/vcftools_0.1.13/perl export PATH=$PATH:/yourpath/vcftool/vcftools_0.1.13/bin/ open terminal and type source ~/.bashrc enjoy...................................