[Chimera-users] Select incomplete sidechains
Eric Pettersen
pett at cgl.ucsf.edu
Wed Apr 10 10:48:57 PDT 2013
Hi Sheng-You,
On Apr 10, 2013, at 8:58 AM, Huang, Shengyou wrote:
> Dear Chimera developers,
>
> Thank you for developing such a great and convenient software package.
Thanks! I'm glad you find it useful.
> Is there a way to use commands to select/identify those incomplete sidechains of a protein?
No, not without some monkeying around with Python. But the monkeying around is fairly simple in this case. Just take the Python code I've attached below and save it in a file that ends with ".py". Then you can use the "open" command to open the file, which executes the code. It will print the residues that are incomplete to the reply log. The code is basically a straight copy of the same code from Dock Prep, with a few mods to make it work as an independent script.
> In addition, is it possible to do the DockPrep job using commands instead of menu?
Again, not directly. Is the purpose of this to execute Dock Prep in batch mode? If so, this message from the dock-fans mailing list describes how to do that:
http://mailman.docking.org/pipermail/dock-fans/2007-May/001043.html
> Thank you very much for your help!
You're welcome!
--Eric
Eric Pettersen
UCSF Computer Graphics Lab
http://www.cgl.ucsf.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-users/attachments/20130410/26f465c0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: incomplete.py
Type: text/x-python-script
Size: 708 bytes
Desc: not available
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-users/attachments/20130410/26f465c0/attachment.bin>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-users/attachments/20130410/26f465c0/attachment-0001.html>
More information about the Chimera-users
mailing list