mailr11106 - /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 michael . bieri on April 22, 2010 - 05:58:
Author: michaelbieri
Date: Thu Apr 22 05:58:36 2010
New Revision: 11106

URL: http://svn.gna.org/viewcvs/relax?rev=11106&view=rev
Log:
Sequence file is imported  for Rx calculations.

The sequence file should be a list of residues in the first column of the 
file. We could add a settings text box to change the location of the sequence.

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=11106&r1=11105&r2=11106&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Thu Apr 22 05:58:36 
2010
@@ -250,7 +250,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 = ['fixme!', None, None, 2, 3, 4, 5, None]
+        data.seq_args = [ds.relax_gui.sequencefile, None, None, 1, None, 
None, None, None]
 
         # The file names and relaxation times.
         for i in range(len(self.data.file_list)):




Related Messages


Powered by MHonArc, Updated Thu Apr 22 06:20:02 2010