mailr11179 - /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 May 10, 2010 - 06:50:
Author: michaelbieri
Date: Mon May 10 06:50:41 2010
New Revision: 11179

URL: http://svn.gna.org/viewcvs/relax?rev=11179&view=rev
Log:
Variable for Hetero Nucleus name of PDB file was added.

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=11179&r1=11178&r2=11179&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Mon May 10 
06:50:41 2010
@@ -521,6 +521,9 @@
         if data.structure_file == '!!! Sequence file selected !!!':
             data.structure_file = None
 
+        # Name of heteronucleus in PDB File.
+        data.het_name = 'N'
+
         # 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 = [ds.relax_gui.sequencefile, None, None, 1, None, 
None, None, None]
 




Related Messages


Powered by MHonArc, Updated Mon May 10 07:00:02 2010