mailr16669 - /branches/uf_redesign/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 June 05, 2012 - 15:54:
Author: bugman
Date: Tue Jun  5 15:54:53 2012
New Revision: 16669

URL: http://svn.gna.org/viewcvs/relax?rev=16669&view=rev
Log:
Improvement for the model-free auto-analysis in the GUI.

After execution, the main data pipe of the analysis tab is now set to the 
'final' data pipe
generated by the dauvergne_protocol.  This means that when switching between 
analysis tabs, that
going back to the model-free tab will make the 'final' data pipe the current 
one, rather than the
data pipe used to initialise the analysis.


Modified:
    branches/uf_redesign/gui/analyses/auto_model_free.py

Modified: branches/uf_redesign/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/analyses/auto_model_free.py?rev=16669&r1=16668&r2=16669&view=diff
==============================================================================
--- branches/uf_redesign/gui/analyses/auto_model_free.py (original)
+++ branches/uf_redesign/gui/analyses/auto_model_free.py Tue Jun  5 15:54:53 
2012
@@ -784,6 +784,9 @@
 
         # 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 Jun 05 16:40:02 2012