mailr10272 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on January 21, 2010 - 07:34:
Author: bugman
Date: Thu Jan 21 07:34:03 2010
New Revision: 10272

URL: http://svn.gna.org/viewcvs/relax?rev=10272&view=rev
Log:
By pushing relax start button, log panel will be opened (and then calculation 
start subsequently).

This corresponds to theopen_logwindow_after_startrelax_modelfree_patch file 
attached to
https://gna.org/task/?6847 by Michael Bieri 
(https://gna.org/users/michaelbieri), in the zip file
100121_patches.tar.gz (https://gna.org/support/download.php?file_id=7726).

replaced:
make_noe() to start_noe()
make_rx() to start_rx()
start_model_free() to start_modelfree()


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10272&r1=10271&r2=10272&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Thu Jan 21 07:34:03 2010
@@ -2859,11 +2859,15 @@
               if not which_model == 'final':
 
                  # run sphere, prolate, oblate or ellipsoid
-                 start_model_free(self, which_model, False, global_setting, 
file_setting, sequencefile)
+                 enable_models = False   
+                 enable_models = start_modelfree(self, which_model, False, 
global_setting, file_setting, sequencefile)
+
+                 if enable_models:
+                    LOCAL_TM = True
               else:
  
                  # run final run
-                 results_for_table = start_model_free(self, which_model, 
False, global_setting, file_setting, sequencefile) 
+                 results_for_table = startmodelfree(self, which_model, 
False, global_setting, file_setting, sequencefile) 
 
                  # import global variables for results table
                  global table_residue




Related Messages


Powered by MHonArc, Updated Thu Jan 21 07:40:02 2010