Hi, I have 2 vcf files produced through different genotyping pipelines (1 of which we believe is reliable and the other experimental). I used GenotypeConcordance in gATK which returns the number of mismatches, but now I'd like to know which sites those are.
You might just use bedtools to do this. A simple bedtools intersect with the -v option. Make sure to use the -header and -sorted options as well. This will probably count different SNPs at the same site as being the same, but (A) that'll be rare within the same sample and (B) those would have to be low quality to begin with.