bcftools
bcftools is a collection of command-line utilities for processing variant call format (VCF) and its binary form (BCF). It is part of the SAMtools/HTSlib ecosystem and relies on HTSlib for reading and writing compressed VCF/BCF files, enabling efficient access to large Variant Call datasets.
The suite provides a range of functions for common variant analysis tasks. Core operations include viewing
Typical workflows involve using bcftools view to extract variants from a region or sample set, bcftools filter
bcftools works with VCF and BCF formats, supports indexed and compressed files, and is widely used in