mailr11836 - /branches/bieri_gui/auto_analyses/dauvergne_protocol.py


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

Header


Content

Posted by michael . bieri on December 16, 2010 - 00:41:
Author: michaelbieri
Date: Thu Dec 16 00:41:27 2010
New Revision: 11836

URL: http://svn.gna.org/viewcvs/relax?rev=11836&view=rev
Log:
Before starting final run of dauvergne_protocol, each pipe that possibly was 
created is destroyed.

This will help to run the full automatic model-free analysis of the GUI.

Modified:
    branches/bieri_gui/auto_analyses/dauvergne_protocol.py

Modified: branches/bieri_gui/auto_analyses/dauvergne_protocol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/auto_analyses/dauvergne_protocol.py?rev=11836&r1=11835&r2=11836&view=diff
==============================================================================
--- branches/bieri_gui/auto_analyses/dauvergne_protocol.py (original)
+++ branches/bieri_gui/auto_analyses/dauvergne_protocol.py Thu Dec 16 
00:41:27 2010
@@ -397,6 +397,12 @@
             # All the global diffusion models to be used in the model 
selection.
             self.pipes = ['local_tm', 'sphere', 'prolate', 'oblate', 
'ellipsoid']
 
+            # Close all pipes that might be craeted.
+            for name in self.pipes:
+                # Close the pipe
+                if pipes.has_pipe(name):
+                    self.interpreter.pipe.delete(name)
+
             # Missing optimised model.
             dir_list = listdir(getcwd())
             for name in self.pipes:




Related Messages


Powered by MHonArc, Updated Thu Dec 16 12:00:03 2010