Asslamu Alikum
I am using snpeff to annotate vcf files, When I run command it gives some errors and warnings
java -Xmx4g -jar snpEff.jar CanFam3.1.75 -v /media/misbah/dccc4c9e-df84-4f29-bd64-e6f88cf7dbce/DQ1.g.vcf > DQ1.ann.vcf
It give error at the end of completion
ERRORS: Some errors were detected
Error type Number of errors
ERROR_CHROMOSOME_NOT_FOUND 285197
WARNINGS: Some warning were detected
Warning type Number of warnings
INFO_REALIGN_3_PRIME 6443
WARNING_TRANSCRIPT_INCOMPLETE 277
WARNING_TRANSCRIPT_NO_START_CODON 678825
WARNING_TRANSCRIPT_NO_START_CODON&INFO_REALIGN_3_PRIME 943
WARNING_TRANSCRIPT_NO_STOP_CODON 499400
WARNING_TRANSCRIPT_NO_STOP_CODON&INFO_REALIGN_3_PRIME 346
Is it effect on the results? I don't know how to fix it.
Please tell me about it
Thanks
It says,
ERROR_CHROMOSOME_NOT_FOUND 285197
Can you please check your vcf for this?
What do you get if you do:
And if you do:
(not that in the first case I am asking to show only the variants called, in the second case only the header)
when i run first command It give result like that
[bcf_sync] incorrect number of fields (0 != 5) at 0:0
and in second case are also same
[bcf_sync] incorrect number of fields (0 != 5) at 0:0
Then the header of your file is corrupted. How did you generate it?
When i had run both the commands Nothing was seen in my case.