mailr10686 - /branches/bieri_gui/gui_bieri/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 February 06, 2010 - 02:58:
Author: bugman
Date: Sat Feb  6 02:58:00 2010
New Revision: 10686

URL: http://svn.gna.org/viewcvs/relax?rev=10686&view=rev
Log:
The sequence data file name self.data.paramfiles1[0] is not given by the GUI.

Therefore it was replaced with 'fixme!' to make clear that we have a GUI 
problem.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=10686&r1=10685&r2=10686&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Sat Feb  6 02:58:00 
2010
@@ -248,7 +248,7 @@
         data = Container()
 
         # 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.
-        data.seq_args = [self.data.paramfiles1[0], None, None, 2, 3, 4, 5, 
None]
+        data.seq_args = ['fixme!', None, None, 2, 3, 4, 5, None]
 
         # The file names and relaxation times.
         for i in range(len(self.data.file_list)):




Related Messages


Powered by MHonArc, Updated Sat Feb 06 03:20:02 2010