mailr18414 - /trunk/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on February 04, 2013 - 22:34:
Author: bugman
Date: Mon Feb  4 22:34:03 2013
New Revision: 18414

URL: http://svn.gna.org/viewcvs/relax?rev=18414&view=rev
Log:
Fix for bug #20479 - the failure of non-fully automated model-free analyses 
in the GUI.

This bug was reported by Stanislava Panova (https://gna.org/users/stacy) at
https://gna.org/bugs/?20479.

The problem is GUI specific and was when running each diffusion model one 
after the other.  The GUI
was setting the base data pipe to the 'final' data pipe, which is a clear 
error.


Modified:
    trunk/gui/analyses/auto_model_free.py

Modified: trunk/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_model_free.py?rev=18414&r1=18413&r2=18414&view=diff
==============================================================================
--- trunk/gui/analyses/auto_model_free.py (original)
+++ trunk/gui/analyses/auto_model_free.py Mon Feb  4 22:34:03 2013
@@ -806,9 +806,6 @@
 
         # Start the protocol.
         dauvergne_protocol.dAuvergne_protocol(pipe_name=self.data.pipe_name, 
pipe_bundle=self.data.pipe_bundle, results_dir=self.data.save_dir, 
diff_model=self.data.global_models, mf_models=self.data.mf_models, 
local_tm_models=self.data.local_tm_models, grid_inc=self.data.inc, 
diff_tensor_grid_inc=self.data.diff_tensor_grid_inc, 
mc_sim_num=self.data.mc_sim_num, max_iter=self.data.max_iter, 
conv_loop=self.data.conv_loop)
-
-        # Once completed, change the main pipe of the analysis to the final 
data pipe.
-        ds.relax_gui.analyses[self.data_index].pipe_name = 'final'
 
 
 




Related Messages


Powered by MHonArc, Updated Tue Feb 05 08:20:02 2013