No. I need to extract SNPs and Indels (some has >10 bases) as the following format:
Single nucleotide variants
chr4 150 150 A T
Insertions
Use ‘-’ in the reference_allele field and start/end coordinates must indicate the two adjacent bases in which the insertion occurs between.
chr4 150 151 - T
Deletions
Use ‘-’ in the observed_allele field to denote deletion of the given reference allele.
chr4 150 150 A -