rcsb / symmetry

:ferris_wheel: Detect, analyze, and visualize protein symmetry
GNU Lesser General Public License v2.1
26 stars 16 forks source link

NPE running on 1z6o.M #38

Closed sbliven closed 10 years ago

sbliven commented 10 years ago
Exception in thread "main" java.lang.NullPointerException
    at org.biojava3.structure.align.symm.census3.CensusAxis$SymmetryAxisVector.toAtom(CensusAxis.java:112)
    at org.biojava3.structure.align.symm.census3.CensusAxis.toRotationAxis(CensusAxis.java:161)
    at demo.CeSymmMain.main(CeSymmMain.java:329)

This seems to be a problem with the CensusAxis wrapping a RotationAxis. Do we really need both classes?