This is an old revision of the document!
VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project.
See which versions of VCFtools are available:
$ module avail vcftools
Load vcftools
$ module load vcftools/0.1.14
Notes from the sysadmin during installation:
$ cd /tmp $ wget -qO- "https://github.com/vcftools/vcftools/releases/download/v0.1.14/vcftools-0.1.14.tar.gz" | tar xzv $ cd vcftools-0.1.14/ $ sudo mkdir /export/apps/vcftools/0.1.14/ $ sudo chown -R joguya:joguya /export/apps/vcftools/0.1.14/ $ scl enable devtoolset-3 bash $ ./configure --prefix=/export/apps/vcftools/0.1.14/ $ make -j4 $ make install $ sudo chown -R root:root /export/apps/vcftools/0.1.14/