How to Install bcftools in Ubuntu 18.04



Install bcftools by entering the following commands in the terminal:

sudo apt update
sudo apt install bcftools

Description:

genomic variant calling and manipulation of VCF/BCF files

BCFtools is a set of utilities that manipulate variant calls in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed.

Homepage: http://samtools.github.io/bcftools/

Version: 1.7-2

Section: universe/science