Hi all, I have a VCF file that I want to annotate using Annovar. I tried using convert2annovar.pl command but since I have a multi-sample file, it generates separate avinput
files. I want one single file with all the sample information.
So I now used the command:
table_annovar.pl \
/archive/samarpana/2_Unified_Genotyper/Family2/Family2.vcf humandb/ \
-buildver hg19 \
myanno \
-remove \
-protocol refGene,phastConsElements46way,esp6500siv2_all,1000g2015aug_all,avsnp144,exac03,ljb26_all,avsift \
-operation g,r,f,f,f,f,f,f \
-nastring .\
-csvout
and also
table_annovar.pl \
/archive/samarpana/2_Unified_Genotyper/Family2/Family2.vcf humandb/ \
-buildver hg19 \
myanno \
-remove \
-protocol refGene,phastConsElements46way,esp6500siv2_all,1000g2015aug_all,avsnp144,exac03,ljb26_all,avsift \
-operation g,r,f,f,f,f,f,f \
-nastring NA \
-vcfinput
But none of the commands are working. I am getting error message saying Syntax error. Can anyone suggest what I am doing wrong?
Thanks
Can you try