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
Re-submitting a few random examples (2AS5, 3PML, 5MGX) showed similar problems for all three:
Loading PDB data: 2AS5.cif
Calculating possible interfaces...
Done
Calculating possible assemblies...
06:25:09 [main] WARN eppic.assembly.CrystalAssemblies - Exceeded the default max number of allowed assemblies (1000). Will do assembly enumeration from heteromeric-contracted graph
06:25:09 [main] ERROR eppic.Main - Unexpected error. Stack trace:
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
at java.util.ArrayList$Itr.next(ArrayList.java:859)
at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1042)
at eppic.assembly.GraphContractor.contractInterfaceCluster(GraphContractor.java:129)
at eppic.assembly.GraphContractor.contract(GraphContractor.java:252)
at eppic.assembly.LatticeGraph.contractGraph(LatticeGraph.java:459)
at eppic.assembly.CrystalAssemblies.init(CrystalAssemblies.java:120)
at eppic.assembly.CrystalAssemblies.<init>(CrystalAssemblies.java:90)
at eppic.Main.doFindAssemblies(Main.java:402)
at eppic.Main.run(Main.java:939)
at eppic.Main.run(Main.java:904)
at eppic.Main.main(Main.java:878)
It appears that there might be a bug in using heteromeric-contracted graphs.
The odd thing is that I wouldn't expect these structures to have lots of assemblies. They are all small asymmetric units (2-3 polymer chains) in normal space groups. I'm guessing this is actually a bug in CrystalAssemblies that manifests in an invalid latticegraph.
The text was updated successfully, but these errors were encountered:
A user reported errors fetching interfaces from the following structures.
Re-submitting a few random examples (2AS5, 3PML, 5MGX) showed similar problems for all three:
It appears that there might be a bug in using heteromeric-contracted graphs.
The odd thing is that I wouldn't expect these structures to have lots of assemblies. They are all small asymmetric units (2-3 polymer chains) in normal space groups. I'm guessing this is actually a bug in CrystalAssemblies that manifests in an invalid latticegraph.
The text was updated successfully, but these errors were encountered: