How to Install vcftools in Ubuntu 18.04



Install vcftools by entering the following commands in the terminal:

sudo apt update
sudo apt install vcftools

Description:

Collection of tools to work with VCF files

VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. The aim of VCFtools is to provide methods for working with VCF files: validating, merging, comparing and calculate some basic population genetic statistics.

Homepage: https://vcftools.github.io/

Version: 0.1.15-1

Section: universe/science