Hi,
I noticed that when I use VariantAnnotation::writeVcf() on a vcf file it will fill the ID column with a string that is the combination of chromosome, position, ref and alt allele. This happens even though the vcf file that I read in using VariantAnnotation::readVcf() had no values in the ID column.
Is there a way to suppress these values in the VariantAnnotation::writeVcf output? In other words, I don't want the ID column to be filled with some identifier that is constructed in the final VCF output file.
Thanks,