This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Set Difference in VCF Files

Hi,

Are there any ways to quickly find the set difference between two VCF Files? VCFTools compare allows me to find the intersection between two VCF files, but there doesn't seem to be an option for the set difference?

Any suggestions?

Thanks,

vcf vcftools

1 answer

GATK selectVarant has an option --discordance: "Output variants not called in this comparison track"

I wrote a tool, VCFIn with an "exclude" option

Log in to answer this question.