Hi, I want to know if VIC had a bug, when I used it to interpreted the data, it report an error following:
Warning: You activated the option of --skip_annovar, the Annovar will not run!
Warning: The VIC will interpret the variants based on your old annotation information!
annovar_outfile is /root/test.hg19_multianno.txt
Notice:Begin the variants interpretation by VIC......
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 131
at vic.VIC.My_Cancer_var_can(VIC.java:2035)
at vic.VIC.main(VIC.java:372)
Hi, I want to know if VIC had a bug, when I used it to interpreted the data, it report an error following: Warning: You activated the option of --skip_annovar, the Annovar will not run! Warning: The VIC will interpret the variants based on your old annotation information! annovar_outfile is /root/test.hg19_multianno.txt Notice:Begin the variants interpretation by VIC...... Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 131 at vic.VIC.My_Cancer_var_can(VIC.java:2035) at vic.VIC.main(VIC.java:372)
Can you help me?