Opened 9 years ago
Closed 9 years ago
#478 closed defect (fixed)
showing contacts residue plot broken today
Reported by: | Elaine Meng | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Structure Analysis | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
After using "contacts", choosing any edge-context menu's "Residue Plot" gives error:
AttributeError: 'ContactPlot' object has no attribute 'interface_residue_area_cutoffy'
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/contacts/tool.py", line 232, in _show_residue_plot
ResiduePlot(self._session(), c, self.interface_residue_area_cutoffy)
See log for Python traceback.
Note:
See TracTickets
for help on using tickets.
oh sorry, here's the whole traceback from the Log
Traceback (most recent call last):
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/contacts/graph.py", line 334, in <lambda>
a.triggered.connect(lambda checked, cb=callback, args=args: cb(*args))
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/contacts/tool.py", line 232, in _show_residue_plot
ResiduePlot(self._session(), c, self.interface_residue_area_cutoffy)
AttributeError: 'ContactPlot' object has no attribute 'interface_residue_area_cutoffy'