<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.docking.org/index.php?action=history&amp;feed=atom&amp;title=Ligand_File_Input</id>
	<title>Ligand File Input - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.docking.org/index.php?action=history&amp;feed=atom&amp;title=Ligand_File_Input"/>
	<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Ligand_File_Input&amp;action=history"/>
	<updated>2026-05-24T00:23:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Ligand_File_Input&amp;diff=9337&amp;oldid=prev</id>
		<title>Sudipto: Created page with &quot;=Ligand File Input=  Before you can dock a ligand, you will need atom types and charges for every atom in the ligand. Currently, DOCK only reads the Tripos MOL2 format. For a ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Ligand_File_Input&amp;diff=9337&amp;oldid=prev"/>
		<updated>2016-03-23T23:28:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Ligand File Input=  Before you can dock a ligand, you will need atom types and charges for every atom in the ligand. Currently, DOCK only reads the Tripos MOL2 format. For a ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Ligand File Input= &lt;br /&gt;
Before you can dock a ligand, you will need atom&lt;br /&gt;
types and charges for every atom in the ligand. Currently, DOCK only&lt;br /&gt;
reads the Tripos MOL2 format. For a single ligand (or several ligands),&lt;br /&gt;
you can use Chimera in combination with [[antechamber]] to prepare a MOL2&lt;br /&gt;
file for the ligand (see [[Structure Preparation Tutorial]])&lt;br /&gt;
or various other visualization packages. During the docking procedure,&lt;br /&gt;
ligands are read in from a single MOL2 or multi-MOL2 file. Atom and&lt;br /&gt;
bond types are assigned using the DOCK 4 atom/bond typing [[parameter files]].&lt;br /&gt;
&lt;br /&gt;
NOTE: The following parameter&lt;br /&gt;
definitions will use the format below:&lt;br /&gt;
&lt;br /&gt;
  parameter_name [default] (value): #description&lt;br /&gt;
&lt;br /&gt;
In some cases, parameters are only&lt;br /&gt;
needed&lt;br /&gt;
(questions will only be asked) if the parameter above is enforced.&lt;br /&gt;
These parameters are indicated below by additional indentation.&lt;br /&gt;
&lt;br /&gt;
= Molecule Library Parameters =&lt;br /&gt;
 &lt;br /&gt;
* ligand_atom_file [database.mol2]     (string):   # The ligand input filename&lt;br /&gt;
* limit_max_ligands [no] (yes, no):    #Limit the number of ligands to be read in from a library&lt;br /&gt;
** max_ligands[1000]:         #maximum number of ligands that will be read in from a library&lt;br /&gt;
&lt;br /&gt;
* skip_molecule [no] (yes, no):     #Skip some number of molecules at the beginning of a library&lt;br /&gt;
** initial_skip [0] (int):&amp;gt;    # The number of molecules to skip over at the beginning of a library&lt;br /&gt;
&lt;br /&gt;
* read_mol_solvation [no] (yes, no): #Flag to read atomic desolvation information from ligand file&lt;br /&gt;
* calculate_rmsd [no] (yes, no): #Flag to calculate the heavy atom RMSD between the final ligand pose &amp;lt;br&amp;gt; #and its initial structure.&lt;br /&gt;
 &lt;br /&gt;
= Ligand RMSD=&lt;br /&gt;
&lt;br /&gt;
Three types of root mean square distance (RMSD) values are reported when &amp;quot;calculate_rmsd = yes&amp;quot;. These values can be found in the header of the output MOL2 file.&lt;br /&gt;
&lt;br /&gt;
(1) Standard heavy-atom RMSD (HA_RMSDs): This is the standard pair-wise RMSD calculation between the non-hydrogen atoms of a reference conformation &amp;#039;&amp;#039;a&amp;#039;&amp;#039; and a pose conformation &amp;#039;&amp;#039;b&amp;#039;&amp;#039; for a ligand with &amp;#039;&amp;#039;N&amp;#039;&amp;#039; total heavy atoms of index &amp;#039;&amp;#039;i&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
If the HA_RMSDs is &amp;quot;-1000.0&amp;quot;, then there is an inconsistency in the number of heavy atoms between the reference and the docked conformer.&lt;br /&gt;
&lt;br /&gt;
(2) Minimum-distance heavy-atom RMSD (HA_RMSDm): This measure is based on the RMSD implementation used in Autodock Vina ([[Trott and Olson, J. Comput. Chem. 2010]]), which does not explicitly enforce one-to-one mapping. Rather, atom pairings between reference conformation &amp;#039;&amp;#039;a&amp;#039;&amp;#039; and pose conformation &amp;#039;&amp;#039;b&amp;#039;&amp;#039; are determined by the minimum distance to any atom of the same element type, and it may be an under-prediction of the true RMSD.&lt;br /&gt;
&lt;br /&gt;
(3) Hungarian (symmetry-corrected) heavy-atom RMSD (HA_RMSDh):&lt;br /&gt;
The final RMSD implementation is based on an &amp;#039;&amp;#039;O(N^4)&amp;#039;&amp;#039; implementation of the &amp;#039;&amp;#039;Hungarian algorithm&amp;#039;&amp;#039; ([[Kuhn, Nav. Res. Logist. Q. 1955]]; [[Munkres, J. Soc. Indust. Appl. Math. 1957]]). The algorithm solves the optimal assignment between a set of reference ligand atoms &amp;#039;&amp;#039;a&amp;#039;&amp;#039; and a set of pose ligand atoms &amp;#039;&amp;#039;b&amp;#039;&amp;#039; of the same size. For all groups of atoms of the same Sybyl atom type, a cost matrix &amp;#039;&amp;#039;M&amp;#039;&amp;#039; is populated where each matrix element &amp;#039;&amp;#039;mij&amp;#039;&amp;#039; is equal to the distance-squared between reference atom &amp;#039;&amp;#039;ai&amp;#039;&amp;#039; and pose atom &amp;#039;&amp;#039;bj&amp;#039;&amp;#039;. The Hungarian algorithm is used to determine one-to-one assignments between reference and pose ligand atoms such that the total distance between atoms is minimized. The new assignments &amp;#039;&amp;#039;c(i)&amp;#039;&amp;#039; are fed into the standard RMSD function in order to compute a symmetry-corrected RMSD. If the HA_RMSDh is &amp;quot;-1000.0&amp;quot;,&lt;br /&gt;
then there is an inconsistency in the number of atoms of at least one atom type between the reference and the docked conformer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt; insert dock6_manual_files/rmsd_hungarian.JPG &amp;gt;&lt;/div&gt;</summary>
		<author><name>Sudipto</name></author>
	</entry>
</feed>