We use GATK to make variant callings on exome-seq dataset, and recently we need to know the number of forward and reverse reads that cover the mutations identified by GATK. However, GATK's output (vcf) does not contain such information.
I am thinking about using the mutation position as reported in the GATK output (e.g. chr, position) to walk through the BAM files so that I can count the reads myself. Before I do this, I would like to know if there's any existing tool for this purpose? Thanks
when I try to use VariantAnnotator, I got the following error. I guess it no longer works with SB annotation. Looks like I'll have to re-run the HaplotypeCaller. I am using GATK 3.2