I have a VCF files called from several samples (Say Vcf01), and also have a VCF files with sites that are true variants (Say Vcf02). So, what I want to do is update the FILTER
field for the sites in Vcf01 to PASS
if the variants is represented in Vcf02.
I have checked several VCF tools and also GATK but this functionality is lacking.
Any ideas?
Thanks,