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",


_______________________________________________
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