Re: [Chimera-users] Select incomplete sidechains

Dear Chimera developers, Thank you for developing such a great and convenient software package. Is there a way to use commands to select/identify those incomplete sidechains of a protein? In addition, is it possible to do the DockPrep job using commands instead of menu? Thank you very much for your help! Shengyou Shengyou Huang, PhD Research Support Computing Division of Information Technology University of Missouri Email: huangshe@missouri.edu Phone: (573)882-3281

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
participants (2)
-
Eric Pettersen
-
Huang, Shengyou