mailr10238 - /branches/bieri_gui/gui_bieri/res/results_analysis.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 15, 2010 - 12:40:
Author: bugman
Date: Fri Jan 15 12:40:52 2010
New Revision: 10238

URL: http://svn.gna.org/viewcvs/relax?rev=10238&view=rev
Log:
Bug fix for the color_code_noe() method.

This was introduced by the breaking up of patch_II.  The structure is now 
called
self.structure_r21_copy_1_copy.


Modified:
    branches/bieri_gui/gui_bieri/res/results_analysis.py

Modified: branches/bieri_gui/gui_bieri/res/results_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/res/results_analysis.py?rev=10238&r1=10237&r2=10238&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/res/results_analysis.py (original)
+++ branches/bieri_gui/gui_bieri/res/results_analysis.py Fri Jan 15 12:40:52 
2010
@@ -119,7 +119,7 @@
 ## Create PyMol Macro for NOE colouring
 
 def color_code_noe(self, target_dir):
-        pdbfile = str(self.structure_t21_copy_1_copy.GetValue())
+        pdbfile = str(self.structure_r21_copy_1_copy.GetValue())
         directory = target_dir
 
         #create file




Related Messages


Powered by MHonArc, Updated Fri Jan 15 13:20:02 2010