<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing
        {mso-style-priority:1;
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">Hello<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">I have been trying to run DockPrep and Vina from a python script to generate a pdbqt file to be used in subsequent Vina docking studies (with a config file). What I have at present
 is the following (I have edited DockPrep\_init_.py to make nogui=True ; the receptor has been loaded as model #0, and the ligand as model #1)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">from DockPrep import prep<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">model=Midas.open('4iaq.pdb')<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">prep(model)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">modelname='4iaq.mol2'<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">from WriteMol2 import writeMol2<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">writeMol2(model, modelname)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif""><o:p> </o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">#VinaRun<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">OutFileName='C:/Autodock/5HT/4iaq/Test2/4iaq'<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">rc("vina docking receptor #0 ligand #1 output " + OutFileName + " prep true wait true")<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif""><o:p> </o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">The generated 4iaq.receptor.pdb file contains the protein as modified by DockPrep, without the charges etc, and with the original PDB residue numbering.<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">The 4iaq.receptor.pdbqt file contains the
<i>unmodified</i> protein with charges etc, and with the original PDB residue numbering.<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">The 4iaq.mol2 file contains the
<i>modified</i> protein, with charges etc, but with residue numbering modified to start at 1.<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif""><o:p> </o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">What I hoped to produce was a 4iaq.receptor.pdbqt file containing the
<i>modified</i> protein with charges etc, and with the <i>original</i> PDB residue numbering, and this is just about the only thing I don’t have.
<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">Any help would be very gratefully received.<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Times New Roman","serif"">Anthony
<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>