mailr26047 - /branches/frame_order_cleanup/user_functions/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 26, 2014 - 10:02:
Author: bugman
Date: Fri Sep 26 10:02:47 2014
New Revision: 26047

URL: http://svn.gna.org/viewcvs/relax?rev=26047&view=rev
Log:
The frame_order.simulate user function now defaults to creating a gzipped PDB 
file.

This is to save room, and because most molecular viewers will automatically 
read gzipped PDB files.


Modified:
    branches/frame_order_cleanup/user_functions/frame_order.py

Modified: branches/frame_order_cleanup/user_functions/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/frame_order.py?rev=26047&r1=26046&r2=26047&view=diff
==============================================================================
--- branches/frame_order_cleanup/user_functions/frame_order.py  (original)
+++ branches/frame_order_cleanup/user_functions/frame_order.py  Fri Sep 26 
10:02:47 2014
@@ -360,7 +360,7 @@
 uf.title_short = "Frame order pseudo-Brownian dynamics simulation."
 uf.add_keyarg(
     name = "file",
-    default = "simulation.pdb",
+    default = "simulation.pdb.gz",
     py_type = "str",
     arg_type = "file sel",
     desc_short = "simulation file",




Related Messages


Powered by MHonArc, Updated Fri Sep 26 10:20:02 2014