Install vcftools
From BITS wiki
Website: http://sourceforge.net/projects/vcftools/
- Become super-user
su -
- Go to /opt
cd /opt
- Download the tar.gz
wget http://sourceforge.net/projects/vcftools/files/vcftools_0.1.6.tar.gz/download
- Extract the tar.gz to /opt
tar xvfz vcftools_0.1.6.tar.gz
- Compile for your system
make
- cp the contents of the folder /bin to /usr/local/bin
cp bin/* /usr/local/bin
- exit super-user account
Ctrl+D
- try out vcf
vcf-subset
Before you can install this nicely as described above, make sure you have the right dependencies installed on your system. For this, check the installation manual, or you can wait for the errors to appear and act accordingly.