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


Comments

Popular posts from this blog