mailr27649 - /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 February 16, 2015 - 10:25:
Author: bugman
Date: Mon Feb 16 10:25:41 2015
New Revision: 27649

URL: http://svn.gna.org/viewcvs/relax?rev=27649&view=rev
Log:
Changed the default relax results compression type to bzip2 in the frame 
order auto-analysis.

This was set to no compression for speeding up some system tests, however the 
system tests can set
this for themselves.


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=27649&r1=27648&r2=27649&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Mon Feb 16 
10:25:41 2015
@@ -385,7 +385,7 @@
     # Debugging and test suite variables.
     _final_state = True
 
-    def __init__(self, data_pipe_full=None, data_pipe_subset=None, 
pipe_bundle=None, results_dir=None, pre_run_dir=None, opt_rigid=None, 
opt_subset=None, opt_full=None, opt_mc=None, mc_sim_num=500, 
models=MODEL_LIST_NONREDUNDANT, brownian_step_size=2.0, brownian_snapshot=10, 
brownian_total=1000, dist_total=1000, dist_max_rotations=1000000, 
results_compress_type=0, rigid_grid_split=False, store_intermediate=True, 
nested_params_ave_dom_pos=True):
+    def __init__(self, data_pipe_full=None, data_pipe_subset=None, 
pipe_bundle=None, results_dir=None, pre_run_dir=None, opt_rigid=None, 
opt_subset=None, opt_full=None, opt_mc=None, mc_sim_num=500, 
models=MODEL_LIST_NONREDUNDANT, brownian_step_size=2.0, brownian_snapshot=10, 
brownian_total=1000, dist_total=1000, dist_max_rotations=1000000, 
results_compress_type=1, rigid_grid_split=False, store_intermediate=True, 
nested_params_ave_dom_pos=True):
         """Perform the full frame order analysis.
 
         @param data_pipe_full:              The name of the data pipe 
containing all of the RDC and PCS data.




Related Messages


Powered by MHonArc, Updated Mon Feb 16 10:40:02 2015