Running AddCharge from the command line

Hi, I am attempting to automate Vina with a python script and want to use addH and addCharge before running Vina, however I cannot run addcharge without the window opening asking me to specify net charges. I was wondering if you could advise on the correct way of writing this command Many thanks, Samuel Freeman-Fox ************************************************************************** The information contained in the EMail and any attachments is confidential and intended solely and for the attention and use of the named addressee(s). It may not be disclosed to any other person without the express authority of Porton Biopharma Ltd, or the intended recipient, or both. If you are not the intended recipient, you must not disclose, copy, distribute or retain this message or any part of it. This footnote also confirms that this EMail has been swept for computer viruses by Symantec.Cloud, but please re-sweep any attachments before opening or saving. *******************************************

Hi Samuel, I should mention that it is not recommended to use the Vina webservice for any pipeline-type calculations. It is only set up for low-sampling single-ligand runs because it is a shared free resource. If you want to do “ligand database search” type calculations, you should get Autodock Vina on your own system. It is open-source/free from http://vina.scripps.edu/ Then you can run database search docking directly using their software (not involving Chimera). Maybe you’re already using Autodock Vina locally with the Chimera interface. However, the Chimera interface doesn’t have the database search options or allow for as much sampling as you’d probably want. However, yes, you can automate ligand prep in a Chimera script without getting dialogs raised if you use the “minimize” command with “nogui true” as explained near the bottom of this page: <http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/minimize.html> … that would automatically run all of dock prep (including addh and addcharge) before minimizing without raising dialogs. If you didn’t actually want any minimization, it might work if you specified zero steps in the minimize command, or 1 step with all atoms frozen in place. I haven’t tried either of those myself, however. Best, Elaine ----- Elaine C. Meng, Ph.D. UCSF Chimera(X) team Department of Pharmaceutical Chemistry University of California, San Francisco
On Nov 21, 2018, at 5:30 AM, Samuel FreemanFox <Samuel.FreemanFox@portonbiopharma.com> wrote:
Hi, I am attempting to automate Vina with a python script and want to use addH and addCharge before running Vina, however I cannot run addcharge without the window opening asking me to specify net charges. I was wondering if you could advise on the correct way of writing this command Many thanks, Samuel Freeman-Fox
participants (2)
-
Elaine Meng
-
Samuel FreemanFox