mailr13335 - /branches/gui_testing/gui/analyses/auto_noe.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 30, 2011 - 10:56:
Author: bugman
Date: Thu Jun 30 10:56:14 2011
New Revision: 13335

URL: http://svn.gna.org/viewcvs/relax?rev=13335&view=rev
Log:
Removed the sequence file, structure file, and unresolved spins section of 
sync_ds().


Modified:
    branches/gui_testing/gui/analyses/auto_noe.py

Modified: branches/gui_testing/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_noe.py?rev=13335&r1=13334&r2=13335&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Thu Jun 30 10:56:14 2011
@@ -442,28 +442,6 @@
         else:
             self.field_results_dir.SetValue(str_to_gui(self.data.save_dir))
 
-        # The sequence file.
-        if upload:
-            file = gui_to_str(self.field_sequence.GetValue())
-            if file != self.gui.sequence_file_msg:
-                self.data.sequence_file = 
gui_to_str(self.field_sequence.GetValue())
-        elif hasattr(self.data, 'sequence_file'):
-            self.field_sequence.SetValue(str_to_gui(self.data.sequence_file))
-
-        # The structure file.
-        if upload:
-            file = gui_to_str(self.field_structure.GetValue())
-            if file != self.gui.structure_file_pdb_msg:
-                self.data.structure_file = 
gui_to_str(self.field_structure.GetValue())
-        elif hasattr(self.data, 'structure_file'):
-            
self.field_structure.SetValue(str_to_gui(self.data.structure_file))
-
-        # Unresolved residues.
-        if upload:
-            self.data.unresolved = 
gui_to_str(self.field_unresolved.GetValue())
-        elif hasattr(self.data, 'unresolved'):
-            self.field_unresolved.SetValue(str_to_gui(self.data.unresolved))
-
         # Reference peak file.
         if upload:
             self.data.ref_file = gui_to_str(self.field_ref_noe.GetValue())




Related Messages


Powered by MHonArc, Updated Thu Jun 30 11:20:02 2011