mailr25676 - /trunk/user_functions/__init__.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 06, 2014 - 13:04:
Author: bugman
Date: Sat Sep  6 13:04:31 2014
New Revision: 25676

URL: http://svn.gna.org/viewcvs/relax?rev=25676&view=rev
Log:
Added some more user function ranamings to the translation table.

These were identified while preparing the release notes on the wiki
(http://wiki.nmr-relax.com/Category:Release_Notes, 
http://wiki.nmr-relax.com/Release_notes).


Modified:
    trunk/user_functions/__init__.py

Modified: trunk/user_functions/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/__init__.py?rev=25676&r1=25675&r2=25676&view=diff
==============================================================================
--- trunk/user_functions/__init__.py    (original)
+++ trunk/user_functions/__init__.py    Sat Sep  6 13:04:31 2014
@@ -150,6 +150,10 @@
 # A table of user function renamings - for script compatibility.
 uf_translation_table = {
     'calc': 'minimise.calculate',
+    'exp_info.software_select': 'bmrb.software_select',
     'grid_search': 'minimise.grid_search',
-    'minimise': 'minimise.execute'
+    'minimise': 'minimise.execute',
+    'pcs.centre': 'paramag_centre',
+    'pymol.cmd': 'pymol.command',
+    'pymol.macro_create': 'pymol.macro_write'
 }




Related Messages


Powered by MHonArc, Updated Sun Sep 07 19:40:02 2014