Skip to content
pd3 edited this page Apr 1, 2014 · 20 revisions

Consensus calling via vcf2fq
samtools mpileup -uf ref.fa aln.bam | bcftools call -c | vcfutils.pl vcf2fq > cns.fq

Get a list of samples from a VCF
bcftools query -l file.vcf.gz

Clone this wiki locally