The default input format for the VEP is a simple is whitespace-separated format:
- chromosome - just the name or number, with no 'chr' prefix
- start
- end
- allele - pair of alleles separated by a '/', with the reference allele first strand - defined as + (forward) or - (reverse). identifier (optional) - this identifier will be used in the VEP's output. If not provided, the VEP will construct an identifier from the given coordinates and alleles.
What's the format that you have now? It's difficult to determine what you actually have given what you've written.
I have gff3 format with me.
Thanks for your reply
Okay let me be clear. I already have snp data with insertions, deletions, indels in gff3 format.To feed it into snpeff and analyse it I need it in varient call format which needs quality, filter, information in input.so in gff3 format I am not able to make out what is quality and filter.
There's no standard way to represent variants in gff3, since that's not it's purpose. You'll just have to write a short script to convert it to VCF.