<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.docking.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dahlia</id>
	<title>DISI - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.docking.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dahlia"/>
	<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Special:Contributions/Dahlia"/>
	<updated>2026-05-24T10:58:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Multimol2db.py&amp;diff=5342</id>
		<title>Multimol2db.py</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Multimol2db.py&amp;diff=5342"/>
		<updated>2013-01-21T18:46:35Z</updated>

		<summary type="html">&lt;p&gt;Dahlia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;multimol2db.py&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This script is a utility program that takes as input a .mol2 file that has been protonated and all conformations have been generated with OMEGA (or alternatively, a mol2 file from some other source) and runs AMSOL &amp;amp; mol2db on it to make .db files for docking.&lt;br /&gt;
&lt;br /&gt;
multimol2db.py input.mol2&lt;br /&gt;
&lt;br /&gt;
It is very important that the beginning of your .mol2 file contains this kind of header:&lt;br /&gt;
&lt;br /&gt;
 @&amp;lt;TRIPOS&amp;gt;MOLECULE&lt;br /&gt;
 TEMP12345678&lt;br /&gt;
    70    72     0     0     0&lt;br /&gt;
 SMALL&lt;br /&gt;
 NO_CHARGES&lt;br /&gt;
 &lt;br /&gt;
 @&amp;lt;TRIPOS&amp;gt;ATOM&lt;br /&gt;
     1 C1          5.1180    4.5740    2.9690 C.3       1 UNK1        0.0182&lt;br /&gt;
     2 N1          4.4470    5.0610    4.2130 N.4       1 UNK1       -0.5553&lt;br /&gt;
&lt;br /&gt;
Otherwise AMSOL and the associated scripts that run it will crash. The most important part is the second line that needs to be in the form XXXX00000000&lt;br /&gt;
&lt;br /&gt;
Other tips:&lt;br /&gt;
&lt;br /&gt;
1. Don&#039;t have any extra lines except the MOLECULE, ATOM and BOND records&lt;br /&gt;
&lt;br /&gt;
2. The last 3 columns of the atom record are important (the 1 UNK1        0.0182), some .mol2 files don&#039;t have them so just add dummy (1 UNK1 0.0000) to yours.&lt;br /&gt;
&lt;br /&gt;
The file is in your dockenv/scripts or $DOCK_BASE/scripts/&lt;br /&gt;
&lt;br /&gt;
A version is also kept is ~/Source/bks_src/multimol2db.py&lt;br /&gt;
&lt;br /&gt;
[[User:Rgc]]&lt;br /&gt;
&lt;br /&gt;
Crucial tip:&lt;br /&gt;
&lt;br /&gt;
You have to add the correct header to the db.db.gz file:&lt;br /&gt;
&lt;br /&gt;
 DOCK 5.2 ligand_atoms&lt;br /&gt;
 positive                       (1)&lt;br /&gt;
 negative                       (2)&lt;br /&gt;
 acceptor                       (3)&lt;br /&gt;
 donor                          (4)&lt;br /&gt;
 ester_o                        (5)&lt;br /&gt;
 amide_o                        (6)&lt;br /&gt;
 neutral                        (7)&lt;br /&gt;
&lt;br /&gt;
[[User:drw]]&lt;/div&gt;</summary>
		<author><name>Dahlia</name></author>
	</entry>
</feed>