<?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=Mkorcz</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=Mkorcz"/>
	<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Special:Contributions/Mkorcz"/>
	<updated>2026-04-05T20:36:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Preparing_the_ligand&amp;diff=5334</id>
		<title>Preparing the ligand</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Preparing_the_ligand&amp;diff=5334"/>
		<updated>2013-01-17T00:26:02Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preparing a ligand=&lt;br /&gt;
&lt;br /&gt;
==Automatic way, starting from SMILES==&lt;br /&gt;
&lt;br /&gt;
This way, you will make use of John&#039;s automatic scripts for database&lt;br /&gt;
preparation and actually upload new molecules to a special section of&lt;br /&gt;
[http://zinc.docking.org/ ZINC].&lt;br /&gt;
   &lt;br /&gt;
*it is advisable to create a special subdirectory, since many new    files will be generated.  &lt;br /&gt;
*the file containing the [http://www.daylight.com/smiles/ SMILES] strings should contain a string    followed by an identifier on each line.  &lt;br /&gt;
*OPTIONAL: run &amp;lt;tt&amp;gt;convert.py --i=yourname.smi --o=yourname.ism&amp;lt;/tt&amp;gt; . This will  convert your SMILES to &#039;&#039;isomeric&#039;&#039; SMILES.&lt;br /&gt;
*run &amp;lt;tt&amp;gt;dbgen.csh yourname.smi&amp;lt;/tt&amp;gt;.  &lt;br /&gt;
** Note that the dbgen.csh does not work for more that 1000 molecules.&lt;br /&gt;
** Brake up your molecules into chunks of 1000 and run dbgen on each chunk.&lt;br /&gt;
** Clean up your directory afterwards. dbgen.csh generates a lot of files that you do not need if it ran correctly.  &lt;br /&gt;
*you should obtain a file &amp;lt;tt&amp;gt;somename.db.gz&amp;lt;/tt&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
===optional===&lt;br /&gt;
To increase the number of molecules that are written out for the database generation, copy the file $DOCK_BASE/data/omega.parm into the directory that dbgen.csh is going to be run in.&lt;br /&gt;
*At the end of the omega.parm file you will see a section called &amp;quot;Torsion Driving Parameters&amp;quot;, here you will find three variables that can be changed.&lt;br /&gt;
***SetMaxConfs(600)   #set to higher numbers ie. 1000&lt;br /&gt;
***SetRMSThreshold(0.80)  #set to lower numbers ie. 0.50&lt;br /&gt;
***SetEnergyWindow(12.5)  #can be changed but this can often generate broken molecules&lt;br /&gt;
*WARNING this should only be done if generating conformations for a small set of compounds!!!&lt;br /&gt;
&lt;br /&gt;
==Manual way==&lt;br /&gt;
&lt;br /&gt;
===Isolating the ligand as &amp;lt;tt&amp;gt;.mol2&amp;lt;/tt&amp;gt;  file===&lt;br /&gt;
   &lt;br /&gt;
*extract the ligand structure from the &amp;lt;tt&amp;gt;.pdb&amp;lt;/tt&amp;gt;  file.  &lt;br /&gt;
*assign hydrogens.  &lt;br /&gt;
*assign all atom ([http://www.tripos.com/mol2/atom_types.html Sybyl/TAFF]) and bond types.  &lt;br /&gt;
*save it as &amp;lt;tt&amp;gt;ligandname.mol2&amp;lt;/tt&amp;gt;  file.  &lt;br /&gt;
&lt;br /&gt;
===Running &amp;lt;tt&amp;gt;omega&amp;lt;/tt&amp;gt; ===&lt;br /&gt;
   &lt;br /&gt;
*run [http://www.eyesopen.com/products/applications/omega.html OMEGA], but don&#039;t ask me how to do that yet.&lt;br /&gt;
&lt;br /&gt;
===Running amsol===&lt;br /&gt;
&lt;br /&gt;
*find more information about amsol [http://comp.chem.umn.edu/amsol/ on its homepage].  &lt;br /&gt;
*&amp;lt;tt&amp;gt;mkdir ./amsol2&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*Use file2file.py to get the right formal charge to feed to AMSOL. It is also important to change the name, otherwise the original &amp;lt;tt&amp;gt;.mol2&amp;lt;/tt&amp;gt; file will be overwritten!&lt;br /&gt;
&amp;lt;tt&amp;gt;file2file.py -g ligandname.mol2 ./amsol2/someothername.mol2&amp;lt;/tt&amp;gt;      &lt;br /&gt;
*edit &amp;lt;tt&amp;gt;./amsol2/someothername.mol2&amp;lt;/tt&amp;gt; :     &lt;br /&gt;
*&lt;br /&gt;
*delete all lines prior to &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;MOLECULE&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*&lt;br /&gt;
*change line 2 (molecule name) to something of the format &amp;lt;tt&amp;gt;ABCD12345678&amp;lt;/tt&amp;gt; (four capital letters followed by eight numbers).  &lt;br /&gt;
*&lt;br /&gt;
*line 3 should be &amp;lt;tt&amp;gt;n&amp;lt;sub&amp;gt;atoms&amp;lt;/sub&amp;gt; n&amp;lt;sub&amp;gt;bonds&amp;lt;/sub&amp;gt; 0 0 0&amp;lt;/tt&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
*the &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;MOLECULE&amp;lt;/tt&amp;gt;  section must consist of exactly &#039;&#039;&#039;5&#039;&#039;&#039; lines (adjust by adding/deleting blanks).  &lt;br /&gt;
*&lt;br /&gt;
*remove all sections after the &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;BOND&amp;lt;/tt&amp;gt;  section.&lt;br /&gt;
*&lt;br /&gt;
*delete the blank lines between the &amp;lt;tt&amp;gt;ATOM&amp;lt;/tt&amp;gt;  and &amp;lt;tt&amp;gt;BOND&amp;lt;/tt&amp;gt;     sections, if there are any.    &lt;br /&gt;
*run &amp;lt;tt&amp;gt;RunAMSOL3.csh WAIT&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*the output &amp;lt;tt&amp;gt;someothername.solv&amp;lt;/tt&amp;gt;  file will contain the following:&lt;br /&gt;
{| style=&amp;quot;text-align: center; border:1px solid #aaa; margin: 1em 1em 1em 0; background: #f9f9f9; border-collapse: collapse;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; &lt;br /&gt;
|+ &#039;&#039;&#039;AMSOL output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | line #1&lt;br /&gt;
| style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | molname || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | &amp;lt;math&amp;gt;n_{atoms}&amp;lt;/math&amp;gt; || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | charge || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | pol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | ? || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | apol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | total_solv&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | other lines &lt;br /&gt;
| style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | charge || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | pol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | ? || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | apol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | total_solv&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | &#039;&#039;(per_atom)&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*furthermore, there will be &amp;lt;tt&amp;gt;someothername.nmol2&amp;lt;/tt&amp;gt;  file    which contains the correct partial charges.&lt;br /&gt;
&lt;br /&gt;
===Running &amp;lt;tt&amp;gt;mol2db&amp;lt;/tt&amp;gt; ===&lt;br /&gt;
   &lt;br /&gt;
*edit &amp;lt;tt&amp;gt;someothername.nmol2&amp;lt;/tt&amp;gt;  so that the &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;MOLECULE&amp;lt;/tt&amp;gt; section consists of exactly &#039;&#039;&#039;6&#039;&#039;&#039; lines.  &lt;br /&gt;
*edit the &amp;lt;tt&amp;gt;inhier&amp;lt;/tt&amp;gt;  file so that the &#039;mol2_file&#039;,    &#039;db_file&#039; and &#039;solvation_table&#039; entries are correct.  &lt;br /&gt;
*run &amp;lt;tt&amp;gt;mol2db inhier&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*add the preamble at the top of the file.  &lt;br /&gt;
*&amp;lt;tt&amp;gt;gzip&amp;lt;/tt&amp;gt;  the resulting file so that it can be used by &amp;lt;tt&amp;gt;DOCK&amp;lt;/tt&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual_DOCK]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Preparing_the_ligand&amp;diff=5333</id>
		<title>Preparing the ligand</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Preparing_the_ligand&amp;diff=5333"/>
		<updated>2013-01-17T00:13:41Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preparing a ligand=&lt;br /&gt;
&lt;br /&gt;
==Automatic way, starting from SMILES==&lt;br /&gt;
&lt;br /&gt;
This way, you will make use of John&#039;s automatic scripts for database&lt;br /&gt;
preparation and actually upload new molecules to a special section of&lt;br /&gt;
[http://zinc.docking.org/ ZINC].&lt;br /&gt;
   &lt;br /&gt;
*it is advisable to create a special subdirectory, since many new    files will be generated.  &lt;br /&gt;
*the file containing the [http://www.daylight.com/smiles/ SMILES] strings should contain a string    followed by an identifier on each line.  &lt;br /&gt;
*OPTIONAL: run &amp;lt;tt&amp;gt;convert.py --i=yourname.smi --o=yourname.ism&amp;lt;/tt&amp;gt; . This will  convert your SMILES to &#039;&#039;isomeric&#039;&#039; SMILES.&lt;br /&gt;
*run &amp;lt;tt&amp;gt;dbgen.csh yourname.smi&amp;lt;/tt&amp;gt;.  &lt;br /&gt;
** Note that the dbgen.csh does not work for more that 1000 molecules.&lt;br /&gt;
** Brake up your molecules into chunks of 1000 and run dbgen on each chunk.&lt;br /&gt;
** Clean up your directory afterwards. dbgen.csh generates a lot of files that you do not need if it ran correctly.  &lt;br /&gt;
*you should obtain a file &amp;lt;tt&amp;gt;somename.db.gz&amp;lt;/tt&amp;gt; .&lt;br /&gt;
===&lt;br /&gt;
WARNING this should only be done if generating conformations for a very small set of compounds!!!&lt;br /&gt;
To increase the number of molecules that are written out for the database generation, copy the file $DOCK_BASE/data/omega.parm into the directory that dbgen.csh is going to be run in.&lt;br /&gt;
*At the end of the omega.parm file you will see a section called &amp;quot;Torsion Driving Parameters&amp;quot;, here you will find three variables that can be changed.&lt;br /&gt;
SetMaxConfs(600)   #set to higher numbers ie. 1000&lt;br /&gt;
SetRMSThreshold(0.80)  #set to lower numbers ie. 0.50&lt;br /&gt;
SetEnergyWindow(12.5)  #can be changed but this can often generate broken molecules&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Manual way==&lt;br /&gt;
&lt;br /&gt;
===Isolating the ligand as &amp;lt;tt&amp;gt;.mol2&amp;lt;/tt&amp;gt;  file===&lt;br /&gt;
   &lt;br /&gt;
*extract the ligand structure from the &amp;lt;tt&amp;gt;.pdb&amp;lt;/tt&amp;gt;  file.  &lt;br /&gt;
*assign hydrogens.  &lt;br /&gt;
*assign all atom ([http://www.tripos.com/mol2/atom_types.html Sybyl/TAFF]) and bond types.  &lt;br /&gt;
*save it as &amp;lt;tt&amp;gt;ligandname.mol2&amp;lt;/tt&amp;gt;  file.  &lt;br /&gt;
&lt;br /&gt;
===Running &amp;lt;tt&amp;gt;omega&amp;lt;/tt&amp;gt; ===&lt;br /&gt;
   &lt;br /&gt;
*run [http://www.eyesopen.com/products/applications/omega.html OMEGA], but don&#039;t ask me how to do that yet.&lt;br /&gt;
&lt;br /&gt;
===Running amsol===&lt;br /&gt;
&lt;br /&gt;
*find more information about amsol [http://comp.chem.umn.edu/amsol/ on its homepage].  &lt;br /&gt;
*&amp;lt;tt&amp;gt;mkdir ./amsol2&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*Use file2file.py to get the right formal charge to feed to AMSOL. It is also important to change the name, otherwise the original &amp;lt;tt&amp;gt;.mol2&amp;lt;/tt&amp;gt; file will be overwritten!&lt;br /&gt;
&amp;lt;tt&amp;gt;file2file.py -g ligandname.mol2 ./amsol2/someothername.mol2&amp;lt;/tt&amp;gt;      &lt;br /&gt;
*edit &amp;lt;tt&amp;gt;./amsol2/someothername.mol2&amp;lt;/tt&amp;gt; :     &lt;br /&gt;
*&lt;br /&gt;
*delete all lines prior to &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;MOLECULE&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*&lt;br /&gt;
*change line 2 (molecule name) to something of the format &amp;lt;tt&amp;gt;ABCD12345678&amp;lt;/tt&amp;gt; (four capital letters followed by eight numbers).  &lt;br /&gt;
*&lt;br /&gt;
*line 3 should be &amp;lt;tt&amp;gt;n&amp;lt;sub&amp;gt;atoms&amp;lt;/sub&amp;gt; n&amp;lt;sub&amp;gt;bonds&amp;lt;/sub&amp;gt; 0 0 0&amp;lt;/tt&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
*the &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;MOLECULE&amp;lt;/tt&amp;gt;  section must consist of exactly &#039;&#039;&#039;5&#039;&#039;&#039; lines (adjust by adding/deleting blanks).  &lt;br /&gt;
*&lt;br /&gt;
*remove all sections after the &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;BOND&amp;lt;/tt&amp;gt;  section.&lt;br /&gt;
*&lt;br /&gt;
*delete the blank lines between the &amp;lt;tt&amp;gt;ATOM&amp;lt;/tt&amp;gt;  and &amp;lt;tt&amp;gt;BOND&amp;lt;/tt&amp;gt;     sections, if there are any.    &lt;br /&gt;
*run &amp;lt;tt&amp;gt;RunAMSOL3.csh WAIT&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*the output &amp;lt;tt&amp;gt;someothername.solv&amp;lt;/tt&amp;gt;  file will contain the following:&lt;br /&gt;
{| style=&amp;quot;text-align: center; border:1px solid #aaa; margin: 1em 1em 1em 0; background: #f9f9f9; border-collapse: collapse;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; &lt;br /&gt;
|+ &#039;&#039;&#039;AMSOL output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | line #1&lt;br /&gt;
| style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | molname || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | &amp;lt;math&amp;gt;n_{atoms}&amp;lt;/math&amp;gt; || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | charge || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | pol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | ? || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | apol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | total_solv&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | other lines &lt;br /&gt;
| style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | charge || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | pol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | ? || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | apol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | total_solv&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | &#039;&#039;(per_atom)&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*furthermore, there will be &amp;lt;tt&amp;gt;someothername.nmol2&amp;lt;/tt&amp;gt;  file    which contains the correct partial charges.&lt;br /&gt;
&lt;br /&gt;
===Running &amp;lt;tt&amp;gt;mol2db&amp;lt;/tt&amp;gt; ===&lt;br /&gt;
   &lt;br /&gt;
*edit &amp;lt;tt&amp;gt;someothername.nmol2&amp;lt;/tt&amp;gt;  so that the &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;MOLECULE&amp;lt;/tt&amp;gt; section consists of exactly &#039;&#039;&#039;6&#039;&#039;&#039; lines.  &lt;br /&gt;
*edit the &amp;lt;tt&amp;gt;inhier&amp;lt;/tt&amp;gt;  file so that the &#039;mol2_file&#039;,    &#039;db_file&#039; and &#039;solvation_table&#039; entries are correct.  &lt;br /&gt;
*run &amp;lt;tt&amp;gt;mol2db inhier&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*add the preamble at the top of the file.  &lt;br /&gt;
*&amp;lt;tt&amp;gt;gzip&amp;lt;/tt&amp;gt;  the resulting file so that it can be used by &amp;lt;tt&amp;gt;DOCK&amp;lt;/tt&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual_DOCK]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Preparing_the_ligand&amp;diff=5332</id>
		<title>Preparing the ligand</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Preparing_the_ligand&amp;diff=5332"/>
		<updated>2013-01-17T00:13:12Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preparing a ligand=&lt;br /&gt;
&lt;br /&gt;
==Automatic way, starting from SMILES==&lt;br /&gt;
&lt;br /&gt;
This way, you will make use of John&#039;s automatic scripts for database&lt;br /&gt;
preparation and actually upload new molecules to a special section of&lt;br /&gt;
[http://zinc.docking.org/ ZINC].&lt;br /&gt;
   &lt;br /&gt;
*it is advisable to create a special subdirectory, since many new    files will be generated.  &lt;br /&gt;
*the file containing the [http://www.daylight.com/smiles/ SMILES] strings should contain a string    followed by an identifier on each line.  &lt;br /&gt;
*OPTIONAL: run &amp;lt;tt&amp;gt;convert.py --i=yourname.smi --o=yourname.ism&amp;lt;/tt&amp;gt; . This will  convert your SMILES to &#039;&#039;isomeric&#039;&#039; SMILES.&lt;br /&gt;
*run &amp;lt;tt&amp;gt;dbgen.csh yourname.smi&amp;lt;/tt&amp;gt;.  &lt;br /&gt;
** Note that the dbgen.csh does not work for more that 1000 molecules.&lt;br /&gt;
** Brake up your molecules into chunks of 1000 and run dbgen on each chunk.&lt;br /&gt;
** Clean up your directory afterwards. dbgen.csh generates a lot of files that you do not need if it ran correctly.  &lt;br /&gt;
*you should obtain a file &amp;lt;tt&amp;gt;somename.db.gz&amp;lt;/tt&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
WARNING this should only be done if generating conformations for a very small set of compounds!!!&lt;br /&gt;
To increase the number of molecules that are written out for the database generation, copy the file $DOCK_BASE/data/omega.parm into the directory that dbgen.csh is going to be run in.&lt;br /&gt;
*At the end of the omega.parm file you will see a section called &amp;quot;Torsion Driving Parameters&amp;quot;, here you will find three variables that can be changed.&lt;br /&gt;
SetMaxConfs(600)   #set to higher numbers ie. 1000&lt;br /&gt;
SetRMSThreshold(0.80)  #set to lower numbers ie. 0.50&lt;br /&gt;
SetEnergyWindow(12.5)  #can be changed but this can often generate broken molecules&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Manual way==&lt;br /&gt;
&lt;br /&gt;
===Isolating the ligand as &amp;lt;tt&amp;gt;.mol2&amp;lt;/tt&amp;gt;  file===&lt;br /&gt;
   &lt;br /&gt;
*extract the ligand structure from the &amp;lt;tt&amp;gt;.pdb&amp;lt;/tt&amp;gt;  file.  &lt;br /&gt;
*assign hydrogens.  &lt;br /&gt;
*assign all atom ([http://www.tripos.com/mol2/atom_types.html Sybyl/TAFF]) and bond types.  &lt;br /&gt;
*save it as &amp;lt;tt&amp;gt;ligandname.mol2&amp;lt;/tt&amp;gt;  file.  &lt;br /&gt;
&lt;br /&gt;
===Running &amp;lt;tt&amp;gt;omega&amp;lt;/tt&amp;gt; ===&lt;br /&gt;
   &lt;br /&gt;
*run [http://www.eyesopen.com/products/applications/omega.html OMEGA], but don&#039;t ask me how to do that yet.&lt;br /&gt;
&lt;br /&gt;
===Running amsol===&lt;br /&gt;
&lt;br /&gt;
*find more information about amsol [http://comp.chem.umn.edu/amsol/ on its homepage].  &lt;br /&gt;
*&amp;lt;tt&amp;gt;mkdir ./amsol2&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*Use file2file.py to get the right formal charge to feed to AMSOL. It is also important to change the name, otherwise the original &amp;lt;tt&amp;gt;.mol2&amp;lt;/tt&amp;gt; file will be overwritten!&lt;br /&gt;
&amp;lt;tt&amp;gt;file2file.py -g ligandname.mol2 ./amsol2/someothername.mol2&amp;lt;/tt&amp;gt;      &lt;br /&gt;
*edit &amp;lt;tt&amp;gt;./amsol2/someothername.mol2&amp;lt;/tt&amp;gt; :     &lt;br /&gt;
*&lt;br /&gt;
*delete all lines prior to &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;MOLECULE&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*&lt;br /&gt;
*change line 2 (molecule name) to something of the format &amp;lt;tt&amp;gt;ABCD12345678&amp;lt;/tt&amp;gt; (four capital letters followed by eight numbers).  &lt;br /&gt;
*&lt;br /&gt;
*line 3 should be &amp;lt;tt&amp;gt;n&amp;lt;sub&amp;gt;atoms&amp;lt;/sub&amp;gt; n&amp;lt;sub&amp;gt;bonds&amp;lt;/sub&amp;gt; 0 0 0&amp;lt;/tt&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
*the &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;MOLECULE&amp;lt;/tt&amp;gt;  section must consist of exactly &#039;&#039;&#039;5&#039;&#039;&#039; lines (adjust by adding/deleting blanks).  &lt;br /&gt;
*&lt;br /&gt;
*remove all sections after the &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;BOND&amp;lt;/tt&amp;gt;  section.&lt;br /&gt;
*&lt;br /&gt;
*delete the blank lines between the &amp;lt;tt&amp;gt;ATOM&amp;lt;/tt&amp;gt;  and &amp;lt;tt&amp;gt;BOND&amp;lt;/tt&amp;gt;     sections, if there are any.    &lt;br /&gt;
*run &amp;lt;tt&amp;gt;RunAMSOL3.csh WAIT&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*the output &amp;lt;tt&amp;gt;someothername.solv&amp;lt;/tt&amp;gt;  file will contain the following:&lt;br /&gt;
{| style=&amp;quot;text-align: center; border:1px solid #aaa; margin: 1em 1em 1em 0; background: #f9f9f9; border-collapse: collapse;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; &lt;br /&gt;
|+ &#039;&#039;&#039;AMSOL output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | line #1&lt;br /&gt;
| style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | molname || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | &amp;lt;math&amp;gt;n_{atoms}&amp;lt;/math&amp;gt; || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | charge || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | pol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | ? || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | apol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | total_solv&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | other lines &lt;br /&gt;
| style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | charge || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | pol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | ? || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | apol_solv || style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | total_solv&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border:1px #aaa solid; padding: 0.2em;&amp;quot; | &#039;&#039;(per_atom)&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*furthermore, there will be &amp;lt;tt&amp;gt;someothername.nmol2&amp;lt;/tt&amp;gt;  file    which contains the correct partial charges.&lt;br /&gt;
&lt;br /&gt;
===Running &amp;lt;tt&amp;gt;mol2db&amp;lt;/tt&amp;gt; ===&lt;br /&gt;
   &lt;br /&gt;
*edit &amp;lt;tt&amp;gt;someothername.nmol2&amp;lt;/tt&amp;gt;  so that the &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;MOLECULE&amp;lt;/tt&amp;gt; section consists of exactly &#039;&#039;&#039;6&#039;&#039;&#039; lines.  &lt;br /&gt;
*edit the &amp;lt;tt&amp;gt;inhier&amp;lt;/tt&amp;gt;  file so that the &#039;mol2_file&#039;,    &#039;db_file&#039; and &#039;solvation_table&#039; entries are correct.  &lt;br /&gt;
*run &amp;lt;tt&amp;gt;mol2db inhier&amp;lt;/tt&amp;gt;   &lt;br /&gt;
*add the preamble at the top of the file.  &lt;br /&gt;
*&amp;lt;tt&amp;gt;gzip&amp;lt;/tt&amp;gt;  the resulting file so that it can be used by &amp;lt;tt&amp;gt;DOCK&amp;lt;/tt&amp;gt; .&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual_DOCK]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Dock_Ligand_Clustering&amp;diff=1382</id>
		<title>Dock Ligand Clustering</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Dock_Ligand_Clustering&amp;diff=1382"/>
		<updated>2012-02-08T19:59:14Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DOCK 3.6 Ligand Clustering&lt;br /&gt;
&lt;br /&gt;
* branch of [[DOCK_3.6]]&lt;br /&gt;
* Contributed by Niu Huang&#039;s lab&lt;br /&gt;
* Currently in the niu-nibs-clustering branch, ready for use&lt;br /&gt;
* Replacement for single mode&lt;br /&gt;
* Example INDOCK file parameters, add to your current INDOCK file&lt;br /&gt;
&lt;br /&gt;
 #&lt;br /&gt;
 ################################################################################&lt;br /&gt;
 #                         POSE_CLUSTERING&lt;br /&gt;
 #&lt;br /&gt;
 pose_clustering                     yes&lt;br /&gt;
 # &amp;quot;yes/no&amp;quot; General switch of pose clustering (default: no)&lt;br /&gt;
 pose_clustering_detail              no&lt;br /&gt;
 # &amp;quot;yes/no&amp;quot; Switch of print out detail infomation (default: no)&lt;br /&gt;
 pose_clustering_method              0&lt;br /&gt;
 # 0---------Write all the poses&lt;br /&gt;
 # 1---------Clustering method based on KGS penalty function&lt;br /&gt;
 # 2---------Clustering method based on ratio of RANK and RMSD&lt;br /&gt;
 pose_clustering_cutoff              1.1&lt;br /&gt;
 # pre-determined variable for clustering cutoff&lt;br /&gt;
 # In method 0, the cutoff is unused.&lt;br /&gt;
 # In method 1, the cutoff is unused.&lt;br /&gt;
 # In method 2, the cutoff is Nc.&lt;br /&gt;
 ################################################################################&lt;br /&gt;
 # cutoff in pose_clustering for saving resource&lt;br /&gt;
 #pose_clustering_RMSD_cutoff&lt;br /&gt;
 #pose_clustering_energy_cutoff       no&lt;br /&gt;
 pose_clus_inputno_cutoff      0&lt;br /&gt;
 # number: input number cutoff; 0: no; -1: rotatable bond based (NA)&lt;br /&gt;
 # number of poses to be clustered according to energy rank&lt;br /&gt;
 # for method 0, it is also used.&lt;br /&gt;
 pose_clus_outputno_cutoff     0&lt;br /&gt;
 # number: output number cutoff; 0: no&lt;br /&gt;
 # number of clustered poses being written out according to energy rank&lt;br /&gt;
 # for method 0, it is also used.&lt;br /&gt;
 ################################################################################&lt;br /&gt;
&lt;br /&gt;
Currently installed in&lt;br /&gt;
&lt;br /&gt;
 ~xyz/dockenv/bin/Linux/ligandclustering/&lt;br /&gt;
&lt;br /&gt;
Bonus: A version compiled with nsize=193 for use with Qnifft [[Qnifft_DOCK_3.6_conversion]] is in &lt;br /&gt;
&lt;br /&gt;
 ~xyz/dockenv/bin/Linux/ligandclustering-qnifft/&lt;br /&gt;
&lt;br /&gt;
Or where ~xyz/dockenv is your $DOCK_BASE&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Currently (Feb 2012) if you have problems running the above script you may need a distmap file in your grids directory (just type &#039;distmap&#039; in the grids directory and it should be created automatically, this will not be used in the calculations but it is something that dock needs to read in at this time) also add the line into INDOCK&lt;br /&gt;
&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             SCORING&lt;br /&gt;
 #&lt;br /&gt;
 distmap_file                  ../grids/distmap&lt;br /&gt;
&lt;br /&gt;
You may also need to comment the random seed line out of the INDOCK file&lt;br /&gt;
&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 ################## DOCK 3.5 INPUT PARAMETERS 2011/10/26 #######################&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                          INPUT/OUTPUT&lt;br /&gt;
 #&lt;br /&gt;
 #random_seed                   777&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Scoreopt&amp;diff=4325</id>
		<title>Scoreopt</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Scoreopt&amp;diff=4325"/>
		<updated>2012-02-08T19:46:46Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
&lt;br /&gt;
Scoreopt allows you to rescore poses after a docking run is complete&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
Before using scoreopt, you should have a pdb (or eel1 or mol2) file with the poses to be rescored.&lt;br /&gt;
&lt;br /&gt;
 $mud/doscoreopt.csh  &amp;lt;filename.eel1&amp;gt; &amp;lt;path to grids&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Output is combine.rescores ( in the form of combine.scores ) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;id&amp;gt; &amp;lt;shape&amp;gt; &amp;lt;elect&amp;gt; &amp;lt;VdW&amp;gt; &amp;lt;polar solv&amp;gt; &amp;lt;apolar solv&amp;gt; &amp;lt;total&amp;gt; &amp;lt;subdir&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==If You Have Problems==&lt;br /&gt;
&lt;br /&gt;
If you do not have an eel1 file or things are not running smoothly with your pdb file here are two options of how to get around it.&lt;br /&gt;
&lt;br /&gt;
An eel1 file can be automatically created for you with this script:&lt;br /&gt;
&lt;br /&gt;
  $mud/to_eel1.csh your.pdb (see http://wiki.bkslab.org/index.php/Analysing_the_results for further directions)&lt;br /&gt;
&lt;br /&gt;
If you have special molecules the other way to approch this problem is to:&lt;br /&gt;
&lt;br /&gt;
a) read your pdb into chimera&lt;br /&gt;
&lt;br /&gt;
b) add hydrogens in chimera (&#039;Tools_&amp;gt;Structure Editing-&amp;gt;AddH&#039; show labels at that time &#039;Actions-&amp;gt;Lable-&amp;gt;IDATM type&#039; and make sure you are happy with the molecule) &lt;br /&gt;
&lt;br /&gt;
c) charge the molecule in chimera (&#039;Tools-&amp;gt;Structure Editing-&amp;gt; AddCharge&#039;)&lt;br /&gt;
&lt;br /&gt;
d) write out the molecule out as a filename.mol2 &lt;br /&gt;
&lt;br /&gt;
e) run the scoreopt script from above&lt;br /&gt;
&lt;br /&gt;
----- &lt;br /&gt;
&lt;br /&gt;
If things are still not working just see the header of the .mol2 file and make sure that the header is in the correct format (there should only be 5 lines between @&amp;lt;TRIPOS&amp;gt;MOLECULE and @&amp;lt;TRIPOS&amp;gt;ATOM, and the new to_eel1.mol2 created in line two should have a new label in the format of four letters and eight numbers ie. AAAA12345678.)&lt;br /&gt;
&lt;br /&gt;
WRONG Header !!!!!&lt;br /&gt;
----------------&lt;br /&gt;
@&amp;lt;TRIPOS&amp;gt;MOLECULE&lt;br /&gt;
&lt;br /&gt;
obj16.pdb&lt;br /&gt;
&lt;br /&gt;
15 15 1 0 0&lt;br /&gt;
&lt;br /&gt;
SMALL&lt;br /&gt;
&lt;br /&gt;
NO_CHARGES&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@&amp;lt;TRIPOS&amp;gt;ATOM&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
RIGHT Header !!!!&lt;br /&gt;
----------------&lt;br /&gt;
@&amp;lt;TRIPOS&amp;gt;MOLECULE&lt;br /&gt;
&lt;br /&gt;
TEMP12345678&lt;br /&gt;
&lt;br /&gt;
24    24     0     0     0&lt;br /&gt;
&lt;br /&gt;
SMALL&lt;br /&gt;
&lt;br /&gt;
USER_CHARGES&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@&amp;lt;TRIPOS&amp;gt;ATOM&lt;br /&gt;
----------------&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Scoreopt&amp;diff=4324</id>
		<title>Scoreopt</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Scoreopt&amp;diff=4324"/>
		<updated>2012-02-08T19:29:04Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
&lt;br /&gt;
Scoreopt allows you to rescore poses after a docking run is complete&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
Before using scoreopt, you should have a pdb (or eel1 or mol2) file with the poses to be rescored.&lt;br /&gt;
&lt;br /&gt;
 $mud/doscoreopt.csh  &amp;lt;filename.eel1&amp;gt; &amp;lt;path to grids&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Output is combine.rescores ( in the form of combine.scores ) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;id&amp;gt; &amp;lt;shape&amp;gt; &amp;lt;elect&amp;gt; &amp;lt;VdW&amp;gt; &amp;lt;polar solv&amp;gt; &amp;lt;apolar solv&amp;gt; &amp;lt;total&amp;gt; &amp;lt;subdir&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
If you do not have an eel1 file and things are not running smoothly with your pdb file here are two options of how to get around it.&lt;br /&gt;
&lt;br /&gt;
An eel1 file can be automatically created for you with this script:&lt;br /&gt;
&lt;br /&gt;
  $mud/to_eel1.csh your.pdb (see http://wiki.bkslab.org/index.php/Analysing_the_results for further directions)&lt;br /&gt;
&lt;br /&gt;
If you have special molecules the other was around it is to:&lt;br /&gt;
a) read your pdb into chimera&lt;br /&gt;
b) add hydrogens in chimera (&#039;Tools_&amp;gt;Structure Editing-&amp;gt;AddH&#039; show labels at that time &#039;Actions-&amp;gt;Lable-&amp;gt;IDATM type&#039; and make sure you are happy with the molecule) &lt;br /&gt;
c) charge the molecule in chimera (&#039;Tools-&amp;gt;Structure Editing-&amp;gt; AddCharge&#039;)&lt;br /&gt;
d) write out the molecule out as a filename.mol2 &lt;br /&gt;
d) run the scoreopt script from above&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Pka&amp;diff=3931</id>
		<title>Pka</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Pka&amp;diff=3931"/>
		<updated>2011-09-15T17:35:05Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Experimental&#039;&#039;&#039; pKa values&lt;br /&gt;
&lt;br /&gt;
Please add any useful lists of experimentally determined pKa values you know of to the list:&lt;br /&gt;
&lt;br /&gt;
http://www.chem.wisc.edu/areas/reich/pkatable/index.htm[http://www.chem.wisc.edu/areas/reich/pkatable/index.htm]&lt;br /&gt;
&lt;br /&gt;
http://pubs.acs.org/doi/suppl/10.1021/ci100019p[http://pubs.acs.org/doi/suppl/10.1021/ci100019p]&lt;br /&gt;
&lt;br /&gt;
http://evans.harvard.edu/pdf/evans_pKa_table.pdf[http://evans.harvard.edu/pdf/evans_pKa_table.pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Computational&#039;&#039;&#039; pKa programs&lt;br /&gt;
&lt;br /&gt;
http://ibmlc2.chem.uga.edu/sparc/index.cfm[http://ibmlc2.chem.uga.edu/sparc/index.cfm] - can do multiple things, so you have to select the &amp;quot;pKa&amp;quot; button first, then draw molecule/insert smiles, and finally press &amp;quot;calculate&amp;quot;. Has also a database of known values (&amp;quot;Search DB&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
ChemAxon&#039;s[http://www.chemaxon.com/] Marvin/Calculator plugins has a pKa calculation option that looks quite elaborate. You can can try it online. Can&#039;t say how good it it is yet. Academics can apply for a free academic license. Lab copy is in /raid3/software/jchem/current/bin/mview. You have to cd to that directory then run it.&lt;br /&gt;
&lt;br /&gt;
It is now included in the new dockenv, therefore you can just type mview in your terminal. &lt;br /&gt;
&lt;br /&gt;
Add your favorites.&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Pka&amp;diff=3930</id>
		<title>Pka</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Pka&amp;diff=3930"/>
		<updated>2011-09-15T17:34:46Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Experimental&#039;&#039;&#039; pKa values&lt;br /&gt;
&lt;br /&gt;
Please add any useful lists of experimentally determined pKa values you know of to the list:&lt;br /&gt;
&lt;br /&gt;
http://www.chem.wisc.edu/areas/reich/pkatable/index.htm[http://www.chem.wisc.edu/areas/reich/pkatable/index.htm]&lt;br /&gt;
&lt;br /&gt;
http://pubs.acs.org/doi/suppl/10.1021/ci100019p[http://pubs.acs.org/doi/suppl/10.1021/ci100019p]&lt;br /&gt;
&lt;br /&gt;
http://evans.harvard.edu/pdf/evans_pKa_table.pdf[http://evans.harvard.edu/pdf/evans_pKa_table.pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Computational&#039;&#039;&#039; pKa programs&lt;br /&gt;
&lt;br /&gt;
http://ibmlc2.chem.uga.edu/sparc/index.cfm[http://ibmlc2.chem.uga.edu/sparc/index.cfm] - can do multiple things, so you have to select the &amp;quot;pKa&amp;quot; button first, then draw molecule/insert smiles, and finally press &amp;quot;calculate&amp;quot;. Has also a database of known values (&amp;quot;Search DB&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
ChemAxon&#039;s[http://www.chemaxon.com/] Marvin/Calculator plugins has a pKa calculation option that looks quite elaborate. You can can try it online. Can&#039;t say how good it it is yet. Academics can apply for a free academic license. Lab copy is in /raid3/software/jchem/current/bin/mview. You have to cd to that directory then run it.&lt;br /&gt;
&lt;br /&gt;
It is also now included in the new dockenv, therefore you can just type mview in your terminal. &lt;br /&gt;
&lt;br /&gt;
Add your favorites.&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=INDOCK_for_DOCK_3.6&amp;diff=3352</id>
		<title>INDOCK for DOCK 3.6</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=INDOCK_for_DOCK_3.6&amp;diff=3352"/>
		<updated>2011-09-13T23:49:53Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What follows is a documented sample INDOCK file for [[DOCK 3.6]]. Many lines are required, lines starting with # are comments.&lt;br /&gt;
&lt;br /&gt;
Required first line:&lt;br /&gt;
&lt;br /&gt;
 DOCK 3.5 parameter&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 ################## DOCK 3.5 INPUT PARAMETERS 2011/09/07 #######################&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                          INPUT/OUTPUT&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
This is the path to the receptor matching spheres file. Most scripts make a set of directories and copy the INDOCK file into them, so this path sometimes has an extra set of &amp;quot;../&amp;quot; in it compared to what you might think. If you use [[DOCK Blaster]]. Generally, match3 has more spheres than match2, so produces more possible orientations. These spheres are matched to ligand spheres, generated from heavy atoms in the &amp;quot;rigid component&amp;quot; of each ligand. For more about the rigid component, see [[Flexibase Format]].&lt;br /&gt;
&lt;br /&gt;
 receptor_sphere_file          ../../sph/match3.sph&lt;br /&gt;
&lt;br /&gt;
The next line is always 1, and is marked for deprecation.&lt;br /&gt;
&lt;br /&gt;
 cluster_numbers               1&lt;br /&gt;
&lt;br /&gt;
The next line refers to which ligand file to use. If using many of the automated scripts, split_database_index is used, as this allows many ligand files (or just 1) to be placed in the split_database_index file and read in one after another during a DOCK run. If docking small things on your own, you can change this to any file.&lt;br /&gt;
&lt;br /&gt;
 # NOTE: split_database_index is reserved to specify a list of files&lt;br /&gt;
 ligand_atom_file              split_database_index&lt;br /&gt;
&lt;br /&gt;
This will control the file output, again many of the automated scripts expect it to be test. OUTDOCK files are always named OUTDOCK.&lt;br /&gt;
&lt;br /&gt;
 output_file_prefix            test.&lt;br /&gt;
&lt;br /&gt;
This controls the random seed used in the minimization procedure. Changing this will produce slightly different results.&lt;br /&gt;
&lt;br /&gt;
 random_seed                   777&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             MATCHING&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
distance_tolerance is how different the distances can be between a pair of receptor matching spheres and a pair of ligand matching spheres for them to still be considered matched.&lt;br /&gt;
&lt;br /&gt;
 distance_tolerance            1.5&lt;br /&gt;
&lt;br /&gt;
This changes how many spheres must be matched to generate an orientation. 3 as a minimum, 4 as a maximum is generally accepted as the right thing to use. Less than 3 is too degenerate to generate an actual orientation, and requiring more than 4 matched spheres does not work well, since we only use heavy atoms in ring systems to generate ligand matching spheres.&lt;br /&gt;
&lt;br /&gt;
 nodes_maximum                 4&lt;br /&gt;
 nodes_minimum                 3&lt;br /&gt;
&lt;br /&gt;
The next 4 parameters control how the histograms of distance differences are generated. The binsize is how big the bins are, the overlap controls if a sphere can be put into multiple bins. The ligand &amp;amp; receptor parameters are not required to be the same. &lt;br /&gt;
&lt;br /&gt;
 ligand_binsize                0.4&lt;br /&gt;
 ligand_overlap                0.2&lt;br /&gt;
 receptor_binsize              0.4&lt;br /&gt;
 receptor_overlap              0.2&lt;br /&gt;
&lt;br /&gt;
Bumping is using a quick check of distances when placing ligand atoms in the binding site to determine if they have a steric clash. The maximum is how many can be &#039;bumped&#039; or in close steric contact per rigid or flexible component of the ligand, as per the [[Flexibase Format]]. Even ligands with some steric clashes can sometimes be rescued by minimization. Setting this number very high will cause many clashed orientations to be scored, which can be prohibitively slow.&lt;br /&gt;
&lt;br /&gt;
 bump_maximum                  1&lt;br /&gt;
&lt;br /&gt;
The next four parameters are unused and unsupported.&lt;br /&gt;
&lt;br /&gt;
 focus_cycles                  0&lt;br /&gt;
 focus_bump                    0 &lt;br /&gt;
 focus_type                    energy&lt;br /&gt;
 critical_clusters             no&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             COLORING&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
This controls whether chemical matching or coloring is used at all. If yes, many match lines are necessary. These may not be perfect, but [[DOCK Blaster]] has been using these for a long time. Setting this to no produces many more matched orientations, which can be slow, but can help you understand exactly what the energy function is doing.&lt;br /&gt;
&lt;br /&gt;
 chemical_matching             yes&lt;br /&gt;
 case_sensitive                no&lt;br /&gt;
 #                             ligand color, receptor color&lt;br /&gt;
 match                         positive negative&lt;br /&gt;
 match                         positive negative_or_acceptor&lt;br /&gt;
 match                         positive not_neutral&lt;br /&gt;
 match                         negative positive&lt;br /&gt;
 match                         negative positive_or_donor&lt;br /&gt;
 match                         negative not_neutral&lt;br /&gt;
 match                         donor acceptor&lt;br /&gt;
 match                         donor donacc&lt;br /&gt;
 match                         donor negative_or_acceptor&lt;br /&gt;
 match                         donor neutral_or_acceptor_or_donor&lt;br /&gt;
 match                         donor not_neutral&lt;br /&gt;
 match                         acceptor donor&lt;br /&gt;
 match                         acceptor donacc&lt;br /&gt;
 match                         acceptor positive_or_donor&lt;br /&gt;
 match                         acceptor neutral_or_acceptor_or_donor&lt;br /&gt;
 match                         acceptor not_neutral&lt;br /&gt;
 match                         neutral neutral&lt;br /&gt;
 match                         neutral neutral_or_acceptor_or_donor&lt;br /&gt;
 match                         ester_o donor&lt;br /&gt;
 match                         ester_o donacc&lt;br /&gt;
 match                         ester_o positive_or_donor&lt;br /&gt;
 match                         ester_o not_neutral&lt;br /&gt;
 match                         amide_o donor&lt;br /&gt;
 match                         amide_o donacc&lt;br /&gt;
 match                         amide_o positive_or_donor&lt;br /&gt;
 match                         amide_o not_neutral&lt;br /&gt;
&lt;br /&gt;
Single mode is deprecated, these parameters won&#039;t work. See [[Dock Ligand Clustering]]&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             SINGLE MODE&lt;br /&gt;
 #&lt;br /&gt;
 #rmsd_override                 0.0&lt;br /&gt;
 #contact_minimum               0&lt;br /&gt;
 #energy_maximum               1.0e+6&lt;br /&gt;
 ##truncate_output              1000.0&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
Search mode is now the default/only mode of docking. Each parameter is described below.&lt;br /&gt;
&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             SEARCH MODE&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
The ratio_minimum parameter has been slated for deprecation.&lt;br /&gt;
&lt;br /&gt;
 ratio_minimum                 0.0&lt;br /&gt;
&lt;br /&gt;
These parameters control how many atoms are necessary in the ligand for it to be docked.&lt;br /&gt;
&lt;br /&gt;
 atom_minimum                  5 &lt;br /&gt;
 atom_maximum                  100&lt;br /&gt;
&lt;br /&gt;
How many of the top molecules will be saved in the output test.* file. &lt;br /&gt;
&lt;br /&gt;
 number_save                   50000&lt;br /&gt;
&lt;br /&gt;
The maximum number of molecules that will be scored in any given run.&lt;br /&gt;
&lt;br /&gt;
 molecules_maximum             300000 &lt;br /&gt;
&lt;br /&gt;
How many molecules will be skipped, this feature currently does not work.&lt;br /&gt;
&lt;br /&gt;
 initial_skip                  0&lt;br /&gt;
&lt;br /&gt;
How long a molecule is processed before quitting. This feature currently may not work as expected.&lt;br /&gt;
&lt;br /&gt;
 timeout                       180&lt;br /&gt;
&lt;br /&gt;
There are many scoring options:&lt;br /&gt;
&lt;br /&gt;
 # &lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             SCORING&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
Valid options for ligand_desolvation are &#039;volume&#039; (partial desolvation a la Mysinger &amp;amp; Shoichet 2010), &#039;full&#039; meaning that the entire ligand is assumed to be desolvated in the binding site and &#039;none&#039;, where no desolvation penalties are applied.&lt;br /&gt;
&lt;br /&gt;
 ligand_desolvation            volume&lt;br /&gt;
&lt;br /&gt;
See the note about relative paths for the matching spheres above, the same comments apply here. There are 2 ways to run &#039;volume&#039; or partial desolvation, one is to use one grid for every ligand atom like this:&lt;br /&gt;
&lt;br /&gt;
 solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
&lt;br /&gt;
The other option is to use one grid for ligand heavy atoms and one for ligand hydrogen atoms, you&#039;ll want to uncomment these lines to use them (and comment out the other solvmap_file line).&lt;br /&gt;
&lt;br /&gt;
 #solvmap_file                  ../../grids/solvmap_sev.heavy&lt;br /&gt;
 #hydrogen_solvmap_file         ../../grids/solvmap.sev.hydrogen&lt;br /&gt;
&lt;br /&gt;
This is the phimap file used for electrostatic scoring. For a better understanding of this grid, see [[Visualizing delphi]].&lt;br /&gt;
&lt;br /&gt;
 delphi_file                   ../../grids/rec+sph.phi&lt;br /&gt;
&lt;br /&gt;
This controls the chemgrid file, which contains the van der Waals scoring for every coordinate (chem.vdw will be called) as well as the distance map grids that will be used for deciphering bumping (chem.bmp will be called).&lt;br /&gt;
&lt;br /&gt;
 chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
&lt;br /&gt;
This is the parameter file that contains the atom type definitions:&lt;br /&gt;
&lt;br /&gt;
 vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
&lt;br /&gt;
The following options allow the electrostatics and van der Waals parameters to be scaled relative to each other and the solvation scoring.&lt;br /&gt;
&lt;br /&gt;
 electrostatic_scale           1.0&lt;br /&gt;
 vdw_scale                     1.0&lt;br /&gt;
&lt;br /&gt;
The following parameter lets ligands with internal steric clashes attempt to find a ligand conformation that scores well but does not have any internal clashes. Sometimes this procedure will fail in circumstances where there are many flexible branches, or where a ligand that is too large for the binding site is being docked.&lt;br /&gt;
&lt;br /&gt;
 check_clashes                 yes&lt;br /&gt;
&lt;br /&gt;
If set to yes, this removes the positive solvation from each ligand atom and spreads it evenly over the molecule. This is not suggested.&lt;br /&gt;
&lt;br /&gt;
 remove_positive_solvation     no&lt;br /&gt;
&lt;br /&gt;
After each orientation of the rigid component is processed and the many ligand conformations have been examined, the best ligand conformation for that orientation can be minimized using the following parameters.&lt;br /&gt;
&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             MINIMIZATION&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
No turns off minimization completely.&lt;br /&gt;
&lt;br /&gt;
 minimize                      yes&lt;br /&gt;
&lt;br /&gt;
Don&#039;t minimize molecules that score above the minimization_max.&lt;br /&gt;
&lt;br /&gt;
 minimization_max             1.0e15&lt;br /&gt;
&lt;br /&gt;
If set to yes, this checks to see if the orientation has already been scored and quits. This has not been tested recently.&lt;br /&gt;
&lt;br /&gt;
 check_degeneracy              no&lt;br /&gt;
&lt;br /&gt;
How many iterations of minimization to do. More means longer run times, but potentially better poses.&lt;br /&gt;
&lt;br /&gt;
 simplex_iterations            250&lt;br /&gt;
&lt;br /&gt;
How much the total energy can changed to be considered converged. Setting this higher will stop faster, setting it lower will cause it to do more iterations before converging (or potentially hitting the iteration max above).&lt;br /&gt;
&lt;br /&gt;
 simplex_convergence           0.1&lt;br /&gt;
&lt;br /&gt;
If the energy changes by this much, restart the minimizer from this newest position.&lt;br /&gt;
&lt;br /&gt;
 simplex_restart               1.0&lt;br /&gt;
&lt;br /&gt;
This is the initial distance in angstroms the molecule is translated (note that translation and rotation used to be swapped for many releases of DOCK).&lt;br /&gt;
&lt;br /&gt;
 simplex_initial_translation   0.2&lt;br /&gt;
&lt;br /&gt;
How many degrees of initial rotation are done.&lt;br /&gt;
&lt;br /&gt;
 simplex_initial_rotation      5.0&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 ###############################################################################&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=INDOCK_for_DOCK_3.6&amp;diff=3351</id>
		<title>INDOCK for DOCK 3.6</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=INDOCK_for_DOCK_3.6&amp;diff=3351"/>
		<updated>2011-09-13T23:48:24Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What follows is a documented sample INDOCK file for [[DOCK 3.6]]. Many lines are required, lines starting with # are comments.&lt;br /&gt;
&lt;br /&gt;
Required first line:&lt;br /&gt;
&lt;br /&gt;
 DOCK 3.5 parameter&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 ################## DOCK 3.5 INPUT PARAMETERS 2011/09/07 #######################&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                          INPUT/OUTPUT&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
This is the path to the receptor matching spheres file. Most scripts make a set of directories and copy the INDOCK file into them, so this path sometimes has an extra set of &amp;quot;../&amp;quot; in it compared to what you might think. If you use [[DOCK Blaster]]. Generally, match3 has more spheres than match2, so produces more possible orientations. These spheres are matched to ligand spheres, generated from heavy atoms in the &amp;quot;rigid component&amp;quot; of each ligand. For more about the rigid component, see [[Flexibase Format]].&lt;br /&gt;
&lt;br /&gt;
 receptor_sphere_file          ../../sph/match3.sph&lt;br /&gt;
&lt;br /&gt;
The next line is always 1, and is marked for deprecation.&lt;br /&gt;
&lt;br /&gt;
 cluster_numbers               1&lt;br /&gt;
&lt;br /&gt;
The next line refers to which ligand file to use. If using many of the automated scripts, split_database_index is used, as this allows many ligand files (or just 1) to be placed in the split_database_index file and read in one after another during a DOCK run. If docking small things on your own, you can change this to any file.&lt;br /&gt;
&lt;br /&gt;
 # NOTE: split_database_index is reserved to specify a list of files&lt;br /&gt;
 ligand_atom_file              split_database_index&lt;br /&gt;
&lt;br /&gt;
This will control the file output, again many of the automated scripts expect it to be test. OUTDOCK files are always named OUTDOCK.&lt;br /&gt;
&lt;br /&gt;
 output_file_prefix            test.&lt;br /&gt;
&lt;br /&gt;
This controls the random seed used in the minimization procedure. Changing this will produce slightly different results.&lt;br /&gt;
&lt;br /&gt;
 random_seed                   777&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             MATCHING&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
distance_tolerance is how different the distances can be between a pair of receptor matching spheres and a pair of ligand matching spheres for them to still be considered matched.&lt;br /&gt;
&lt;br /&gt;
 distance_tolerance            1.5&lt;br /&gt;
&lt;br /&gt;
This changes how many spheres must be matched to generate an orientation. 3 as a minimum, 4 as a maximum is generally accepted as the right thing to use. Less than 3 is too degenerate to generate an actual orientation, and requiring more than 4 matched spheres does not work well, since we only use heavy atoms in ring systems to generate ligand matching spheres.&lt;br /&gt;
&lt;br /&gt;
 nodes_maximum                 4&lt;br /&gt;
 nodes_minimum                 3&lt;br /&gt;
&lt;br /&gt;
The next 4 parameters control how the histograms of distance differences are generated. The binsize is how big the bins are, the overlap controls if a sphere can be put into multiple bins. The ligand &amp;amp; receptor parameters are not required to be the same. &lt;br /&gt;
&lt;br /&gt;
 ligand_binsize                0.4&lt;br /&gt;
 ligand_overlap                0.2&lt;br /&gt;
 receptor_binsize              0.4&lt;br /&gt;
 receptor_overlap              0.2&lt;br /&gt;
&lt;br /&gt;
Bumping is using a quick check of distances when placing ligand atoms in the binding site to determine if they have a steric clash. The maximum is how many can be &#039;bumped&#039; or in close steric contact per rigid or flexible component of the ligand, as per the [[Flexibase Format]]. Even ligands with some steric clashes can sometimes be rescued by minimization. Setting this number very high will cause many clashed orientations to be scored, which can be prohibitively slow.&lt;br /&gt;
&lt;br /&gt;
 bump_maximum                  1&lt;br /&gt;
&lt;br /&gt;
The next four parameters are unused and unsupported.&lt;br /&gt;
&lt;br /&gt;
 focus_cycles                  0&lt;br /&gt;
 focus_bump                    0 &lt;br /&gt;
 focus_type                    energy&lt;br /&gt;
 critical_clusters             no&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             COLORING&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
This controls whether chemical matching or coloring is used at all. If yes, many match lines are necessary. These may not be perfect, but [[DOCK Blaster]] has been using these for a long time. Setting this to no produces many more matched orientations, which can be slow, but can help you understand exactly what the energy function is doing.&lt;br /&gt;
&lt;br /&gt;
 chemical_matching             yes&lt;br /&gt;
 case_sensitive                no&lt;br /&gt;
 #                             ligand color, receptor color&lt;br /&gt;
 match                         positive negative&lt;br /&gt;
 match                         positive negative_or_acceptor&lt;br /&gt;
 match                         positive not_neutral&lt;br /&gt;
 match                         negative positive&lt;br /&gt;
 match                         negative positive_or_donor&lt;br /&gt;
 match                         negative not_neutral&lt;br /&gt;
 match                         donor acceptor&lt;br /&gt;
 match                         donor donacc&lt;br /&gt;
 match                         donor negative_or_acceptor&lt;br /&gt;
 match                         donor neutral_or_acceptor_or_donor&lt;br /&gt;
 match                         donor not_neutral&lt;br /&gt;
 match                         acceptor donor&lt;br /&gt;
 match                         acceptor donacc&lt;br /&gt;
 match                         acceptor positive_or_donor&lt;br /&gt;
 match                         acceptor neutral_or_acceptor_or_donor&lt;br /&gt;
 match                         acceptor not_neutral&lt;br /&gt;
 match                         neutral neutral&lt;br /&gt;
 match                         neutral neutral_or_acceptor_or_donor&lt;br /&gt;
 match                         ester_o donor&lt;br /&gt;
 match                         ester_o donacc&lt;br /&gt;
 match                         ester_o positive_or_donor&lt;br /&gt;
 match                         ester_o not_neutral&lt;br /&gt;
 match                         amide_o donor&lt;br /&gt;
 match                         amide_o donacc&lt;br /&gt;
 match                         amide_o positive_or_donor&lt;br /&gt;
 match                         amide_o not_neutral&lt;br /&gt;
&lt;br /&gt;
Single mode is deprecated, these parameters won&#039;t work. See [[Dock Ligand Clustering]]&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             SINGLE MODE&lt;br /&gt;
 #&lt;br /&gt;
 #rmsd_override                 0.0&lt;br /&gt;
 #contact_minimum               0&lt;br /&gt;
 #energy_maximum               1.0e+6&lt;br /&gt;
 ##truncate_output              1000.0&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
Search mode is now the default/only mode of docking. Each parameter is described below.&lt;br /&gt;
&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             SEARCH MODE&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
The ratio_minimum parameter has been slated for deprecation.&lt;br /&gt;
&lt;br /&gt;
 ratio_minimum                 0.0&lt;br /&gt;
&lt;br /&gt;
These parameters control how many atoms are necessary in the ligand for it to be docked.&lt;br /&gt;
&lt;br /&gt;
 atom_minimum                  5 &lt;br /&gt;
 atom_maximum                  100&lt;br /&gt;
&lt;br /&gt;
How many of the top molecules will be saved in the output test.* file. &lt;br /&gt;
&lt;br /&gt;
 number_save                   50000&lt;br /&gt;
&lt;br /&gt;
The maximum number of molecules that will be scored in any given run.&lt;br /&gt;
&lt;br /&gt;
 molecules_maximum             300000 &lt;br /&gt;
&lt;br /&gt;
How many molecules will be skipped, this feature currently does not work.&lt;br /&gt;
&lt;br /&gt;
 initial_skip                  0&lt;br /&gt;
&lt;br /&gt;
How long a molecule is processed before quitting. This feature currently may not work as expected.&lt;br /&gt;
&lt;br /&gt;
 timeout                       180&lt;br /&gt;
&lt;br /&gt;
There are many scoring options:&lt;br /&gt;
&lt;br /&gt;
 # &lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             SCORING&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
Valid options for ligand_desolvation are &#039;volume&#039; (partial desolvation a la Mysinger &amp;amp; Shoichet 2010), &#039;full&#039; meaning that the entire ligand is assumed to be desolvated in the binding site and &#039;none&#039;, where no desolvation penalties are applied.&lt;br /&gt;
&lt;br /&gt;
 ligand_desolvation            volume&lt;br /&gt;
&lt;br /&gt;
See the note about relative paths for the matching spheres above, the same comments apply here. There are 2 ways to run &#039;volume&#039; or partial desolvation, one is to use one grid for every ligand atom like this:&lt;br /&gt;
&lt;br /&gt;
 solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
&lt;br /&gt;
The other option is to use one grid for ligand heavy atoms and one for ligand hydrogen atoms, you&#039;ll want to uncomment these lines to use them (and comment out the other solvmap_file line).&lt;br /&gt;
&lt;br /&gt;
 #solvmap_file                  ../../grids/solvmap_sev.heavy&lt;br /&gt;
 #hydrogen_solvmap_file         ../../grids/solvmap.sev.hydrogen&lt;br /&gt;
&lt;br /&gt;
This is the phimap file used for electrostatic scoring. For a better understanding of this grid, see [[Visualizing delphi]].&lt;br /&gt;
&lt;br /&gt;
 delphi_file                   ../../grids/rec+sph.phi&lt;br /&gt;
&lt;br /&gt;
This controls the chemgrid file, which contains the van der Waals scoring for every coordinate (chem.vdw will be called) as well as the distance map grids that will be used for decipering bumping (chem.bmp will be called).&lt;br /&gt;
&lt;br /&gt;
 chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
&lt;br /&gt;
This is the parameter file that contains the atom type definitions:&lt;br /&gt;
&lt;br /&gt;
 vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
&lt;br /&gt;
The following options allow the electrostatics and van der Waals parameters to be scaled relative to each other and the solvation scoring.&lt;br /&gt;
&lt;br /&gt;
 electrostatic_scale           1.0&lt;br /&gt;
 vdw_scale                     1.0&lt;br /&gt;
&lt;br /&gt;
The following parameter lets ligands with internal steric clashes attempt to find a ligand conformation that scores well but does not have any internal clashes. Sometimes this procedure will fail in circumstances where there are many flexible branches, or where a ligand that is too large for the binding site is being docked.&lt;br /&gt;
&lt;br /&gt;
 check_clashes                 yes&lt;br /&gt;
&lt;br /&gt;
If set to yes, this removes the positive solvation from each ligand atom and spreads it evenly over the molecule. This is not suggested.&lt;br /&gt;
&lt;br /&gt;
 remove_positive_solvation     no&lt;br /&gt;
&lt;br /&gt;
After each orientation of the rigid component is processed and the many ligand conformations have been examined, the best ligand conformation for that orientation can be minimized using the following parameters.&lt;br /&gt;
&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 #                             MINIMIZATION&lt;br /&gt;
 #&lt;br /&gt;
&lt;br /&gt;
No turns off minimization completely.&lt;br /&gt;
&lt;br /&gt;
 minimize                      yes&lt;br /&gt;
&lt;br /&gt;
Don&#039;t minimize molecules that score above the minimization_max.&lt;br /&gt;
&lt;br /&gt;
 minimization_max             1.0e15&lt;br /&gt;
&lt;br /&gt;
If set to yes, this checks to see if the orientation has already been scored and quits. This has not been tested recently.&lt;br /&gt;
&lt;br /&gt;
 check_degeneracy              no&lt;br /&gt;
&lt;br /&gt;
How many iterations of minimization to do. More means longer run times, but potentially better poses.&lt;br /&gt;
&lt;br /&gt;
 simplex_iterations            250&lt;br /&gt;
&lt;br /&gt;
How much the total energy can changed to be considered converged. Setting this higher will stop faster, setting it lower will cause it to do more iterations before converging (or potentially hitting the iteration max above).&lt;br /&gt;
&lt;br /&gt;
 simplex_convergence           0.1&lt;br /&gt;
&lt;br /&gt;
If the energy changes by this much, restart the minimizer from this newest position.&lt;br /&gt;
&lt;br /&gt;
 simplex_restart               1.0&lt;br /&gt;
&lt;br /&gt;
This is the initial distance in angstroms the molecule is translated (note that translation and rotation used to be swapped for many releases of DOCK).&lt;br /&gt;
&lt;br /&gt;
 simplex_initial_translation   0.2&lt;br /&gt;
&lt;br /&gt;
How many degrees of initial rotation are done.&lt;br /&gt;
&lt;br /&gt;
 simplex_initial_rotation      5.0&lt;br /&gt;
 #&lt;br /&gt;
 ###############################################################################&lt;br /&gt;
 ###############################################################################&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Decoys&amp;diff=1322</id>
		<title>Decoys</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Decoys&amp;diff=1322"/>
		<updated>2011-09-08T22:42:06Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Decoys are...&lt;br /&gt;
&lt;br /&gt;
Decoys are important for judging the performance of [[molecular docking]] algorithms. &lt;br /&gt;
&lt;br /&gt;
The [[DUD database]] is a free directory of useful decoys for [[virtual screening]].&lt;br /&gt;
&lt;br /&gt;
For more information on preparation see&lt;br /&gt;
&lt;br /&gt;
[[Automated_Database_Preparation#Automatic_Decoy_Generation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== People working on Decoys == &lt;br /&gt;
&lt;br /&gt;
* Alan&lt;br /&gt;
* Michael&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Concepts]]&lt;br /&gt;
[[Category:DOCK:Scoring problem]]&lt;br /&gt;
[[Category:DOCK:Sampling problem]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Decoys&amp;diff=1321</id>
		<title>Decoys</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Decoys&amp;diff=1321"/>
		<updated>2011-09-08T22:41:40Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Decoys are...&lt;br /&gt;
&lt;br /&gt;
Decoys are important for judging the performance of [[molecular docking]] algorithms. &lt;br /&gt;
&lt;br /&gt;
The [[DUD database]] is a free directory of useful decoys for [[virtual screening]].&lt;br /&gt;
&lt;br /&gt;
For more information on preparation see&lt;br /&gt;
&lt;br /&gt;
[[Automated_Database_Preparation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== People working on Decoys == &lt;br /&gt;
&lt;br /&gt;
* Alan&lt;br /&gt;
* Michael&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Concepts]]&lt;br /&gt;
[[Category:DOCK:Scoring problem]]&lt;br /&gt;
[[Category:DOCK:Sampling problem]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Pymol_background&amp;diff=4196</id>
		<title>Pymol background</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Pymol_background&amp;diff=4196"/>
		<updated>2010-10-21T23:29:21Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are two ways to set the PyMOL background to be transparent.&lt;br /&gt;
&lt;br /&gt;
1) Open PyMOL your usual way, then turn off the opaque background(default is on) by click in the menue bar on Display -&amp;gt; Background -&amp;gt; Opaque.  Now you can ray trace and save your image as a png file.&lt;br /&gt;
&lt;br /&gt;
2) You may add the commad &#039;&#039;&#039;&#039;&#039;set ray_opaque_background, off&#039;&#039;&#039;&#039;&#039;   to your script or on the command line.&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Pymol_background&amp;diff=4195</id>
		<title>Pymol background</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Pymol_background&amp;diff=4195"/>
		<updated>2010-10-21T23:27:58Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Pymol_background&amp;diff=4194</id>
		<title>Pymol background</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Pymol_background&amp;diff=4194"/>
		<updated>2010-10-21T23:22:02Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are two ways to set the PyMOL background to be transparent.&lt;br /&gt;
&lt;br /&gt;
1) Open PyMOL your usual way, then turn off the opaque background(default is on) by click in the menue bar on Display -&amp;gt; Background -&amp;gt; Opaque.  Now you can ray trace and save your image as a .png.&lt;br /&gt;
&lt;br /&gt;
2) You may add the commad &#039;&#039;&#039;&#039;&#039;set ray_opaque_background, off&#039;&#039;&#039;&#039;&#039;   to your script or on the command line.&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Pymol_background&amp;diff=4193</id>
		<title>Pymol background</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Pymol_background&amp;diff=4193"/>
		<updated>2010-10-21T23:21:49Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are two ways to set the PyMOL background to be transparent.&lt;br /&gt;
&lt;br /&gt;
1) Open PyMOL your usual way, then turn off the opaque background(default is on) by click in the menue bar on Display -&amp;gt; Background -&amp;gt; Opaque.  Now you can ray trace and save your image as a .png.&lt;br /&gt;
&lt;br /&gt;
2) You may add the commad &#039;&#039;&#039;&#039;&#039;set ray_opaque_background, off&#039;&#039;&#039;&#039;&#039; to your script or on the command line.&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4355</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4355"/>
		<updated>2010-10-20T07:22:39Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;2010&#039;&#039;&#039; ==&lt;br /&gt;
January&lt;br /&gt;
&lt;br /&gt;
February&lt;br /&gt;
&lt;br /&gt;
March&lt;br /&gt;
&lt;br /&gt;
April&lt;br /&gt;
&lt;br /&gt;
May&lt;br /&gt;
&lt;br /&gt;
June&lt;br /&gt;
&lt;br /&gt;
July&lt;br /&gt;
&lt;br /&gt;
August&lt;br /&gt;
&lt;br /&gt;
September&lt;br /&gt;
&lt;br /&gt;
October&lt;br /&gt;
&lt;br /&gt;
November&lt;br /&gt;
&lt;br /&gt;
December&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fun in the snow&#039;&#039;&#039;. Lab trip to lake Tahoe.&lt;br /&gt;
&lt;br /&gt;
[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:004.jpeg]][[Image:008.jpeg]]&lt;br /&gt;
[[Image:007.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:014.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]][[Image:Twin03.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4354</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4354"/>
		<updated>2010-10-20T07:21:33Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;2010&#039;&#039;&#039; ==&lt;br /&gt;
January&lt;br /&gt;
&lt;br /&gt;
February&lt;br /&gt;
&lt;br /&gt;
March&lt;br /&gt;
&lt;br /&gt;
April&lt;br /&gt;
&lt;br /&gt;
May&lt;br /&gt;
&lt;br /&gt;
June&lt;br /&gt;
&lt;br /&gt;
July&lt;br /&gt;
&lt;br /&gt;
August&lt;br /&gt;
&lt;br /&gt;
September&lt;br /&gt;
&lt;br /&gt;
October&lt;br /&gt;
&lt;br /&gt;
November&lt;br /&gt;
&lt;br /&gt;
December&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fun in the snow&#039;&#039;&#039;. Lab trip to lake Tahoe.&lt;br /&gt;
&lt;br /&gt;
[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:004.jpeg]][[Image:008.jpeg]]&lt;br /&gt;
[[Image:007.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:014.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]][[Image:Twin03.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4353</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4353"/>
		<updated>2010-10-20T07:20:40Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;2010&#039;&#039;&#039; ==&lt;br /&gt;
January&lt;br /&gt;
&lt;br /&gt;
February&lt;br /&gt;
&lt;br /&gt;
March&lt;br /&gt;
&lt;br /&gt;
April&lt;br /&gt;
&lt;br /&gt;
May&lt;br /&gt;
&lt;br /&gt;
June&lt;br /&gt;
&lt;br /&gt;
July&lt;br /&gt;
&lt;br /&gt;
August&lt;br /&gt;
&lt;br /&gt;
September&lt;br /&gt;
&lt;br /&gt;
October&lt;br /&gt;
&lt;br /&gt;
November&lt;br /&gt;
&lt;br /&gt;
December&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fun in the snow&#039;&#039;&#039;. Lab trip to lake Tahoe.&lt;br /&gt;
&lt;br /&gt;
[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:004.jpeg]][[Image:007.jpeg]]&lt;br /&gt;
[[Image:008.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:014.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]][[Image:Twin03.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4352</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4352"/>
		<updated>2010-10-20T07:18:27Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;2010&#039;&#039;&#039; ==&lt;br /&gt;
January&lt;br /&gt;
&lt;br /&gt;
February&lt;br /&gt;
&lt;br /&gt;
March&lt;br /&gt;
&lt;br /&gt;
April&lt;br /&gt;
&lt;br /&gt;
May&lt;br /&gt;
&lt;br /&gt;
June&lt;br /&gt;
&lt;br /&gt;
July&lt;br /&gt;
&lt;br /&gt;
August&lt;br /&gt;
&lt;br /&gt;
September&lt;br /&gt;
&lt;br /&gt;
October&lt;br /&gt;
&lt;br /&gt;
November&lt;br /&gt;
&lt;br /&gt;
December&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fun in the snow&#039;&#039;&#039;. Lab trip to lake Tahoe.&lt;br /&gt;
&lt;br /&gt;
[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:004.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:007.jpeg]]&lt;br /&gt;
[[Image:008.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:014.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]][[Image:Twin03.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4351</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4351"/>
		<updated>2010-10-20T07:16:44Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;2010&#039;&#039;&#039; ==&lt;br /&gt;
January&lt;br /&gt;
&lt;br /&gt;
February&lt;br /&gt;
&lt;br /&gt;
March&lt;br /&gt;
&lt;br /&gt;
April&lt;br /&gt;
&lt;br /&gt;
May&lt;br /&gt;
&lt;br /&gt;
June&lt;br /&gt;
&lt;br /&gt;
July&lt;br /&gt;
&lt;br /&gt;
August&lt;br /&gt;
&lt;br /&gt;
September&lt;br /&gt;
&lt;br /&gt;
October&lt;br /&gt;
&lt;br /&gt;
November&lt;br /&gt;
&lt;br /&gt;
December&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fun in the snow&#039;&#039;&#039;. Lab trip to lake Tahoe.&lt;br /&gt;
&lt;br /&gt;
[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:004.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:007.jpeg]]&lt;br /&gt;
[[Image:008.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:014.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]][[Image:Example.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4350</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4350"/>
		<updated>2010-10-20T05:48:01Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;2010&#039;&#039;&#039; ==&lt;br /&gt;
January&lt;br /&gt;
&lt;br /&gt;
February&lt;br /&gt;
&lt;br /&gt;
March&lt;br /&gt;
&lt;br /&gt;
April&lt;br /&gt;
&lt;br /&gt;
May&lt;br /&gt;
&lt;br /&gt;
June&lt;br /&gt;
&lt;br /&gt;
July&lt;br /&gt;
&lt;br /&gt;
August&lt;br /&gt;
&lt;br /&gt;
September&lt;br /&gt;
&lt;br /&gt;
October&lt;br /&gt;
&lt;br /&gt;
November&lt;br /&gt;
&lt;br /&gt;
December&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fun in the snow&#039;&#039;&#039;. Lab trip to lake Tahoe.&lt;br /&gt;
&lt;br /&gt;
[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:004.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:007.jpeg]]&lt;br /&gt;
[[Image:008.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:014.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4349</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4349"/>
		<updated>2010-10-20T05:47:26Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;2010&#039;&#039;&#039; ==&lt;br /&gt;
January&lt;br /&gt;
February&lt;br /&gt;
March&lt;br /&gt;
April&lt;br /&gt;
May&lt;br /&gt;
June&lt;br /&gt;
July&lt;br /&gt;
August&lt;br /&gt;
September&lt;br /&gt;
October&lt;br /&gt;
November&lt;br /&gt;
December&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fun in the snow&#039;&#039;&#039;. Lab trip to lake Tahoe.&lt;br /&gt;
&lt;br /&gt;
[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:004.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:007.jpeg]]&lt;br /&gt;
[[Image:008.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:014.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4348</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4348"/>
		<updated>2010-10-20T05:45:53Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &#039;&#039;&#039;2010&#039;&#039;&#039; ==&lt;br /&gt;
January&lt;br /&gt;
February &lt;br /&gt;
March &lt;br /&gt;
April &lt;br /&gt;
May &lt;br /&gt;
June&lt;br /&gt;
July &lt;br /&gt;
August&lt;br /&gt;
September&lt;br /&gt;
October&lt;br /&gt;
November&lt;br /&gt;
December&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fun in the snow&#039;&#039;&#039;. Lab trip to lake Tahoe.&lt;br /&gt;
&lt;br /&gt;
[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:004.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:007.jpeg]]&lt;br /&gt;
[[Image:008.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:014.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4347</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4347"/>
		<updated>2010-10-13T19:34:27Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Fun in the snow&#039;&#039;&#039;. Lab trip to lake Tahoe.&lt;br /&gt;
&lt;br /&gt;
[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:004.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:007.jpeg]]&lt;br /&gt;
[[Image:008.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:014.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4346</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4346"/>
		<updated>2010-10-13T19:34:11Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Fun in the snow&#039;&#039;&#039;. Lab trip to lake Tahoe.&lt;br /&gt;
[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:004.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:007.jpeg]]&lt;br /&gt;
[[Image:008.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:014.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4345</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4345"/>
		<updated>2010-10-13T19:33:39Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fun in the snow. Lab trip to lake Tahoe.[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:004.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]][[Image:007.jpeg]]&lt;br /&gt;
[[Image:008.jpeg]][[Image:009.jpeg]][[Image:010.jpeg]][[Image:011.jpeg]][[Image:012.jpeg]][[Image:013.jpeg]][[Image:014.jpeg]][[Image:015.jpeg]][[Image:016.jpeg]][[Image:017.jpeg]][[Image:018.jpeg]][[Image:019.jpeg]][[Image:020.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4344</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4344"/>
		<updated>2010-10-13T19:27:02Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fun in the snow. Lab trip to lake Tahoe.[[Image:001.jpeg]][[Image:002.jpeg]][[Image:003.jpeg]][[Image:004.jpeg]][[Image:005.jpeg]][[Image:006.jpeg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4343</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4343"/>
		<updated>2010-10-13T19:19:03Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fun in the snow. Lab trip to lake Tahoe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4342</id>
		<title>Shoichet Lab Photos</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Shoichet_Lab_Photos&amp;diff=4342"/>
		<updated>2010-10-12T01:29:20Z</updated>

		<summary type="html">&lt;p&gt;Mkorcz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Twin days&#039;&#039;&#039;: when you spend enough time together, you start to dress alike.&lt;br /&gt;
[[Image:Twins.jpg]] [[Image:twins2.jpg]]&lt;/div&gt;</summary>
		<author><name>Mkorcz</name></author>
	</entry>
</feed>