mailr26089 - /branches/frame_order_cleanup/auto_analyses/frame_order.py


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

Header


Content

Posted by edward on September 27, 2014 - 16:40:
Author: bugman
Date: Sat Sep 27 16:40:04 2014
New Revision: 26089

URL: http://svn.gna.org/viewcvs/relax?rev=26089&view=rev
Log:
Removed the call to the frame_order.simulate user function for the rigid 
model in the auto-analysis.

There is no motion to simulate in the rigid model, so the 
frame_order.simulate user function has no
use.


Modified:
    branches/frame_order_cleanup/auto_analyses/frame_order.py

Modified: branches/frame_order_cleanup/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/frame_order.py?rev=26089&r1=26088&r2=26089&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Sat Sep 27 
16:40:04 2014
@@ -1054,7 +1054,6 @@
 
         # The PDB representation of the model and the pseudo-Brownian 
dynamics simulation.
         self.interpreter.frame_order.pdb_model(dir=model_directory(model, 
base_dir=self.results_dir), force=True)
-        self.interpreter.frame_order.simulate(dir=model_directory(model, 
base_dir=self.results_dir), step_size=self.brownian_step_size, 
snapshot=self.brownian_snapshot, total=self.brownian_total, force=True)
 
 
     def print_results(self):




Related Messages


Powered by MHonArc, Updated Sat Sep 27 17:40:02 2014