
9 Apr
2008
9 Apr
'08
2:10 a.m.
Hi JD, I enhanced the Chimera command "ac" so you can specify accelerators to run as arguments. For example the command ac ol ce sf will open the last opened file, color by element, and display a molecular surface. This can be used from Python using from chimera import runCommand runCommand("ac ol ce sf") Formerly the "ac" command just enabled typing shortcuts in the main Chimera window and took no arguments. The improved version will be in tonight's daily builds (if they succeed). Tom