Hi, I recently perfom the annotation of structural variations (SVs) by using ANNOVAR. I have used five SV callers to identify SVs of a single sample, and merged them to a individual vcf file by SURVIVOR. So, I plan to annotate this merged SVs information next.
The ANNOVAR required conversion of vcf format to avinput format because my vcf file is merged from different SV callers and the command is convert2annovar.pl --format vcf4old --outfile my_sample.avinput my_sample.vcf.
However, I find something wrong information like this:
In fact, the orginal vcf shows that there is a inversion between 7048855 and 7050121 in Chr2, but in the avinput file it is a insertion.
I think maybe the convert2annovar.pl is not suitable for SV vcf file, but I have no idea about how to correctly convert is to a avinput because I want to write a script to reach it.
Hi, I recently perfom the annotation of structural variations (SVs) by using ANNOVAR. I have used five SV callers to identify SVs of a single sample, and merged them to a individual vcf file by SURVIVOR. So, I plan to annotate this merged SVs information next. The ANNOVAR required conversion of vcf format to avinput format because my vcf file is merged from different SV callers and the command is
convert2annovar.pl --format vcf4old --outfile my_sample.avinput my_sample.vcf
. However, I find something wrong information like this:In fact, the orginal vcf shows that there is a inversion between
7048855
and7050121
in Chr2, but in the avinput file it is a insertion. I think maybe the convert2annovar.pl is not suitable for SV vcf file, but I have no idea about how to correctly convert is to a avinput because I want to write a script to reach it.