mailr13312 - /branches/gui_testing/gui/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on June 29, 2011 - 16:11:
Author: bugman
Date: Wed Jun 29 16:11:45 2011
New Revision: 13312

URL: http://svn.gna.org/viewcvs/relax?rev=13312&view=rev
Log:
Fix for the sequence data in assemble_data().


Modified:
    branches/gui_testing/gui/analyses/auto_rx_base.py

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13312&r1=13311&r2=13312&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Wed Jun 29 16:11:45 2011
@@ -134,7 +134,7 @@
 
         # The sequence data (file name, dir, mol_name_col, res_num_col, 
res_name_col, spin_num_col, spin_name_col, sep).  These are the arguments to 
the  sequence.read() user function, for more information please see the 
documentation for that function.
         if hasattr(self.data, 'sequence_file'):
-            data.seq_args = [ds.relax_gui.sequencefile, None, None, 1, None, 
None, None, None]
+            data.seq_args = [self.data.sequence_file, None, None, 1, None, 
None, None, None]
         else:
             data.seq_args = None
 




Related Messages


Powered by MHonArc, Updated Wed Jun 29 17:40:03 2011