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.


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to