mailr11115 - /branches/bieri_gui/gui_bieri/analyses/auto_model_free.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 - 06:27:
Author: michaelbieri
Date: Thu Apr 22 06:27:39 2010
New Revision: 11115

URL: http://svn.gna.org/viewcvs/relax?rev=11115&view=rev
Log:
Sequence file is assigned to loaded file in the GUI.

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

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=11115&r1=11114&r2=11115&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Thu Apr 22 
06:27:39 2010
@@ -518,7 +518,7 @@
             data.structure_file = self.data.structure_file
 
         # 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 = [ds.relax_gui.sequencefile, None, None, 1, None, 
None, None, None]
 
         # The heteronucleus atom name corresponding to that of the PDB file 
(used if the spin name is not in the sequence data).
         data.het_name = ds.relax_gui.global_setting[2]




Related Messages


Powered by MHonArc, Updated Thu Apr 22 06:40:03 2010