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
Options
JannovarAnnotatePosOptions [genomicChanges=[chr6:716554934C>T], toString()=JannovarAnnotationOptions [useThreeLetterAminoAcidCode=true, nt3PrimeShifting=true, showAll=true, databaseFilePath=refseq_curated_139_mm39.ser, toString()=JannovarBaseOptions [reportProgress=true, httpProxy=null, httpsProxy=null, ftpProxy=null, verbosity=1]]]
Deserializing transcripts...
INFO Deserializing JannovarData from refseq_curated_139_mm39.ser
INFO Deserialization took 0.04 sec.
#change effect hgvs_annotation messages
Exception in thread "main" java.lang.NullPointerException
at de.charite.compbio.jannovar.cmd.annotate_pos.AnnotatePositionCommand.parseGenomeChange(AnnotatePositionCommand.java:100)
at de.charite.compbio.jannovar.cmd.annotate_pos.AnnotatePositionCommand.run(AnnotatePositionCommand.java:60)
at de.charite.compbio.jannovar.Jannovar.main(Jannovar.java:74)
Thanks.
Lori
The text was updated successfully, but these errors were encountered:
Platform: CentOS Linux Version 7
java -version: openjdk version "1.8.0_322"
Is Java 1.8 supported?
java -jar jannovar-cli/target/jannovar-cli-0.42-SNAPSHOT.jar annotate-pos -d refseq_curated_139_mm39.ser --3-letter-amino-acids --show-all -c 'chr6:716554934C>T'
Options
JannovarAnnotatePosOptions [genomicChanges=[chr6:716554934C>T], toString()=JannovarAnnotationOptions [useThreeLetterAminoAcidCode=true, nt3PrimeShifting=true, showAll=true, databaseFilePath=refseq_curated_139_mm39.ser, toString()=JannovarBaseOptions [reportProgress=true, httpProxy=null, httpsProxy=null, ftpProxy=null, verbosity=1]]]
Deserializing transcripts...
INFO Deserializing JannovarData from refseq_curated_139_mm39.ser
INFO Deserialization took 0.04 sec.
#change effect hgvs_annotation messages
Exception in thread "main" java.lang.NullPointerException
at de.charite.compbio.jannovar.cmd.annotate_pos.AnnotatePositionCommand.parseGenomeChange(AnnotatePositionCommand.java:100)
at de.charite.compbio.jannovar.cmd.annotate_pos.AnnotatePositionCommand.run(AnnotatePositionCommand.java:60)
at de.charite.compbio.jannovar.Jannovar.main(Jannovar.java:74)
Thanks.
Lori
The text was updated successfully, but these errors were encountered: