Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 360 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 360 Bytes

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