Thanks, Troels. The import/extend pattern worked for me. Specifically,
lines like

import color_obj
cmd.extend("co",color_obj.color_obj)

Thanks!


On Thu, May 16, 2013 at 7:38 AM, Troels Emtekær Linnet <tlin...@gmail.com>wrote:

> In your .pymolrc, you probably just import the file/module, and then issue
> an extend command to the module.function with the wanted new shortcut name
> Den 16/05/2013 01.29 skrev "Spencer Bliven" <sbli...@ucsd.edu>:
>
>> I have a number of python scripts that I use regularly. I would like to
>> create shortcuts for these in my .pymolrc. For instance,
>>
>> alias co, color_obj
>>
>> Unfortunately, aliases cannot take arguments (using MacPyMOL 1.3). Is
>> there a way to create aliases for commands that require arguments? I could
>> modify the cmd.extend() call in each python script, but I'd rather do it
>> from my .pymolrc since some scripts are shared.
>>
>> Thanks!
>> -Spencer
>>
>>
>>
>> ------------------------------------------------------------------------------
>> AlienVault Unified Security Management (USM) platform delivers complete
>> security visibility with the essential security capabilities. Easily and
>> efficiently configure, manage, and operate all of your security controls
>> from a single console and one unified framework. Download a free trial.
>> http://p.sf.net/sfu/alienvault_d2d
>> _______________________________________________
>> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
>> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
>> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>>
>
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to