Hi all, I do variant annotation using:
snpEff eff variants2_unzip.vcf > output_ann.vcf
java.lang.RuntimeException: Property: ‘variants2_unzip.vcf.genome’ not found.
I read snpeff -h
and tried some options and still got the same error.
Would you please have a suggestion? Thank you so much.
snpEff eff hg19 variants2_unzip.vcf > output_ann.vcf
doesn't have error but the ID column still missing with only dot and seems there is no difference with the original vcf file.
Thank you! I tried
hg19
as the command above but the ID columns still missing with only dot.Genome Organism Status Bundle
Database download link
129S1_SvImJ_v1.86 Mus_musculus_129s1svimj
http://downloads.sourceforge.net/project/snpeff/databases/v4_3/snpEff_v4_3_129S1_SvImJ_v1.86.zip AKR_J_v1.86 Mus_musculus_akrj
http://downloads.sourceforge.net/project/snpeff/databases/v4_3/snpEff_v4_3_AKR_J_v1.86.zip A_J_v1.86 Mus_musculus_aj
SnpEff version SnpEff 4.3t (build 2017-11-24 10:18), by Pablo Cingolani
Usage: snpEff [command] [options] [files]
What is your organism that you want to annotate against? You should have seen a big output from
snpEff databases
. Was it there? Is it hg19 or was that just a trial of any organism? Are you getting any annotations in the INFO column of the VCF?It is human. Yes, big output so I only took the first two. I see some differences after annotation but didn't as I expected because I don't see the ID value.