mailr24409 - /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 July 02, 2014 - 14:51:
Author: bugman
Date: Wed Jul  2 14:51:29 2014
New Revision: 24409

URL: http://svn.gna.org/viewcvs/relax?rev=24409&view=rev
Log:
Clean up of the frame_order.pdb_model user function definitions.

Some elements were no longer of use, and some descriptions have been updated.


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=24409&r1=24408&r2=24409&view=diff
==============================================================================
--- branches/frame_order_cleanup/user_functions/frame_order.py  (original)
+++ branches/frame_order_cleanup/user_functions/frame_order.py  Wed Jul  2 
14:51:29 2014
@@ -55,8 +55,6 @@
     arg_type = "str",
     desc_short = "average structure file root",
     desc = "The file root of the 3D structure PDB file for the molecular 
structure with the moving domains shifted to the average position.",
-    wiz_filesel_wildcard = WILDCARD_STRUCT_PDB_ALL,
-    wiz_filesel_style = FD_SAVE,
     can_be_none = True
 )
 uf.add_keyarg(
@@ -66,8 +64,6 @@
     arg_type = "str",
     desc_short = "PDB representation file root",
     desc = "The file root of the PDB file for the geometric object 
representation of the frame order dynamics.",
-    wiz_filesel_wildcard = WILDCARD_STRUCT_PDB_ALL,
-    wiz_filesel_style = FD_SAVE,
     can_be_none = True
 )
 uf.add_keyarg(
@@ -77,8 +73,6 @@
     arg_type = "str",
     desc_short = "distribution file root",
     desc = "The file root of the file which will contain multiple models 
spanning the full dynamics distribution of the frame order model.",
-    wiz_filesel_wildcard = WILDCARD_STRUCT_PDB_ALL,
-    wiz_filesel_style = FD_SAVE,
     can_be_none = True
 )
 uf.add_keyarg(
@@ -86,7 +80,7 @@
     py_type = "str",
     arg_type = "dir",
     desc_short = "directory name",
-    desc = "The directory where the file is to be located.",
+    desc = "The directory where the files are to be located.",
     can_be_none = True
 )
 uf.add_keyarg(




Related Messages


Powered by MHonArc, Updated Wed Jul 02 15:00:02 2014