Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 341 Bytes

Readme.md

File metadata and controls

12 lines (7 loc) · 341 Bytes

bcftools container

Main tool : bcftools

Example Usage

bcftools mpileup -A -d 200 -B -Q 0 -f {reference_genome} {bam} | bcftools call -mv -Ov -o bcftools_variants/{sample}.vcf

Better documentation can be found at https://www.htslib.org/doc/bcftools.html