Author: bugman
Date: Sat Feb 14 10:56:30 2015
New Revision: 27643
URL: http://svn.gna.org/viewcvs/relax?rev=27643&view=rev
Log:
Small modification of the frame_order.simulate user function.
The GUI file opening dialog wildcard selectors are now set to all PDB file
types (plain text, bzip2
compressed, and gzip compressed).
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=27643&r1=27642&r2=27643&view=diff
==============================================================================
--- branches/frame_order_cleanup/user_functions/frame_order.py (original)
+++ branches/frame_order_cleanup/user_functions/frame_order.py Sat Feb 14
10:56:30 2015
@@ -38,7 +38,7 @@
from user_functions.data import Uf_info; uf_info = Uf_info()
from user_functions.data import Uf_tables; uf_tables = Uf_tables()
from user_functions.objects import Desc_container
-from user_functions.wildcards import WILDCARD_RELAX_SAVE,
WILDCARD_STRUCT_PDB_ALL
+from user_functions.wildcards import WILDCARD_STRUCT_PDB_ALL
# The user function class.
@@ -432,7 +432,7 @@
arg_type = "file sel",
desc_short = "simulation file",
desc = "The PDB file for storing the frame order pseudo-Brownian dynamics
simulation. The compression is determined automatically by the file extensions
'*.pdb', '*.pdb.gz', and '*.pdb.bz2'.",
- wiz_filesel_wildcard = WILDCARD_RELAX_SAVE,
+ wiz_filesel_wildcard = WILDCARD_STRUCT_PDB_ALL,
wiz_filesel_style = FD_OPEN,
wiz_filesel_preview = False
)
_______________________________________________
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