Entering edit mode
4.5 years ago
jh
▴
40
Hi,
I would like to get the read counts for the ref and alt allele in a vcf file using bcf tools call.
I use this command:
bcftools mpileup -Ou -f genome.fa {input.bam} | bcftools call -m -o {output.vcf}
But I don't see the counts for the alt allele in the output, only total DP.
Any advice would be greatly appreciated.