You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.RuntimeException: Unknown field from dbNSFP or not yet supported: CADD_phred
at de.charite.compbio.jannovar.cmd.annotate_vcf.JannovarAnnotateVCFOptions.setFromArgs(JannovarAnnotateVCFOptions.java:411)
at de.charite.compbio.jannovar.cmd.annotate_vcf.AnnotateVCFCommand.<init>(AnnotateVCFCommand.java:87)
at de.charite.compbio.jannovar.cmd.annotate_vcf.JannovarAnnotateVCFOptions.lambda$setupParser$0(JannovarAnnotateVCFOptions.java:200)
at de.charite.compbio.jannovar.Jannovar.main(Jannovar.java:58)
Dear Jannovar,
I would like to annotate VCF file with dbNSFP3.5. However, there was an error while annotating CADD score. The version I used is Jannovar 0.25.
I used this command to annotate CADD_phred.
I got this error.
I checked this page and I found the string "CADD_phred" is in the list, but it seems like you didn't run builder.put() with CADD scores. I also checked SIFT_score and it works.
https://github.com/charite/jannovar/blob/master/jannovar-cli/src/main/java/de/charite/compbio/jannovar/cmd/annotate_vcf/DbNsfpFields.java
Did I used the command incorrectly?
Thank you.
The text was updated successfully, but these errors were encountered: