Closed pablopareja closed 9 years ago
I managed to move the error to another point but keep getting exceptions which are probably related to the same thing...
java.lang.NullPointerException
at com.bio4j.model.go.vertices.GoTerm.goAnnotation_inV(GoTerm.java:162)
at com.bio4j.dataviz.GetJsonWithProteinsSharingGOandTaxonomy.main(GetJsonWithProteinsSharingGOandTaxonomy.java:132)
at com.bio4j.dataviz.GetJsonWithProteinsSharingGOandTaxonomy.execute(GetJsonWithProteinsSharingGOandTaxonomy.java:47)
at com.ohnosequences.util.ExecuteFromFile.main(ExecuteFromFile.java:66)
at com.bio4j.dataviz.GenerateDataViz.main(GenerateDataViz.java:13)
@eparejatobes any ideas for a workaround :question:
How do you build the graph?
what was this in the end?
My last commits fixed the issue :smiley:
Good!
This is already solved, closing the issue...
Hi!
I'm getting the following exception:
The line of code where this exception is launched reads:
@eparejatobes I think that I may should be using the methods withXXX but I'm not sure how... :question: