Posts

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...................................

csir labs for life sciences

Institute of Genomics and Integrative Biology (IGIB) Near Jubilee Hall, Delhi University Campus, Mall Road, Delhi 110 007 Telephone: 011-27666156/6157/7602/7439 Fax: 011-27667471 Email: info@igib.res.in Web: http://www.igib.res.in/ Research Areas: Allergy and immunology, diagnostics, genetic engineering, bio-organics and high-tech reagents. Indian National Scientific Documentation Centre (INSDOC) 14, Satsang Vihar Marg, Special Institutional Area, New Delhi 110 067 Telephone: 011-660141, 660143, 660162 Fax: 011-6862228, 6526840 Email: mcs@sirnetd.ernet.in Web: http://www.insdoc.org/ Research Areas: Design and development of S & T database, network-based online services, R & D in information science and technology. National Institute of Science Technology & Development Studies (NISTDS) Pusa Gate, Dr. K.S. Krishnan Marg, New Delhi 110 012 Telephone: 011-25841384 Fax: 011-25846640 Email: rkk@nistads.res.in Web: http://www.nistads.res.in/ Research Areas:...

How do i copy a folder keeping owners and permission intact ?

just copy with -p like cp -rp /path /path1 but it is applicable for same computer.... not out side .....

authentication token manipulation error ubuntu

just type mount -o remount, rw / passwd root ................................ ................................ reboot -f

how to get how many processors running in windows

Image
open cmd type echo %NUMBER_OF_PROCESSORS% or  Ctrl + Shift + Esc. opened Windows Task Manager

WWW::Search::NCBI::PubMed missing file XML::LibXML XML::LibXSLT

  just type in shell   sudo apt - get install libxml - libxslt - perl sudo perl -MCPAN -e shell install WWW::Search::NCBI::PubMed       ....................................................     enjoy