I am trying to extract snps out of merged vcf file using gatk SelectVariants command but it is giving following error:
htsjdk.tribble.TribbleException: The provided VCF file is malformed at approximately **line number 73**: Duplicate allele added to VariantContext: G, for input source: merged.vcf
This is line 7 of vcf file:
Kindly provide your valuable suggestions to resolve this error.
Many thanks
I observed that my reference genomic fasta file contains both lower case and upper case nucleotides. Do I need to convert lower case nucleotides into upper (all nucleotides in one case) before calling variants? I performed variant calling through bbtool callvariants.sh.