Entering edit mode
7.8 years ago
human_genomeXXX
▴
10
How to reduce annotation errors using SNPEff on BBMap and Pilon VCFs?
I get "chromosome not found" error in Tuberculosis genome data processing experiments and the output is red and full of errors
I have tried # annotation
java -Xmx10G -jar snpEff.jar -c snpEff.config -s SNPEffBBmapOutputStats.html -v -no-downstream -no-upstream m_tuberculosis_H37Rv BBMap_variant_call.vcf> SNPEffBBmapGenome_merge.var.ann.vcf
# default parameters of SNPEff:
java -Xmx10G -jar snpEff.jar -c snpEff.config -s SNPEffBBmapOutputStats.html - m_tuberculosis_H37Rv BBMap_variant_call.vcf> SNPEffBBmapGenome_merge.var.ann.vcf
Should I change settings of SNPEff or preprocess VCFs somehow before inputting them into the annotation engine?
Thanks.
It's possible that the problem is the chromosome names having spaces in them. Can you post the VCF header?
Thank you!!!
This looks like a mismatch of chromosome identifiers to me.
I post the other one, it looks unhealthy ---