Skip to content

Latest commit

 

History

History

1.20

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

bcftools container

Main tool:

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