mailr11105 - /branches/bieri_gui/gui_bieri/analyses/auto_noe.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:48:
Author: michaelbieri
Date: Thu Apr 22 05:48:34 2010
New Revision: 11105

URL: http://svn.gna.org/viewcvs/relax?rev=11105&view=rev
Log:
Structure file is set as None if sequence file was loaded.

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

Modified: branches/bieri_gui/gui_bieri/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_noe.py?rev=11105&r1=11104&r2=11105&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_noe.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_noe.py Thu Apr 22 05:48:34 2010
@@ -395,6 +395,10 @@
         # Structure File
         data.structure_file = self.data.structure_file
 
+        # Set Structure file as None if a structure file is loaded.
+        if data.structure_file == '!!! Sequence file selected !!!':
+            data.structure_file = None
+
         # Return the container.
         return data
 




Related Messages


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