Tools for processing BCF/VCF variant call files and variant calling
Tools for BCF/VCF files and variant calling from samtools
bcftools$ bcftools view variants.vcf.gz | head -20$ bcftools view -f PASS variants.vcf.gz -o filtered.vcf.gz$ bcftools merge sample1.vcf.gz sample2.vcf.gz -o merged.vcf.gz