<?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=Tbalius</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=Tbalius"/>
	<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Special:Contributions/Tbalius"/>
	<updated>2026-05-25T12:59:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3&amp;diff=560</id>
		<title>DOCK 3</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3&amp;diff=560"/>
		<updated>2012-10-03T13:52:31Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DOCK 3 is the version of [[DOCK]] used, maintained and developed in the [[Shoichet Laboratory]].  It is the engine behind [[DOCK Blaster]] and the basis for all the docking work published from the lab.  For more information, please see the flyer [http://blaster.docking.org/WhyUseDOCK.pdf Why Use DOCK]].&lt;br /&gt;
&lt;br /&gt;
For more information see the following:&lt;br /&gt;
*[[DOCK 3.6 User Manual]] &lt;br /&gt;
*[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
= History = &lt;br /&gt;
* DOCK 3.0 was initially released in 1992 by the [[Kuntz Laboratory]].&lt;br /&gt;
* DOCK 3.5 was released in 1993. &lt;br /&gt;
* From 1994-2002, DOCK 3.5 was developed in the group of Brian Shoichet, first at the University of Oregon, then at Northwestern University Medical School.  The major author of the changes was David Lorber. BinQing Wei and other lab members also contributed.&lt;br /&gt;
* DOCK 3.5 returned to [[UCSF]] in 2003 as [[DOCK 3.5.54]] when the [[Shoichet Laboratory]] moved there.&lt;br /&gt;
* DOCK 3.5.54 remained largely unchanged except for minor bugfixes from 2003-2008.&lt;br /&gt;
** Brian Shoichet wrote solvmap.&lt;br /&gt;
** Michael Mysinger wrote code to read gzipped database files.&lt;br /&gt;
** Niu Huang wrote flexible water handling code, based on BinQing Wei&#039;s flexible receptor code. This has not been incorporated into the germ line version of [[DOCK 3]].&lt;br /&gt;
&lt;br /&gt;
* From 2008 - May 2010, a number of changes were made. These changes (below) were rolled up and called [[DOCK 3.6]] in May 2010.&lt;br /&gt;
** MMM improved handling of ligand desolvation maps&lt;br /&gt;
** Mike Carchia speeded up the already fast code from 3X to 5X using compiler optimizations, data duplication, and other techniques.&lt;br /&gt;
** Ryan Coleman improved the handling of ligand hierarchies by improving the algorithms in mol2db and dock for sampling ligands. Additional work was put into clash-checking ligands, checking to make sure the ligands do not fall outside of the grid boundaries, and general code cleanup.&lt;br /&gt;
 &lt;br /&gt;
* From May 2010 until the present (May 2011), more changes have been made, but have not yet been released. &lt;br /&gt;
* A release of [[DOCK 3.7]] is planned for 2012. No fixed date or feature list has been announced. &lt;br /&gt;
&lt;br /&gt;
= Relationship to DOCK 6 =&lt;br /&gt;
[[DOCK 6]] has the same goal as [[DOCK 3]], but it is a completely different program, with different inputs, outputs and algorithms. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=332</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=332"/>
		<updated>2012-10-01T22:09:53Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* make input for SEA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for internal use for the BKS lab members.  see [[SEA]]. &lt;br /&gt;
&lt;br /&gt;
==Overveiw==&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Extract the following information from MYSQL into files and bins.&lt;br /&gt;
&lt;br /&gt;
==Extract==&lt;br /&gt;
&lt;br /&gt;
This is currently done in Bet&#039;s Directories:&lt;br /&gt;
 ~bet/ChEMBL/chembl14/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;scripts/mysql_export.sh&amp;quot; is  a shell script that calls information that has been loaded in to the MySQL data base on SGEHEAD of the BKSLB cluster.&lt;br /&gt;
&lt;br /&gt;
  syntax: mysql_export.sh chembl_db_name [F|B|A]&lt;br /&gt;
  &lt;br /&gt;
  chembl_db_name  chemble databas file, for example chembl14 is release &lt;br /&gt;
  F -- Functional Data: for example, cell assays to efficacy ( life span of a mouse). &lt;br /&gt;
  B -- Binding Datd:  ki, kd, &lt;br /&gt;
  A -- Affinity: ??&lt;br /&gt;
&lt;br /&gt;
To do this run the following:&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; scripts/mysql_export.sh chembl14 B&lt;br /&gt;
&lt;br /&gt;
== process data==&lt;br /&gt;
Next we run the following script to process the data into the correct format: &lt;br /&gt;
&lt;br /&gt;
 &amp;gt;&amp;gt; scripts/run_after_export.py -h&lt;br /&gt;
 usage: run_after_export.py [options] activities.txt outfile&lt;br /&gt;
 &lt;br /&gt;
 options:&lt;br /&gt;
   -h, --help            show this help message and exit&lt;br /&gt;
   -m X, --maxaffinity=X&lt;br /&gt;
                         Only include affinities up to X nM (default 10000)&lt;br /&gt;
   -f, --funct           Work with functional data (default binding data)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt;scripts/run_after_export.py activities.txt output.txt -m 1000&lt;br /&gt;
&lt;br /&gt;
== make input for SEA == &lt;br /&gt;
&lt;br /&gt;
In order to run makeChEMBLsets.py source the following.&lt;br /&gt;
&lt;br /&gt;
 ## this needs to be sourced to run some functions in sea. &lt;br /&gt;
 source /raid3/software/python/bin/python-env.csh&lt;br /&gt;
&lt;br /&gt;
makeChEMBLsets.py is a script that builds set.gz and smi.gz files from ChEMBL exports for [[SEA]] analisis&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt; scripts/makeChEMBLsets.py&lt;br /&gt;
&lt;br /&gt;
 &#039;usage: scripts/makeChEMBLsets.py [options] targets.txt smiles.txt activities.txt&#039;&lt;br /&gt;
 &lt;br /&gt;
 &#039;-s&#039;,&#039;--swissprot&#039;,&#039;Read Uniprot/Swiss-Prot IDs from FILE &#039;&lt;br /&gt;
 &#039;-t&#039;,&#039;--trembl&#039;,&#039;Read Uniprot/TrEMBL IDs from FILE&lt;br /&gt;
 &lt;br /&gt;
 &#039;-p&#039;,&#039;--pickle&#039;,&#039;Read Uniprot/Swiss-Prot IDs from dictionary in Pickle FILE &lt;br /&gt;
 &#039;-o&#039;,&#039;--output&#039;&#039;Basename to generate output files and directories&#039;,&lt;br /&gt;
 &#039;-b&#039;,&#039;--bin&#039;,&#039;Generate binned sets&#039;,&lt;br /&gt;
 targetsFile,smilesFile,activitiesFile = args&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=331</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=331"/>
		<updated>2012-10-01T22:09:45Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* make input for SEA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for internal use for the BKS lab members.  see [[SEA]]. &lt;br /&gt;
&lt;br /&gt;
==Overveiw==&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Extract the following information from MYSQL into files and bins.&lt;br /&gt;
&lt;br /&gt;
==Extract==&lt;br /&gt;
&lt;br /&gt;
This is currently done in Bet&#039;s Directories:&lt;br /&gt;
 ~bet/ChEMBL/chembl14/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;scripts/mysql_export.sh&amp;quot; is  a shell script that calls information that has been loaded in to the MySQL data base on SGEHEAD of the BKSLB cluster.&lt;br /&gt;
&lt;br /&gt;
  syntax: mysql_export.sh chembl_db_name [F|B|A]&lt;br /&gt;
  &lt;br /&gt;
  chembl_db_name  chemble databas file, for example chembl14 is release &lt;br /&gt;
  F -- Functional Data: for example, cell assays to efficacy ( life span of a mouse). &lt;br /&gt;
  B -- Binding Datd:  ki, kd, &lt;br /&gt;
  A -- Affinity: ??&lt;br /&gt;
&lt;br /&gt;
To do this run the following:&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; scripts/mysql_export.sh chembl14 B&lt;br /&gt;
&lt;br /&gt;
== process data==&lt;br /&gt;
Next we run the following script to process the data into the correct format: &lt;br /&gt;
&lt;br /&gt;
 &amp;gt;&amp;gt; scripts/run_after_export.py -h&lt;br /&gt;
 usage: run_after_export.py [options] activities.txt outfile&lt;br /&gt;
 &lt;br /&gt;
 options:&lt;br /&gt;
   -h, --help            show this help message and exit&lt;br /&gt;
   -m X, --maxaffinity=X&lt;br /&gt;
                         Only include affinities up to X nM (default 10000)&lt;br /&gt;
   -f, --funct           Work with functional data (default binding data)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt;scripts/run_after_export.py activities.txt output.txt -m 1000&lt;br /&gt;
&lt;br /&gt;
== make input for SEA == &lt;br /&gt;
&lt;br /&gt;
Inorder to run makeChEMBLsets.py source the following.&lt;br /&gt;
&lt;br /&gt;
 ## this needs to be sourced to run some functions in sea. &lt;br /&gt;
 source /raid3/software/python/bin/python-env.csh&lt;br /&gt;
&lt;br /&gt;
makeChEMBLsets.py is a script that builds set.gz and smi.gz files from ChEMBL exports for [[SEA]] analisis&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt; scripts/makeChEMBLsets.py&lt;br /&gt;
&lt;br /&gt;
 &#039;usage: scripts/makeChEMBLsets.py [options] targets.txt smiles.txt activities.txt&#039;&lt;br /&gt;
 &lt;br /&gt;
 &#039;-s&#039;,&#039;--swissprot&#039;,&#039;Read Uniprot/Swiss-Prot IDs from FILE &#039;&lt;br /&gt;
 &#039;-t&#039;,&#039;--trembl&#039;,&#039;Read Uniprot/TrEMBL IDs from FILE&lt;br /&gt;
 &lt;br /&gt;
 &#039;-p&#039;,&#039;--pickle&#039;,&#039;Read Uniprot/Swiss-Prot IDs from dictionary in Pickle FILE &lt;br /&gt;
 &#039;-o&#039;,&#039;--output&#039;&#039;Basename to generate output files and directories&#039;,&lt;br /&gt;
 &#039;-b&#039;,&#039;--bin&#039;,&#039;Generate binned sets&#039;,&lt;br /&gt;
 targetsFile,smilesFile,activitiesFile = args&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Basic_Tutorial&amp;diff=189</id>
		<title>Basic Tutorial</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Basic_Tutorial&amp;diff=189"/>
		<updated>2012-10-01T21:11:49Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
See [[SEA]]&lt;br /&gt;
&lt;br /&gt;
To run [[SEA]] we need three query files:&lt;br /&gt;
* smiles : The separator between smiles and IDs is a semicolumn&lt;br /&gt;
* fingerprints : Separator is also a semicolumn. Can be generated by the following command:&lt;br /&gt;
   &amp;gt; sea-molecule-fingerprint&lt;br /&gt;
* set file : First element is the set code, the second is the set description, the third is the list of compound IDs in the set separated by a coumn.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the reference sets we need the same three files plus the model file, generated from [[SEA]].&lt;br /&gt;
&lt;br /&gt;
The actual command is:&lt;br /&gt;
&lt;br /&gt;
  &amp;gt; sea-run -f model_fit_file model_set_file query_set_file&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Install_SEA&amp;diff=3397</id>
		<title>Install SEA</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Install_SEA&amp;diff=3397"/>
		<updated>2012-10-01T21:11:24Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for Shoichet lab setup.  But we hope other find it useful.  See [[SEA]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The full SEA installation requires a few Python packages:&lt;br /&gt;
&lt;br /&gt;
* [http://numpy.scipy.org/ NumPy]&lt;br /&gt;
* [http://scipy.org/ SciPy]&lt;br /&gt;
* [http://math-atlas.sourceforge.net/ ATLAS]&lt;br /&gt;
&lt;br /&gt;
These are best installed using your distribution&#039;s package manager:&lt;br /&gt;
&lt;br /&gt;
     yum install scipy numpy atlas atlas-devel mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
On CentOS systems you may need to add an additional repository to make all of these packages available:&lt;br /&gt;
&lt;br /&gt;
    wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm&lt;br /&gt;
    sudo rpm -Uvh epel-release-6-7.noarch.rpm&lt;br /&gt;
    yum update&lt;br /&gt;
    yum install scipy numpy numpy-f2py atlas atlas-devel mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
The additional web-based results viewer requires:&lt;br /&gt;
&lt;br /&gt;
* Apache&lt;br /&gt;
* PHP&lt;br /&gt;
* PHP MySQL Libraries&lt;br /&gt;
&lt;br /&gt;
    sudo yum install php php-mysql php-cli&lt;br /&gt;
&lt;br /&gt;
You will need to checkout the most recent version of the SEA source code. From within the BKS network this can be done by:&lt;br /&gt;
&lt;br /&gt;
    svn co file:///raid4/svn/sea/trunk /tmp/sea&lt;br /&gt;
    svn co file:///raid4/svn/sea.molecule/trunk /tmp/sea&lt;br /&gt;
    svn co file:///raid4/svn/tanimoto/trunk /tmp/sea&lt;br /&gt;
&lt;br /&gt;
Users outside of the network should see the [http://sea.bkslab.org/ SEA website] for source code availability.&lt;br /&gt;
&lt;br /&gt;
Notes about checkout:&lt;br /&gt;
&lt;br /&gt;
* If you will be installing SEA into the system&#039;s Python site-packages the source code will need to be checked out into a location with write access for both the active user account &#039;&#039;&#039;and&#039;&#039;&#039; the local root user, hence `/tmp/sea`. &lt;br /&gt;
* It is important that you are using the version of python into which you NumPy and SciPy have been added and which you intent to install SEA to. For example if you wish to install SEA to the local python instance `which python` should return `/usr/bin/python`. If it does not, the easiest way to remidy this is `alias python /usr/bin/python`. This can be the source of many headaches.&lt;br /&gt;
&lt;br /&gt;
After checking out and installing these, you&#039;ll need to set up you public_html to view the SEA runs results on the web viewer (in your home directory):&lt;br /&gt;
&lt;br /&gt;
    mkdir public_html&lt;br /&gt;
    cp -r /usr/arch/share/sea/www/ public_html/sea&lt;br /&gt;
    cp ~keiser/.sea.cfg .   &lt;br /&gt;
    cp ~keiser/.sea_databases.cfg .&lt;br /&gt;
    cp ~keiser/.sea_molecule* .&lt;br /&gt;
    rm .sea_molecule.cfg&lt;br /&gt;
&lt;br /&gt;
    # Change .sea_databases.cfg file&lt;br /&gt;
      &amp;gt;&amp;gt; SEA database login information&lt;br /&gt;
      &amp;gt;&amp;gt; [scratch]&lt;br /&gt;
      &amp;gt;&amp;gt; host=scratch.compbio.ucsf.edu&lt;br /&gt;
      &amp;gt;&amp;gt; user=your_username&lt;br /&gt;
      &amp;gt;&amp;gt; pass=your_password&lt;br /&gt;
      &amp;gt;&amp;gt; db=your database&lt;br /&gt;
&lt;br /&gt;
You will also need to create the MySQL database:&lt;br /&gt;
    sea-database&lt;br /&gt;
        create&lt;br /&gt;
&lt;br /&gt;
The recommended database settings are in /etc/my.cnf&lt;br /&gt;
&lt;br /&gt;
Note that there is a useful manunal distributed with the source code located in `${seapath}/sea/data/doc/manual.html`.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEA]]&lt;br /&gt;
[[Category:Scaffold hopping]]&lt;br /&gt;
[[Category:Off target effects]]&lt;br /&gt;
[[Category:Pharmacology]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Basic_Tutorial&amp;diff=188</id>
		<title>Basic Tutorial</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Basic_Tutorial&amp;diff=188"/>
		<updated>2012-10-01T21:10:58Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To run [[SEA]] we need three query files:&lt;br /&gt;
* smiles : The separator between smiles and IDs is a semicolumn&lt;br /&gt;
* fingerprints : Separator is also a semicolumn. Can be generated by the following command:&lt;br /&gt;
   &amp;gt; sea-molecule-fingerprint&lt;br /&gt;
* set file : First element is the set code, the second is the set description, the third is the list of compound IDs in the set separated by a coumn.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the reference sets we need the same three files plus the model file, generated from [[SEA]].&lt;br /&gt;
&lt;br /&gt;
The actual command is:&lt;br /&gt;
&lt;br /&gt;
  &amp;gt; sea-run -f model_fit_file model_set_file query_set_file&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=330</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=330"/>
		<updated>2012-10-01T21:10:40Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for internal use for the BKS lab members.  see [[SEA]]. &lt;br /&gt;
&lt;br /&gt;
==Overveiw==&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Extract the following information from MYSQL into files and bins.&lt;br /&gt;
&lt;br /&gt;
==Extract==&lt;br /&gt;
&lt;br /&gt;
This is currently done in Bet&#039;s Directories:&lt;br /&gt;
 ~bet/ChEMBL/chembl14/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;scripts/mysql_export.sh&amp;quot; is  a shell script that calls information that has been loaded in to the MySQL data base on SGEHEAD of the BKSLB cluster.&lt;br /&gt;
&lt;br /&gt;
  syntax: mysql_export.sh chembl_db_name [F|B|A]&lt;br /&gt;
  &lt;br /&gt;
  chembl_db_name  chemble databas file, for example chembl14 is release &lt;br /&gt;
  F -- Functional Data: for example, cell assays to efficacy ( life span of a mouse). &lt;br /&gt;
  B -- Binding Datd:  ki, kd, &lt;br /&gt;
  A -- Affinity: ??&lt;br /&gt;
&lt;br /&gt;
To do this run the following:&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; scripts/mysql_export.sh chembl14 B&lt;br /&gt;
&lt;br /&gt;
== process data==&lt;br /&gt;
Next we run the following script to process the data into the correct format: &lt;br /&gt;
&lt;br /&gt;
 &amp;gt;&amp;gt; scripts/run_after_export.py -h&lt;br /&gt;
 usage: run_after_export.py [options] activities.txt outfile&lt;br /&gt;
 &lt;br /&gt;
 options:&lt;br /&gt;
   -h, --help            show this help message and exit&lt;br /&gt;
   -m X, --maxaffinity=X&lt;br /&gt;
                         Only include affinities up to X nM (default 10000)&lt;br /&gt;
   -f, --funct           Work with functional data (default binding data)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt;scripts/run_after_export.py activities.txt output.txt -m 1000&lt;br /&gt;
&lt;br /&gt;
== make input for SEA == &lt;br /&gt;
&lt;br /&gt;
 ## this needs to be sourced to run some functions in sea. &lt;br /&gt;
 source /raid3/software/python/bin/python-env.csh&lt;br /&gt;
&lt;br /&gt;
makeChEMBLsets.py is a script that builds set.gz and smi.gz files from ChEMBL exports for [[SEA]] analisis&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt; scripts/makeChEMBLsets.py&lt;br /&gt;
&lt;br /&gt;
 &#039;usage: scripts/makeChEMBLsets.py [options] targets.txt smiles.txt activities.txt&#039;&lt;br /&gt;
 &lt;br /&gt;
 &#039;-s&#039;,&#039;--swissprot&#039;,&#039;Read Uniprot/Swiss-Prot IDs from FILE &#039;&lt;br /&gt;
 &#039;-t&#039;,&#039;--trembl&#039;,&#039;Read Uniprot/TrEMBL IDs from FILE&lt;br /&gt;
 &lt;br /&gt;
 &#039;-p&#039;,&#039;--pickle&#039;,&#039;Read Uniprot/Swiss-Prot IDs from dictionary in Pickle FILE &lt;br /&gt;
 &#039;-o&#039;,&#039;--output&#039;&#039;Basename to generate output files and directories&#039;,&lt;br /&gt;
 &#039;-b&#039;,&#039;--bin&#039;,&#039;Generate binned sets&#039;,&lt;br /&gt;
 targetsFile,smilesFile,activitiesFile = args&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=329</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=329"/>
		<updated>2012-10-01T21:03:42Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* make input for SEA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for internal use for the BKS lab members. &lt;br /&gt;
&lt;br /&gt;
==Overveiw==&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Extract the following information from MYSQL into files and bins.&lt;br /&gt;
&lt;br /&gt;
==Extract==&lt;br /&gt;
&lt;br /&gt;
This is currently done in Bet&#039;s Directories:&lt;br /&gt;
 ~bet/ChEMBL/chembl14/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;scripts/mysql_export.sh&amp;quot; is  a shell script that calls information that has been loaded in to the MySQL data base on SGEHEAD of the BKSLB cluster.&lt;br /&gt;
&lt;br /&gt;
  syntax: mysql_export.sh chembl_db_name [F|B|A]&lt;br /&gt;
  &lt;br /&gt;
  chembl_db_name  chemble databas file, for example chembl14 is release &lt;br /&gt;
  F -- Functional Data: for example, cell assays to efficacy ( life span of a mouse). &lt;br /&gt;
  B -- Binding Datd:  ki, kd, &lt;br /&gt;
  A -- Affinity: ??&lt;br /&gt;
&lt;br /&gt;
To do this run the following:&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; scripts/mysql_export.sh chembl14 B&lt;br /&gt;
&lt;br /&gt;
== process data==&lt;br /&gt;
Next we run the following script to process the data into the correct format: &lt;br /&gt;
&lt;br /&gt;
 &amp;gt;&amp;gt; scripts/run_after_export.py -h&lt;br /&gt;
 usage: run_after_export.py [options] activities.txt outfile&lt;br /&gt;
 &lt;br /&gt;
 options:&lt;br /&gt;
   -h, --help            show this help message and exit&lt;br /&gt;
   -m X, --maxaffinity=X&lt;br /&gt;
                         Only include affinities up to X nM (default 10000)&lt;br /&gt;
   -f, --funct           Work with functional data (default binding data)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt;scripts/run_after_export.py activities.txt output.txt -m 1000&lt;br /&gt;
&lt;br /&gt;
== make input for SEA == &lt;br /&gt;
&lt;br /&gt;
 ## this needs to be sourced to run some functions in sea. &lt;br /&gt;
 source /raid3/software/python/bin/python-env.csh&lt;br /&gt;
&lt;br /&gt;
makeChEMBLsets.py is a script that builds set.gz and smi.gz files from ChEMBL exports for [[SEA]] analisis&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt; scripts/makeChEMBLsets.py&lt;br /&gt;
&lt;br /&gt;
 &#039;usage: scripts/makeChEMBLsets.py [options] targets.txt smiles.txt activities.txt&#039;&lt;br /&gt;
 &lt;br /&gt;
 &#039;-s&#039;,&#039;--swissprot&#039;,&#039;Read Uniprot/Swiss-Prot IDs from FILE &#039;&lt;br /&gt;
 &#039;-t&#039;,&#039;--trembl&#039;,&#039;Read Uniprot/TrEMBL IDs from FILE&lt;br /&gt;
 &lt;br /&gt;
 &#039;-p&#039;,&#039;--pickle&#039;,&#039;Read Uniprot/Swiss-Prot IDs from dictionary in Pickle FILE &lt;br /&gt;
 &#039;-o&#039;,&#039;--output&#039;&#039;Basename to generate output files and directories&#039;,&lt;br /&gt;
 &#039;-b&#039;,&#039;--bin&#039;,&#039;Generate binned sets&#039;,&lt;br /&gt;
 targetsFile,smilesFile,activitiesFile = args&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=624</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=624"/>
		<updated>2012-10-01T19:39:34Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
Note that DOCK 3.6 now uses Qnifft as a alternative to Delphi see [[Qnifft DOCK 3.6 conversion]] for dicussion of this change.&lt;br /&gt;
&lt;br /&gt;
Using Qnifft grids with DOCK 3.5.54 may result in unresonably high electrostatic energies.  So be aware of the DOCK version being used and the Electrostatic grids generation method.&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|This has to do with the sphere clusters.&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:red&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| mode&lt;br /&gt;
|            This parameter has be deprecated.  Only the &amp;quot;search&amp;quot; mode is curently used.  the &amp;quot;single&amp;quot; mode, which alowed multiple ligand conformations to be saved, was broken and was removed from DOCK 3.6.  This fuctionality is in version 3.5 (Mpose binary [[MPose]]).  The ligand clustering [[Dock Ligand Clustering]] code also alows for multiple conformations to be saved.     &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| solvmap_file&lt;br /&gt;
|            solvmap_sev is . . . &lt;br /&gt;
|-&lt;br /&gt;
|delphi_file &lt;br /&gt;
|                 rec+sph2.qnifft.phi is assumed to be gerenerated with qnifft.  If delphi grids are used modify delphi_nsize&lt;br /&gt;
|-&lt;br /&gt;
|delphi_nsize&lt;br /&gt;
|         defult is 193.  if using qnifft grids use defult.  if using Delphi grids use 179.  see [[Qnifft DOCK 3.6 conversion]] for more discution &lt;br /&gt;
|-                   &lt;br /&gt;
| chemgrid_file_prefix&lt;br /&gt;
|          ../../grids/chem&lt;br /&gt;
|-&lt;br /&gt;
| vdw_parameter_file &lt;br /&gt;
|           ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
|-&lt;br /&gt;
| check_clashes &lt;br /&gt;
|                yes&lt;br /&gt;
|-&lt;br /&gt;
| remove_positive_solvation&lt;br /&gt;
|     no&lt;br /&gt;
|-&lt;br /&gt;
| vdw_maximum   &lt;br /&gt;
|                1.0e10&lt;br /&gt;
|-&lt;br /&gt;
| electrostatic_scale &lt;br /&gt;
|          1.0&lt;br /&gt;
|-&lt;br /&gt;
| vdw_scale    &lt;br /&gt;
|                 1.0&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=623</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=623"/>
		<updated>2012-10-01T19:33:06Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* DOCK 3 Scoring Function */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
Note that DOCK 3.6 now uses Qnifft as a alternative to Delphi see [[Qnifft DOCK 3.6 conversion]] for dicussion of this change.&lt;br /&gt;
&lt;br /&gt;
Using Qnifft grids with DOCK 3.5.54 may result in unresonably high electrostatic energies.  So be aware of the DOCK version being used and the Electrostatic grids generation method.&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|This has to do with the sphere clusters.&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:red&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| mode&lt;br /&gt;
|            This parameter has be deprecated.  Only the &amp;quot;search&amp;quot; mode is curently used.  the &amp;quot;single&amp;quot; mode, which alowed multiple ligand conformations to be saved, was broken and was removed from DOCK 3.6.  This fuctionality is in version 3.5 (Mpose binary [[MPose]]).  The ligand clustering [[Dock Ligand Clustering]] code also alows for multiple conformations to be saved.     &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
 solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
 delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
 chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
 vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
 check_clashes                 yes&lt;br /&gt;
 remove_positive_solvation     no&lt;br /&gt;
 vdw_maximum                   1.0e10&lt;br /&gt;
 electrostatic_scale           1.0&lt;br /&gt;
 vdw_scale                     1.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=622</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=622"/>
		<updated>2012-10-01T19:32:28Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* History and Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
Note that DOCK 3.6 now uses Qnifft as a alternative to Delphi see [[Qnifft DOCK 3.6 conversion]] for dicussion of this change.&lt;br /&gt;
&lt;br /&gt;
Using Qnifft grids with DOCK 3.5.54 may result in unresonably high electrostatic energies.  So be aware of the DOCK version being used and the Electrostatic grids generation method.&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|This has to do with the sphere clusters.&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:red&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| mode&lt;br /&gt;
|            This parameter has be deprecated.  Only the &amp;quot;search&amp;quot; mode is curently used.  the &amp;quot;single&amp;quot; mode, which alowed multiple ligand conformations to be saved, was broken and was removed from DOCK 3.6.  This fuctionality is in version 3.5 (Mpose binary [[MPose]]).  The ligand clustering [[Dock Ligand Clustering]] code also alows for multiple conformations to be saved.     &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=621</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=621"/>
		<updated>2012-10-01T19:30:11Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* History and Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
Note that DOCK 3.6 now uses Qnifft as a alternative to Delphi see [[Qnifft DOCK 3.6 conversion]] for dicussion of this change.&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|This has to do with the sphere clusters.&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:red&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| mode&lt;br /&gt;
|            This parameter has be deprecated.  Only the &amp;quot;search&amp;quot; mode is curently used.  the &amp;quot;single&amp;quot; mode, which alowed multiple ligand conformations to be saved, was broken and was removed from DOCK 3.6.  This fuctionality is in version 3.5 (Mpose binary [[MPose]]).  The ligand clustering [[Dock Ligand Clustering]] code also alows for multiple conformations to be saved.     &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=620</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=620"/>
		<updated>2012-09-25T17:07:49Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|This has to do with the sphere clusters.&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:red&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| mode&lt;br /&gt;
|            This parameter has be deprecated.  Only the &amp;quot;search&amp;quot; mode is curently used.  the &amp;quot;single&amp;quot; mode, which alowed multiple ligand conformations to be saved, was broken and was removed from DOCK 3.6.  This fuctionality is in version 3.5 (Mpose binary [[MPose]]).  The ligand clustering [[Dock Ligand Clustering]] code also alows for multiple conformations to be saved.     &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=619</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=619"/>
		<updated>2012-09-25T17:05:18Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* SEARCH MODE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:red&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| mode&lt;br /&gt;
|            This parameter has be deprecated.  Only the &amp;quot;search&amp;quot; mode is curently used.  the &amp;quot;single&amp;quot; mode, which alowed multiple ligand conformations to be saved, was broken and was removed from DOCK 3.6.  This fuctionality is in version 3.5 (Mpose binary [[MPose]]).  The ligand clustering [[Dock Ligand Clustering]] code also alows for multiple conformations to be saved.     &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=618</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=618"/>
		<updated>2012-09-25T17:04:55Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* SEARCH MODE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightred&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| mode&lt;br /&gt;
|            This parameter has be deprecated.  Only the &amp;quot;search&amp;quot; mode is curently used.  the &amp;quot;single&amp;quot; mode, which alowed multiple ligand conformations to be saved, was broken and was removed from DOCK 3.6.  This fuctionality is in version 3.5 (Mpose binary [[MPose]]).  The ligand clustering [[Dock Ligand Clustering]] code also alows for multiple conformations to be saved.     &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=617</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=617"/>
		<updated>2012-09-25T17:04:06Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* SEARCH MODE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| mode&lt;br /&gt;
|            This parameter has be deprecated.  Only the &amp;quot;search&amp;quot; mode is curently used.  the &amp;quot;single&amp;quot; mode, which alowed multiple ligand conformations to be saved, was broken and was removed from DOCK 3.6.  This fuctionality is in version 3.5 (Mpose binary [[MPose]]).  The ligand clustering [[Dock Ligand Clustering]] code also alows for multiple conformations to be saved.     &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=616</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=616"/>
		<updated>2012-09-25T17:03:37Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* SEARCH MODE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| mode&lt;br /&gt;
|            This parameter has be deprecated.  Only the &amp;quot;search&amp;quot; mode is curently used.  the &amp;quot;single&amp;quot; mode, which aloud multiple ligand conformations to be saved, was broken and was removed from DOCK 3.6.  This fuctionality is in version 3.5 (Mpose binary [[MPose]]).  The ligand clustering [[Dock Ligand Clustering]] code also alows for multiple conformations to be saved.     &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=615</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=615"/>
		<updated>2012-09-25T16:37:46Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* History and Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
[[DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=614</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=614"/>
		<updated>2012-09-21T02:27:18Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* History and Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
Here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf DOCK 3.5 Manual]&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=613</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=613"/>
		<updated>2012-09-21T02:26:29Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* History and Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
here is the DOCK 3.5 manual from 1994: [http://wiki.bkslab.org/images/4/4e/Dock3_5refman.pdf]&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=612</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=612"/>
		<updated>2012-09-21T01:53:52Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* DOCK 3 INPUT FILE and Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
[[Dock Ligand Clustering]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=611</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=611"/>
		<updated>2012-09-21T01:47:43Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* DOCK 3 INPUT FILE and Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
[[MPose]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=610</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=610"/>
		<updated>2012-09-21T01:44:32Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* DOCK Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Flexibase Format]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=609</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=609"/>
		<updated>2012-09-21T01:37:27Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* DOCK 3 INPUT FILE and Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
[[INDOCK for DOCK 3.6]]&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=328</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=328"/>
		<updated>2012-09-20T20:00:45Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* process data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for internal use for the BKS lab members. &lt;br /&gt;
&lt;br /&gt;
==Overveiw==&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Extract the following information from MYSQL into files and bins.&lt;br /&gt;
&lt;br /&gt;
==Extract==&lt;br /&gt;
&lt;br /&gt;
This is currently done in Bet&#039;s Directories:&lt;br /&gt;
 ~bet/ChEMBL/chembl14/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;scripts/mysql_export.sh&amp;quot; is  a shell script that calls information that has been loaded in to the MySQL data base on SGEHEAD of the BKSLB cluster.&lt;br /&gt;
&lt;br /&gt;
  syntax: mysql_export.sh chembl_db_name [F|B|A]&lt;br /&gt;
  &lt;br /&gt;
  chembl_db_name  chemble databas file, for example chembl14 is release &lt;br /&gt;
  F -- Functional Data: for example, cell assays to efficacy ( life span of a mouse). &lt;br /&gt;
  B -- Binding Datd:  ki, kd, &lt;br /&gt;
  A -- Affinity: ??&lt;br /&gt;
&lt;br /&gt;
To do this run the following:&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; scripts/mysql_export.sh chembl14 B&lt;br /&gt;
&lt;br /&gt;
== process data==&lt;br /&gt;
Next we run the following script to process the data into the correct format: &lt;br /&gt;
&lt;br /&gt;
 &amp;gt;&amp;gt; scripts/run_after_export.py -h&lt;br /&gt;
 usage: run_after_export.py [options] activities.txt outfile&lt;br /&gt;
 &lt;br /&gt;
 options:&lt;br /&gt;
   -h, --help            show this help message and exit&lt;br /&gt;
   -m X, --maxaffinity=X&lt;br /&gt;
                         Only include affinities up to X nM (default 10000)&lt;br /&gt;
   -f, --funct           Work with functional data (default binding data)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt;scripts/run_after_export.py activities.txt output.txt -m 1000&lt;br /&gt;
&lt;br /&gt;
== make input for SEA == &lt;br /&gt;
&lt;br /&gt;
makeChEMBLsets.py is a script that builds set.gz and smi.gz files from ChEMBL exports for [[SEA]] analisis&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt; scripts/makeChEMBLsets.py&lt;br /&gt;
&lt;br /&gt;
 &#039;usage: scripts/makeChEMBLsets.py [options] targets.txt smiles.txt activities.txt&#039;&lt;br /&gt;
 &lt;br /&gt;
 &#039;-s&#039;,&#039;--swissprot&#039;,&#039;Read Uniprot/Swiss-Prot IDs from FILE &#039;&lt;br /&gt;
 &#039;-t&#039;,&#039;--trembl&#039;,&#039;Read Uniprot/TrEMBL IDs from FILE&lt;br /&gt;
 &lt;br /&gt;
 &#039;-p&#039;,&#039;--pickle&#039;,&#039;Read Uniprot/Swiss-Prot IDs from dictionary in Pickle FILE &lt;br /&gt;
 &#039;-o&#039;,&#039;--output&#039;&#039;Basename to generate output files and directories&#039;,&lt;br /&gt;
 &#039;-b&#039;,&#039;--bin&#039;,&#039;Generate binned sets&#039;,&lt;br /&gt;
 targetsFile,smilesFile,activitiesFile = args&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=327</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=327"/>
		<updated>2012-09-19T23:32:07Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for internal use for the BKS lab members. &lt;br /&gt;
&lt;br /&gt;
==Overveiw==&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Extract the following information from MYSQL into files and bins.&lt;br /&gt;
&lt;br /&gt;
==Extract==&lt;br /&gt;
&lt;br /&gt;
This is currently done in Bet&#039;s Directories:&lt;br /&gt;
 ~bet/ChEMBL/chembl14/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;scripts/mysql_export.sh&amp;quot; is  a shell script that calls information that has been loaded in to the MySQL data base on SGEHEAD of the BKSLB cluster.&lt;br /&gt;
&lt;br /&gt;
  syntax: mysql_export.sh chembl_db_name [F|B|A]&lt;br /&gt;
  &lt;br /&gt;
  chembl_db_name  chemble databas file, for example chembl14 is release &lt;br /&gt;
  F -- Functional Data: for example, cell assays to efficacy ( life span of a mouse). &lt;br /&gt;
  B -- Binding Datd:  ki, kd, &lt;br /&gt;
  A -- Affinity: ??&lt;br /&gt;
&lt;br /&gt;
To do this run the following:&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; scripts/mysql_export.sh chembl14 B&lt;br /&gt;
&lt;br /&gt;
== process data==&lt;br /&gt;
Next we run the following script to process the data into the correct format: &lt;br /&gt;
&lt;br /&gt;
 &amp;gt;&amp;gt; scripts/run_after_export.py -h&lt;br /&gt;
 usage: run_after_export.py [options] activities.txt outfile&lt;br /&gt;
 &lt;br /&gt;
 options:&lt;br /&gt;
   -h, --help            show this help message and exit&lt;br /&gt;
   -m X, --maxaffinity=X&lt;br /&gt;
                         Only include affinities up to X nM (default 10000)&lt;br /&gt;
   -f, --funct           Work with functional data (default binding data)&lt;br /&gt;
&lt;br /&gt;
== make input for SEA == &lt;br /&gt;
&lt;br /&gt;
makeChEMBLsets.py is a script that builds set.gz and smi.gz files from ChEMBL exports for [[SEA]] analisis&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt; scripts/makeChEMBLsets.py&lt;br /&gt;
&lt;br /&gt;
 &#039;usage: scripts/makeChEMBLsets.py [options] targets.txt smiles.txt activities.txt&#039;&lt;br /&gt;
 &lt;br /&gt;
 &#039;-s&#039;,&#039;--swissprot&#039;,&#039;Read Uniprot/Swiss-Prot IDs from FILE &#039;&lt;br /&gt;
 &#039;-t&#039;,&#039;--trembl&#039;,&#039;Read Uniprot/TrEMBL IDs from FILE&lt;br /&gt;
 &lt;br /&gt;
 &#039;-p&#039;,&#039;--pickle&#039;,&#039;Read Uniprot/Swiss-Prot IDs from dictionary in Pickle FILE &lt;br /&gt;
 &#039;-o&#039;,&#039;--output&#039;&#039;Basename to generate output files and directories&#039;,&lt;br /&gt;
 &#039;-b&#039;,&#039;--bin&#039;,&#039;Generate binned sets&#039;,&lt;br /&gt;
 targetsFile,smilesFile,activitiesFile = args&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=326</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=326"/>
		<updated>2012-09-19T23:25:12Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for internal use for the BKS lab members. &lt;br /&gt;
&lt;br /&gt;
==Overveiw==&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Extract the following information from MYSQL into files and bins.&lt;br /&gt;
&lt;br /&gt;
==Extract==&lt;br /&gt;
&lt;br /&gt;
This is currently done in Bet&#039;s Directories:&lt;br /&gt;
 ~bet/ChEMBL/chembl14/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;scripts/mysql_export.sh&amp;quot; is  a shell script that calls information that has been loaded in to the MySQL data base on SGEHEAD of the BKSLB cluster.&lt;br /&gt;
&lt;br /&gt;
  syntax: mysql_export.sh chembl_db_name [F|B|A]&lt;br /&gt;
  &lt;br /&gt;
  chembl_db_name  chemble databas file, for example chembl14 is release &lt;br /&gt;
  F -- Functional Data: for example, cell assays to efficacy ( life span of a mouse). &lt;br /&gt;
  B -- Binding Datd:  ki, kd, &lt;br /&gt;
  A -- Affinity: ??&lt;br /&gt;
&lt;br /&gt;
To do this run the following:&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; scripts/mysql_export.sh chembl14 B&lt;br /&gt;
&lt;br /&gt;
== process data==&lt;br /&gt;
Next we run the following script to process the data into the correct format: &lt;br /&gt;
&lt;br /&gt;
 scripts/run_after_export.py -h&lt;br /&gt;
 usage: run_after_export.py [options] activities.txt outfile&lt;br /&gt;
 &lt;br /&gt;
 options:&lt;br /&gt;
   -h, --help            show this help message and exit&lt;br /&gt;
   -m X, --maxaffinity=X&lt;br /&gt;
                         Only include affinities up to X nM (default 10000)&lt;br /&gt;
   -f, --funct           Work with functional data (default binding data)&lt;br /&gt;
&lt;br /&gt;
== make input for SEA == &lt;br /&gt;
&lt;br /&gt;
 makeChEMBLsets.py is a script that builds set.gz and smi.gz files from ChEMBL exports for [[SEA]] analisis&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt; scripts/makeChEMBLsets.py&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=325</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=325"/>
		<updated>2012-09-19T23:02:27Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for internal use for the BKS lab members. &lt;br /&gt;
&lt;br /&gt;
==Overveiw==&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Extract the following information from MYSQL into files and bins.&lt;br /&gt;
&lt;br /&gt;
==Extract==&lt;br /&gt;
&lt;br /&gt;
This is currently done in Bet&#039;s Directories:&lt;br /&gt;
 ~bet/ChEMBL/chembl14/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;scripts/mysql_export.sh&amp;quot; is  a shell script that calls information that has been loaded in to the MySQL data base on SGEHEAD of the BKSLB cluster.&lt;br /&gt;
&lt;br /&gt;
  syntax: mysql_export.sh chembl_db_name [F|B|A]&lt;br /&gt;
  &lt;br /&gt;
  chembl_db_name  chemble databas file, for example chembl14 is release &lt;br /&gt;
  F -- Functional Data: for example, cell assays to efficacy ( life span of a mouse). &lt;br /&gt;
  B -- Binding Datd:  ki, kd, &lt;br /&gt;
  A -- Affinity: ??&lt;br /&gt;
&lt;br /&gt;
To do this run the following:&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; scripts/mysql_export.sh chembl14 B&lt;br /&gt;
&lt;br /&gt;
== process data==&lt;br /&gt;
Next we run the following script to process the data into the correct format: &lt;br /&gt;
&lt;br /&gt;
 scripts/run_after_export.py -h&lt;br /&gt;
 usage: run_after_export.py [options] activities.txt outfile&lt;br /&gt;
 &lt;br /&gt;
 options:&lt;br /&gt;
   -h, --help            show this help message and exit&lt;br /&gt;
   -m X, --maxaffinity=X&lt;br /&gt;
                         Only include affinities up to X nM (default 10000)&lt;br /&gt;
   -f, --funct           Work with functional data (default binding data)&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=324</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=324"/>
		<updated>2012-09-19T22:57:31Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for internal use for the BKS lab members. &lt;br /&gt;
&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Exstact the following information from MYSQL into files and bins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;scripts/mysql_export.sh&amp;quot; is  a shell script that calls information that has been loaded in to the MySQL data base on SGEHEAD of the BKSLB cluster.&lt;br /&gt;
&lt;br /&gt;
  syntax: mysql_export.sh chembl_db_name [F|B|A]&lt;br /&gt;
  &lt;br /&gt;
  chembl_db_name  chemble databas file, for example chembl14 is release &lt;br /&gt;
  F -- Functional Data: for example, cell assays to efficacy ( life span of a mouse). &lt;br /&gt;
  B -- Binding Datd:  ki, kd, &lt;br /&gt;
  A -- Affinity: ??&lt;br /&gt;
&lt;br /&gt;
To do this run the following:&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; scripts/mysql_export.sh chembl14 B&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=323</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=323"/>
		<updated>2012-09-19T21:02:31Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for internal use for the BKS lab members. &lt;br /&gt;
&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Exstact the following information from MYSQL into files and bins.&lt;br /&gt;
&lt;br /&gt;
To do this run the following&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; scripts/mysql_export.sh chembl14 B&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;scripts/mysql_export.sh&amp;quot; is  a script that&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=SEA&amp;diff=4295</id>
		<title>SEA</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=SEA&amp;diff=4295"/>
		<updated>2012-09-14T21:08:42Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SEA, the similarity ensemble approach. &lt;br /&gt;
[http://sea.docking.org sea.docking.org]&lt;br /&gt;
&lt;br /&gt;
[[Install SEA]]&lt;br /&gt;
&lt;br /&gt;
[[Basic Tutorial]]&lt;br /&gt;
&lt;br /&gt;
[[Chembl processing protocol]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to generate a model to run SEA ==&lt;br /&gt;
&lt;br /&gt;
We need the files: reference.smi ; reference.set ; reference.fp&lt;br /&gt;
&lt;br /&gt;
First we need to generate the background Z-score distribution:&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-background reference.set.gz&lt;br /&gt;
&lt;br /&gt;
This generated the file model.out&lt;br /&gt;
&lt;br /&gt;
Then we need to fit data the data from this background model and build a fit parameter file:&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-fit model.out&lt;br /&gt;
&lt;br /&gt;
This generates the file model.out.distfit, containing the values for the best fit of the background distribution to a normal and an extreme value distribution. From this distribution, we need to select the optimal cutoff and then use it to get the fit file.&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-fit -c cutoff model.out&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEA]]&lt;br /&gt;
[[Category:Scaffold hopping]]&lt;br /&gt;
[[Category:Off target effects]]&lt;br /&gt;
[[Category:Pharmacology]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=322</id>
		<title>Chembl processing protocol</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Chembl_processing_protocol&amp;diff=322"/>
		<updated>2012-09-14T21:08:10Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Everytime a new Chembl comes out we need to process it.  &lt;br /&gt;
&lt;br /&gt;
* Exstact the following information from MYSQL into files and bins.&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=SEA&amp;diff=4294</id>
		<title>SEA</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=SEA&amp;diff=4294"/>
		<updated>2012-09-14T21:05:37Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SEA, the similarity ensemble approach. &lt;br /&gt;
[http://sea.docking.org sea.docking.org]&lt;br /&gt;
&lt;br /&gt;
[[Install SEA]]&lt;br /&gt;
&lt;br /&gt;
[[Basic Tutorial]]&lt;br /&gt;
&lt;br /&gt;
[[chembl processing protocol]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How to generate a model to run SEA ==&lt;br /&gt;
&lt;br /&gt;
We need the files: reference.smi ; reference.set ; reference.fp&lt;br /&gt;
&lt;br /&gt;
First we need to generate the background Z-score distribution:&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-background reference.set.gz&lt;br /&gt;
&lt;br /&gt;
This generated the file model.out&lt;br /&gt;
&lt;br /&gt;
Then we need to fit data the data from this background model and build a fit parameter file:&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-fit model.out&lt;br /&gt;
&lt;br /&gt;
This generates the file model.out.distfit, containing the values for the best fit of the background distribution to a normal and an extreme value distribution. From this distribution, we need to select the optimal cutoff and then use it to get the fit file.&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-fit -c cutoff model.out&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEA]]&lt;br /&gt;
[[Category:Scaffold hopping]]&lt;br /&gt;
[[Category:Off target effects]]&lt;br /&gt;
[[Category:Pharmacology]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Basic_Tutorial&amp;diff=187</id>
		<title>Basic Tutorial</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Basic_Tutorial&amp;diff=187"/>
		<updated>2012-09-14T20:58:35Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To run SEA we need three query files:&lt;br /&gt;
* smiles : The separator between smiles and IDs is a semicolumn&lt;br /&gt;
* fingerprints : Separator is also a semicolumn. Can be generated by the following command:&lt;br /&gt;
   &amp;gt; sea-molecule-fingerprint&lt;br /&gt;
* set file : First element is the set code, the second is the set description, the third is the list of compound IDs in the set separated by a coumn.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the reference sets we need the same three files plus the model file, generated from [[SEA]].&lt;br /&gt;
&lt;br /&gt;
The actual command is:&lt;br /&gt;
&lt;br /&gt;
  &amp;gt; sea-run -f model_fit_file model_set_file query_set_file&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Basic_Tutorial&amp;diff=186</id>
		<title>Basic Tutorial</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Basic_Tutorial&amp;diff=186"/>
		<updated>2012-09-14T20:55:55Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To run SEA we need three query files:&lt;br /&gt;
* smiles : The separator between smiles and IDs is a semicolumn&lt;br /&gt;
* fingerprints : Separator is also a semicolumn. Can be generated by the following command:&lt;br /&gt;
   &amp;gt; sea-molecule-fingerprint&lt;br /&gt;
* set file : First element is the set code, the second is the set description, the third is the list of compound IDs in the set separated by a coumn.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the reference sets we need the same three files plus the fits file, generated from the&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Install_SEA&amp;diff=3395</id>
		<title>Install SEA</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Install_SEA&amp;diff=3395"/>
		<updated>2012-09-14T20:49:55Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for Shoichet lab setup.  But we hope other find it useful.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The full SEA installation requires a few Python packages:&lt;br /&gt;
&lt;br /&gt;
* [http://numpy.scipy.org/ NumPy]&lt;br /&gt;
* [http://scipy.org/ SciPy]&lt;br /&gt;
* [http://math-atlas.sourceforge.net/ ATLAS]&lt;br /&gt;
&lt;br /&gt;
These are best installed using your distribution&#039;s package manager:&lt;br /&gt;
&lt;br /&gt;
     yum install scipy numpy atlas atlas-devel mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
On CentOS systems you may need to add an additional repository to make all of these packages available:&lt;br /&gt;
&lt;br /&gt;
    wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm&lt;br /&gt;
    sudo rpm -Uvh epel-release-6-7.noarch.rpm&lt;br /&gt;
    yum update&lt;br /&gt;
    yum install scipy numpy numpy-f2py atlas atlas-devel mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
The additional web-based results viewer requires:&lt;br /&gt;
&lt;br /&gt;
* Apache&lt;br /&gt;
* PHP&lt;br /&gt;
* PHP MySQL Libraries&lt;br /&gt;
&lt;br /&gt;
    sudo yum install php php-mysql php-cli&lt;br /&gt;
&lt;br /&gt;
You will need to checkout the most recent version of the SEA source code. From within the BKS network this can be done by:&lt;br /&gt;
&lt;br /&gt;
    svn co file:///raid4/svn/sea/trunk /tmp/sea&lt;br /&gt;
&lt;br /&gt;
Users outside of the network should see the [http://sea.bkslab.org/ SEA website] for source code availability.&lt;br /&gt;
&lt;br /&gt;
Notes about checkout:&lt;br /&gt;
&lt;br /&gt;
* If you will be installing SEA into the system&#039;s Python site-packages the source code will need to be checked out into a location with write access for both the active user account &#039;&#039;&#039;and&#039;&#039;&#039; the local root user, hence `/tmp/sea`. &lt;br /&gt;
* It is important that you are using the version of python into which you NumPy and SciPy have been added and which you intent to install SEA to. For example if you wish to install SEA to the local python instance `which python` should return `/usr/bin/python`. If it does not, the easiest way to remidy this is `alias python /usr/bin/python`. This can be the source of many headaches.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that there is a useful manunal distriputed with the source code located in `${seapath}/sea/data/doc/manual.html`.  &lt;br /&gt;
&lt;br /&gt;
Here is the text from SEA_setup.txt:&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Export svn project &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
# wd: ~bet/svn/&lt;br /&gt;
svn co file:///raid4/svn/sea&lt;br /&gt;
svn co file:///raid4/svn/sea.molecule&lt;br /&gt;
svn co file:///raid4/svn/tanimoto&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Install &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
# wd: ~bet/svn/sea/trunk/&lt;br /&gt;
sudo ./setup.py install&lt;br /&gt;
&lt;br /&gt;
# wd: ~bet/svn/sea.molecule/trunk/&lt;br /&gt;
./setup.py build&lt;br /&gt;
sudo ./setup.py install&lt;br /&gt;
** Warning: Package missing: daylight **&lt;br /&gt;
  &amp;gt;&amp;gt; It just notices that daylight isn&#039;t available on your local machine (which is fine because we only have a daylight license for korn)&lt;br /&gt;
&lt;br /&gt;
# wd: ~bet&lt;br /&gt;
mkdir public_html&lt;br /&gt;
cp -r /usr/arch/share/sea/www/ public_html/sea&lt;br /&gt;
cp ~keiser/.sea.cfg .&lt;br /&gt;
cp ~keiser/.sea_databases.cfg .&lt;br /&gt;
# Change config file&lt;br /&gt;
  &amp;gt;&amp;gt; SEA database login information&lt;br /&gt;
  &amp;gt;&amp;gt; [scratch]&lt;br /&gt;
  &amp;gt;&amp;gt; host=scratch.compbio.ucsf.edu&lt;br /&gt;
  &amp;gt;&amp;gt; user=bet&lt;br /&gt;
  &amp;gt;&amp;gt; pass=rubberducky&lt;br /&gt;
  &amp;gt;&amp;gt; db=bet_sea&lt;br /&gt;
&lt;br /&gt;
cp ~keiser/.sea_molecule* .&lt;br /&gt;
rm .sea_molecule.cfg&lt;br /&gt;
python /usr/arch/bin/sea-database&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Create database &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
# wd: ~bet&lt;br /&gt;
sea-database&lt;br /&gt;
        create&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Optimize MySQL settings  &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
Recommended settings in: /etc/my.cnf&lt;br /&gt;
&lt;br /&gt;
mysql -ubet -p bet_sea -hscratch.compbio.ucsf.edu&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; User manual &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
~bet/svn/sea/trunk/data/doc/manual.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEA]]&lt;br /&gt;
[[Category:Scaffold hopping]]&lt;br /&gt;
[[Category:Off target effects]]&lt;br /&gt;
[[Category:Pharmacology]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=SEA&amp;diff=4293</id>
		<title>SEA</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=SEA&amp;diff=4293"/>
		<updated>2012-09-14T20:09:40Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SEA, the similarity ensemble approach. &lt;br /&gt;
[http://sea.docking.org sea.docking.org]&lt;br /&gt;
&lt;br /&gt;
[[Install SEA]]&lt;br /&gt;
&lt;br /&gt;
[[Basic Tutorial]]&lt;br /&gt;
&lt;br /&gt;
== How to generate a model to run SEA ==&lt;br /&gt;
&lt;br /&gt;
We need the files: reference.smi ; reference.set ; reference.fp&lt;br /&gt;
&lt;br /&gt;
First we need to generate the background Z-score distribution:&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-background reference.set.gz&lt;br /&gt;
&lt;br /&gt;
This generated the file model.out&lt;br /&gt;
&lt;br /&gt;
Then we need to fit data the data from this background model and build a fit parameter file:&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-fit model.out&lt;br /&gt;
&lt;br /&gt;
This generates the file model.out.distfit, containing the values for the best fit of the background distribution to a normal and an extreme value distribution. From this distribution, we need to select the optimal cutoff and then use it to get the fit file.&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-fit -c cutoff model.out&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEA]]&lt;br /&gt;
[[Category:Scaffold hopping]]&lt;br /&gt;
[[Category:Off target effects]]&lt;br /&gt;
[[Category:Pharmacology]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=SEA&amp;diff=4292</id>
		<title>SEA</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=SEA&amp;diff=4292"/>
		<updated>2012-09-14T20:09:20Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SEA, the similarity ensemble approach. &lt;br /&gt;
[http://sea.docking.org sea.docking.org]&lt;br /&gt;
&lt;br /&gt;
[[install SEA]]&lt;br /&gt;
&lt;br /&gt;
[[Basic Tutorial]]&lt;br /&gt;
&lt;br /&gt;
== How to generate a model to run SEA ==&lt;br /&gt;
&lt;br /&gt;
We need the files: reference.smi ; reference.set ; reference.fp&lt;br /&gt;
&lt;br /&gt;
First we need to generate the background Z-score distribution:&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-background reference.set.gz&lt;br /&gt;
&lt;br /&gt;
This generated the file model.out&lt;br /&gt;
&lt;br /&gt;
Then we need to fit data the data from this background model and build a fit parameter file:&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-fit model.out&lt;br /&gt;
&lt;br /&gt;
This generates the file model.out.distfit, containing the values for the best fit of the background distribution to a normal and an extreme value distribution. From this distribution, we need to select the optimal cutoff and then use it to get the fit file.&lt;br /&gt;
&lt;br /&gt;
 [prompt]$ sea-fit -c cutoff model.out&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEA]]&lt;br /&gt;
[[Category:Scaffold hopping]]&lt;br /&gt;
[[Category:Off target effects]]&lt;br /&gt;
[[Category:Pharmacology]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_generate_an_HEI_database&amp;diff=3252</id>
		<title>How to generate an HEI database</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_generate_an_HEI_database&amp;diff=3252"/>
		<updated>2012-09-05T20:24:59Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This guide provides explanations for the use of Johannes Hermann&#039;s&lt;br /&gt;
python scripts for High Energy Intermediate (HEI) library generation and also the scripts which exist&lt;br /&gt;
for running AMSOL, OMEGA and MOL2DB. Although the latter steps are&lt;br /&gt;
done in the canonical way, the scripts mentioned below fit in nicely with the data&lt;br /&gt;
structure generated by the database generation scripts and it is&lt;br /&gt;
highly recommended to use them.&lt;br /&gt;
&lt;br /&gt;
There is just one caveat: none of these scripts are standard, so one&lt;br /&gt;
probably has to edit names of files, directories and databases these&lt;br /&gt;
scripts use.&lt;br /&gt;
&lt;br /&gt;
=Recommended data structure=&lt;br /&gt;
&lt;br /&gt;
*generate 4 subdirectories: &amp;lt;tt&amp;gt;1_SOMENAME2SDF&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;2_OMEGA&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;3_AMSOL&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;4_MOL2DB&amp;lt;/tt&amp;gt;. SMILES files must be of the format &amp;lt;tt&amp;gt;somesmiles somename&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*copy the database preparation scripts (&amp;lt;tt&amp;gt;a1*.py-c3*.py&amp;lt;/tt&amp;gt;) to &amp;lt;tt&amp;gt;1_SOMENAME2SDF&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=HEI generation=&lt;br /&gt;
Broadly speaking, the generation procedure involves three steps:&lt;br /&gt;
# Conversion of the input .mol2 or .sdf files to [http://www.daylight.com/smiles/ SMILES] and then isomeric SMILES.&lt;br /&gt;
# Conversion (&amp;quot;reaction&amp;quot;) of the appropriate group(s) in each molecule to form the HEI.&lt;br /&gt;
# Generation of multiple protonation states, 3D-structures and partial charges for each HEI, resulting in .db files that can be fed to [[DOCK]]. &lt;br /&gt;
The scripts for each step are prefixed with the letter &#039;a&#039; (step 1), &#039;b&#039; (step 2), and &#039;c&#039; (first part of step 3), respectively. Within each letter, the scripts are enumerated consecutively.&lt;br /&gt;
*every script takes a list of SMILES as input and outputs a list of SMILES (except for the b7 and b8 scripts, which output .sdf files), prefixed with the sequential number of the script.&lt;br /&gt;
*the scripts a3-a4 have to be run in sequence.&lt;br /&gt;
*scripts b1 to b8 all take the output of a4 as input. Each of these scripts describes a different reaction and each reaction will only happen when    the appropriate reacting groups are encountered in a molecule.&lt;br /&gt;
*each b script will generate an LN (neutral leaving group) and an LP (protonated leaving group) file.&lt;br /&gt;
*it is a VERY GOOD idea to keep the LN and LP separate throughout the entire procedure, especially when running the c scripts. This will make things easier lateron.&lt;br /&gt;
*c3_sdf2mol2_mysql_names.py has to be run on four files: the LN and LP files coming out of c2_ionizer_min.py and the sdf files resulting from the b7 and b8 scripts.&lt;br /&gt;
==a Scripts==&lt;br /&gt;
&lt;br /&gt;
 a1_create_sdf_from_fold.py folder(unpacked from KEGG-website)&lt;br /&gt;
 a2_corina.py molfile.smi&lt;br /&gt;
&amp;lt;tt&amp;gt;a2_corina.py&amp;lt;/tt&amp;gt; can be started with either &amp;lt;tt&amp;gt;.smi&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;.ism&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;.sdf&amp;lt;/tt&amp;gt; files.&lt;br /&gt;
&lt;br /&gt;
 a3.1_sdf2ism_filter.py molfile.sdf &lt;br /&gt;
 a3.2_size_cutoff_filter.py molfile.smi&lt;br /&gt;
 a4_rm_doubles.py molfile.smi&lt;br /&gt;
&lt;br /&gt;
==b Scripts==&lt;br /&gt;
&lt;br /&gt;
 b1_rxn_carbonyl.py molfile.smi&lt;br /&gt;
 b1_rxn_lactone.pk.py molfile.smi&lt;br /&gt;
 b2.1_rxn_aromatic_cleav.py molfile.smi&lt;br /&gt;
 b2.2_rxn_aromatic_cleav.py molfile.smi&lt;br /&gt;
 b3_rxn_amidines.py molfile.smi&lt;br /&gt;
 b4.1_rxn_amidine_aromatic.py molfile.smi&lt;br /&gt;
 b4.2_rxn_amidine_aromatic.py molfile.smi&lt;br /&gt;
 b4.3_rxn_amidine_aromatic.py molfile.smi&lt;br /&gt;
 b4.4_rxn_amidine_aromatic.py molfile.smi&lt;br /&gt;
 b5_rxn_imin.py molfile.smi&lt;br /&gt;
 b6.1_rxn_imin_aromatic.py molfile.smi&lt;br /&gt;
 b6.2_rxn_imin_aromatic.py molfile.smi&lt;br /&gt;
 b6.3_rxn_imin_aromatic.py molfile.smi&lt;br /&gt;
 b7.1_parts_split_1.py molfile.smi&lt;br /&gt;
 b7.2_parts_split_2.py file-identifier(e.g. _mol_32007)&lt;br /&gt;
 b7.3_parts_connect_1.py file-identifier(e.g. _mol_32007)&lt;br /&gt;
 b7.4_parts_connect_2.py file-identifier(e.g. _mol_32007)&lt;br /&gt;
 b7.5_ionizer.py file-identifier(e.g. _mol_32007)&lt;br /&gt;
 b8.1_thio_parts_split_1.py molfile.smi&lt;br /&gt;
 b8.2_thio_parts_split_2.py file-identifier(e.g. _mol_32007)&lt;br /&gt;
 b8.3_thio_parts_connect_1.py file-identifier(e.g. _mol_32007)&lt;br /&gt;
 b8.4_thio_parts_connect_2.py file-identifier(e.g. _mol_32007)&lt;br /&gt;
 b8.5_thio_ionizer.py file-identifier(e.g. _mol_32007)&lt;br /&gt;
 b9_remove_doubles.py start-file-pattern end-file-pattern&lt;br /&gt;
&lt;br /&gt;
==c Scripts==&lt;br /&gt;
&lt;br /&gt;
 c1_corina.py start-file-pattern end-file-pattern&lt;br /&gt;
 c2_ionizer_min.py start-file-pattern end-file-pattern&lt;br /&gt;
 c3_sdf2mol2_mysql_names.py sdf-file(from corina+ionizer) suffix(for Folders after ring)&lt;br /&gt;
 c3_sdf2mol2_mysql_names_remove.py filename_containing_mol2_filenames(zipped does not hurt)&lt;br /&gt;
&lt;br /&gt;
=Running [http://www.eyesopen.com/products/applications/omega.html &amp;lt;tt&amp;gt;omega&amp;lt;/tt&amp;gt;]=&lt;br /&gt;
*&#039;&#039;Be careful! This script needs access to a mysql database &amp;amp;ndash; make sure to set the appropriate values that allow you access in the script.&#039;&#039;&lt;br /&gt;
*change to &amp;lt;tt&amp;gt;2_OMEGA&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*required files:&lt;br /&gt;
**torlib_1205.txt&lt;br /&gt;
**omega_03.2_3_2.param&lt;br /&gt;
**omega_07.2_3_2.param&lt;br /&gt;
**om2_chunks_on_tmp.py &#039;&#039;or&#039;&#039; om2_chunks_on_scratch.py&lt;br /&gt;
*commandline: &lt;br /&gt;
 om2_chunks_on_tmp.py MOLS_SUBDIR_1 MOLS_SUBDIR_2 MOL_RAID MAXMOL&lt;br /&gt;
*alternative commandline if you want to run on the cluster:&lt;br /&gt;
 om2_chunks_on_scratch.py MOLS_SUBDIR_1 MOLS_SUBDIR_2 MOL_RAID MAXMOL&lt;br /&gt;
*the individual arguments will be connected to form the path to the mol2-files generated in step 3:&amp;lt;br&amp;gt;&amp;lt;tt&amp;gt;/raid[MOL_RAID]/people/kolb/DB4/[MOLS_SUBDIR_2]/MOLS/[MOLS_SUBDIR_1]&amp;lt;/tt&amp;gt;&lt;br /&gt;
*&amp;lt;tt&amp;gt;MAXMOL&amp;lt;/tt&amp;gt; gives the maximum number of molecules which are processed in one chunk. It is advisable to kill the job between the processing of two chunks.&lt;br /&gt;
&lt;br /&gt;
=Running &amp;lt;tt&amp;gt;[http://comp.chem.umn.edu/amsol/ amsol]&amp;lt;/tt&amp;gt;=&lt;br /&gt;
*&#039;&#039;Be careful! This script needs access to a mysql database &amp;amp;ndash; make sure to set the appropriate values that allow you access in the script.&#039;&#039;&lt;br /&gt;
*change to &amp;lt;tt&amp;gt;3_AMSOL&amp;lt;/tt&amp;gt;&lt;br /&gt;
*required files:&lt;br /&gt;
**amsol_limit.py&lt;br /&gt;
**amsol_functions.py&lt;br /&gt;
**amsol.py&lt;br /&gt;
**am_chunks_on_tmp.py &#039;&#039;or&#039;&#039; am_chunks_on_scratch.py&lt;br /&gt;
*commandline: &lt;br /&gt;
 am_chunks_on_tmp.py MOLS_SUBDIR_1 MOL_RAID MOLS_SUBDIR_2&lt;br /&gt;
*alternative commandline if you want to run on the cluster:&lt;br /&gt;
 am_chunks_on_scratch.py MOLS_SUBDIR_1 MOL_RAID MOLS_SUBDIR_2&lt;br /&gt;
*the individual arguments will be connected to form the path to the mol2-files generated in step 3:&amp;lt;br&amp;gt;&amp;lt;tt&amp;gt;/raid[MOL_RAID]/people/kolb/DB[MOLS_SUBDIR_2]/2_OMEGA/[MOLS_SUBDIR_1]&amp;lt;/tt&amp;gt;&lt;br /&gt;
*the script will call &amp;lt;tt&amp;gt;amsol_limit.py&amp;lt;/tt&amp;gt;, so make sure that this file is in your directory.&lt;br /&gt;
&lt;br /&gt;
=Running &amp;lt;tt&amp;gt;mol2db&amp;lt;/tt&amp;gt;=&lt;br /&gt;
&lt;br /&gt;
*change to &amp;lt;tt&amp;gt;4_MOL2DB&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*create a subfolder for every subpart of the database, i.e., &amp;lt;tt&amp;gt;RING_MORE_KEGG_HEI/OH_LN&amp;lt;/tt&amp;gt;,&amp;lt;tt&amp;gt;RING_MORE_KEGG_HEI/OH_LP&amp;lt;/tt&amp;gt;, a.s.o.&lt;br /&gt;
*required files in &amp;lt;tt&amp;gt;4_MOL2DB&amp;lt;/tt&amp;gt;:&lt;br /&gt;
**inhier_col&lt;br /&gt;
**mol2db_limit.csh&lt;br /&gt;
**lettercode.txt (a file specifying a single letter for each subdirectory)&lt;br /&gt;
*run the appropriate script directly in the subfolder: &amp;lt;tt&amp;gt;mrm_3_limit.py&amp;lt;/tt&amp;gt; for molecules with multiple rings, &amp;lt;tt&amp;gt;mro_5.py&amp;lt;/tt&amp;gt; for molecules with one ring, and &amp;lt;tt&amp;gt;mrn_1s.py&amp;lt;/tt&amp;gt; for molecules with no rings.&lt;br /&gt;
*in each script, make sure that the maximum number of molecules per &amp;lt;tt&amp;gt;.db&amp;lt;/tt&amp;gt; file is set to not more than 1000.&lt;br /&gt;
*keep in mind that the &amp;lt;tt&amp;gt;.mol2&amp;lt;/tt&amp;gt; file read by &amp;lt;tt&amp;gt;mol2db&amp;lt;/tt&amp;gt; must contain exactly 6 lines between &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;MOLECULE&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;@&amp;lt;TRIPOS&amp;gt;ATOM&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example: running &amp;lt;tt&amp;gt;mrm_3_limit.py&amp;lt;/tt&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
*commandline:&lt;br /&gt;
 mrm_3_limit.py MOL_RAID DB_VERSION MOLS_SUBDIR JOB_ID OMEGA_PATH AMSOL_PATH CHECK WRITE_BROKEN&lt;br /&gt;
*The individual arguments and the &amp;lt;tt&amp;gt;pwd&amp;lt;/tt&amp;gt; will be connected to form the path to the mol2-files generated in step 2:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;/raid[MOL_RAID]/people/kolb/DB[DB_VERSION]/[MOLS_SUBDIR]/MOLS/[obtained from pwd: penultimate dir]/[obtained from pwd: last dir]&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*&amp;lt;tt&amp;gt;CHECK&amp;lt;/tt&amp;gt; gives the frequency of the check whether a molecule has already been processed or not: &#039;0&#039; &amp;amp;rarr; no check; &#039;1&#039; &amp;amp;rarr; check at the beginning of every job; &#039;2&#039; &amp;amp;rarr; check before processing each molecule.&lt;br /&gt;
*in case the script stops after just one molecule, do the following:&lt;br /&gt;
*check that the file &amp;lt;tt&amp;gt;.labels[JOB_ID].txt&amp;lt;/tt&amp;gt; exists.&lt;br /&gt;
*create a file &amp;lt;tt&amp;gt;.dbnums[JOB_ID].txt&amp;lt;/tt&amp;gt; and write something like &amp;quot;101 0&amp;quot; to it. The first number will be the starting number for the enumeration of the &amp;lt;tt&amp;gt;.db&amp;lt;/tt&amp;gt; files, while the second is the current number of molecules already in that &amp;lt;tt&amp;gt;.db&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
*delete everything but the header from the &amp;lt;tt&amp;gt;.db&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
*start &amp;lt;tt&amp;gt;mrm_3_limit.py&amp;lt;/tt&amp;gt; again.&lt;br /&gt;
&lt;br /&gt;
=Inserting the newly generated molecules into a mysql database=&lt;br /&gt;
&lt;br /&gt;
This step is essential to preserve knowledge about the correspondence between the original database name of a molecule, its HEI form, protonation states and conformations and the final name given by mol2db (of the form A00000000 [one letter + eight digits]).&lt;br /&gt;
*required files:&lt;br /&gt;
**mysql_insert_db6.py&lt;br /&gt;
*this also requires you to generate a mysql database of the proper format, best done with mysql_create_table_db5.pk.py&lt;br /&gt;
*commandline:&lt;br /&gt;
 mysql_insert_db6.py MOLS_SUBDIR MYSQL_DB MOL2_SUBDIR DB_SUBDIR MYSQL_TABLE DB_VERSION MOL_RAID TAG&lt;br /&gt;
*the individual arguments will be connected to form the path to the .mol2 and files as follows&lt;br /&gt;
&amp;lt;tt&amp;gt;/raid[MOL_RAID]/people/kolb/DB[DB_VERSION]/[MOLS_SUBDIR]/MOLS/MOL2_SUBDIR&amp;lt;/tt&amp;gt;&lt;br /&gt;
*the .db files are expected in&lt;br /&gt;
&amp;lt;tt&amp;gt;./DB_SUBDIR&amp;lt;/tt&amp;gt;&lt;br /&gt;
*&amp;lt;tt&amp;gt;TAG&amp;lt;/tt&amp;gt; is optional and is the name with which the molecule names start.&lt;br /&gt;
&lt;br /&gt;
=Acknowledgments=&lt;br /&gt;
Johannes has sacrificed a week of his time to introduce me to the&lt;br /&gt;
scripts. Hao Fan and Magdalena Korczynska have prepared HEI databases on their own and given&lt;br /&gt;
valuable input.&lt;br /&gt;
&lt;br /&gt;
[http://shoichetlab.compbio.ucsf.edu/~kolb Kolb] 21:11, 27 November 2010 (PST)&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_run_and_analyze_a_DOCK_run_by_hand&amp;diff=3326</id>
		<title>How to run and analyze a DOCK run by hand</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_run_and_analyze_a_DOCK_run_by_hand&amp;diff=3326"/>
		<updated>2012-09-05T18:33:38Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preamble=&lt;br /&gt;
These step-by-step instructions have been compiled while running the&lt;br /&gt;
first HEI-docking campaign with &amp;lt;tt&amp;gt;[[DOCK]]&amp;lt;/tt&amp;gt; . Hence, they are biased towards&lt;br /&gt;
the mistakes I made and the specificities of the binding site of the&lt;br /&gt;
particular protein I was using and are probably far from being&lt;br /&gt;
complete...&lt;br /&gt;
&lt;br /&gt;
=Workflow=&lt;br /&gt;
&lt;br /&gt;
The workflow consists of the following steps:&lt;br /&gt;
&lt;br /&gt;
# [[Preparing the protein]]&lt;br /&gt;
# [[Preparing the ligand]] (if necessary)&lt;br /&gt;
# [[Running DOCK]]&lt;br /&gt;
# [[Analysing the results]]&lt;br /&gt;
&lt;br /&gt;
=Acknowledgments=&lt;br /&gt;
Most of the &amp;quot;wisdom&amp;quot; in this document is based on patient&lt;br /&gt;
explanations by Michael Mysinger (especially section 3),&lt;br /&gt;
Johannes Hermann (section 1) and John Irwin.&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual_DOCK]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
--[http://shoichetlab.compbio.ucsf.edu/~kolb Kolb] 17:48, 9 June 2008 (PDT)&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_compile_DOCK&amp;diff=3209</id>
		<title>How to compile DOCK</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_compile_DOCK&amp;diff=3209"/>
		<updated>2012-09-05T18:32:54Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is for the Shoichet Lab local version of DOCK 3.5.54 trunk. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checking out the source files&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commands:&lt;br /&gt;
 csh&lt;br /&gt;
 mkdir /where/to/put&lt;br /&gt;
 cd /where/to/put&lt;br /&gt;
 svn checkout file:///raid4/svn/dock&lt;br /&gt;
 svn checkout file:///raid4/svn/libfgz&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Compiling the program on our cluster&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First, you need to set the path to the PGF compiler by adding this line to your .login file (at the end):&lt;br /&gt;
&lt;br /&gt;
 setenv DOCK_BASE ~xyz/dockenv&lt;br /&gt;
 echo DOCK_BASE set to $DOCK_BASE.&lt;br /&gt;
 source $DOCK_BASE/etc/login&lt;br /&gt;
&lt;br /&gt;
When you login to sgehead now, you should see the &amp;quot;Enabling pgf compiler&amp;quot; message&lt;br /&gt;
&lt;br /&gt;
Commands:&lt;br /&gt;
 ssh sgehead&lt;br /&gt;
 cd /where/to/put/libfgz/trunk&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Since we still have some 32bit computers, you&#039;ll also want to do&lt;br /&gt;
 make SIZE=32&lt;br /&gt;
before leaving the libfgz branch and going to DOCK:&lt;br /&gt;
&lt;br /&gt;
 cd ../../dock/trunk/i386&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
This makes the 64 bit version. Some options:&lt;br /&gt;
&lt;br /&gt;
 make SIZE=32&lt;br /&gt;
&lt;br /&gt;
Makes the 32bit version, useful for running on the cluster since some machines are older.&lt;br /&gt;
&lt;br /&gt;
 make DEBUG=1 &lt;br /&gt;
&lt;br /&gt;
Makes a debug version that will report line numbers of errors and is usable with pgdbg (the Portland Group Debugger), which is useful when writing code but is 10x (or more) slower.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Compiling the program on the shared QB3 cluster&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
On one of the compilation nodes on the shared QB3 cluster (optint1 or optint2):&lt;br /&gt;
&lt;br /&gt;
 ssh optint2&lt;br /&gt;
 cd /where/to/put/libfgz/trunk&lt;br /&gt;
 cp Makefile Makefile.old&lt;br /&gt;
 modify Makefile:&lt;br /&gt;
  uncomment the following:&lt;br /&gt;
  FC = ifort -O3&lt;br /&gt;
  CC = icc -O3&lt;br /&gt;
 make&lt;br /&gt;
 cd ../../dock/trunk/i386&lt;br /&gt;
 cp Makefile Makefile.old&lt;br /&gt;
 modify Makefile&lt;br /&gt;
  uncomment the following:&lt;br /&gt;
  F77 = ifort&lt;br /&gt;
  FFLAGS = -O3 -convert big_endian&lt;br /&gt;
 make dock&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=608</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=608"/>
		<updated>2012-09-05T18:31:13Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* Compilation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
*[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
*[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=607</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=607"/>
		<updated>2012-09-05T18:30:59Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* Compilation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
[[Dock development]]&lt;br /&gt;
[[How to compile DOCK]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=606</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=606"/>
		<updated>2012-09-05T16:46:00Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: /* Compilation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compilation==&lt;br /&gt;
&lt;br /&gt;
[[Dock development]]&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=605</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=605"/>
		<updated>2012-09-05T16:45:36Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==History and Changes==&lt;br /&gt;
[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Compilation=&lt;br /&gt;
&lt;br /&gt;
==DOCK Tools==&lt;br /&gt;
[[Docking tools]]&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=604</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=604"/>
		<updated>2012-09-05T16:39:20Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[DOCK 3.5 Changes]]&lt;br /&gt;
&lt;br /&gt;
=Compilation=&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=603</id>
		<title>DOCK 3.6 User Manual</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.6_User_Manual&amp;diff=603"/>
		<updated>2012-09-05T16:36:19Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Compilation=&lt;br /&gt;
&lt;br /&gt;
= Programs, Files, and Protocols=&lt;br /&gt;
&lt;br /&gt;
To run DOCK 3.6 for small molcule docking and virtual screening, you need the following:&lt;br /&gt;
* Receptor grid (generated with delphi)&lt;br /&gt;
* Spheres (coloured with )&lt;br /&gt;
* database file containing conformational expantion of your small molecules. &lt;br /&gt;
&lt;br /&gt;
=DOCK 3 INPUT FILE and Parameters=&lt;br /&gt;
&lt;br /&gt;
Here is an example input file:&lt;br /&gt;
&lt;br /&gt;
  DOCK 3.5 parameter&lt;br /&gt;
  ################################################.1.A#&lt;br /&gt;
  ######### DOCK 3.6 INPUT PARAMETER FILE #############&lt;br /&gt;
  ##############################################INPUT##&lt;br /&gt;
  #&lt;br /&gt;
  receptor_sphere_file          ../../sph/match2.sph&lt;br /&gt;
  cluster_numbers               1&lt;br /&gt;
  ligand_atom_file               split_database_index&lt;br /&gt;
  output_file_prefix            test.&lt;br /&gt;
  random_seed                   777&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MATCHING###############&lt;br /&gt;
  #&lt;br /&gt;
  distance_tolerance            1.2&lt;br /&gt;
  nodes_maximum                 4&lt;br /&gt;
  nodes_minimum                 3&lt;br /&gt;
  ligand_binsize                0.3&lt;br /&gt;
  ligand_overlap                0.1&lt;br /&gt;
  receptor_binsize              0.3&lt;br /&gt;
  receptor_overlap              0.1&lt;br /&gt;
  bump_maximum                  1&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;
  ##############################COLORING###############&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;
  ##############################SEARCH MODE###############&lt;br /&gt;
  #&lt;br /&gt;
  ligand_desolvation            volume&lt;br /&gt;
  ratio_minimum                 0.0&lt;br /&gt;
  atom_minimum                  5&lt;br /&gt;
  atom_maximum                  60&lt;br /&gt;
  number_save                   500&lt;br /&gt;
  molecules_maximum             300000 &lt;br /&gt;
  restart_interval              10000&lt;br /&gt;
  initial_skip                  0&lt;br /&gt;
  timeout                       20&lt;br /&gt;
  #&lt;br /&gt;
  ##############################SCORING###################&lt;br /&gt;
  #&lt;br /&gt;
  solvmap_file                  ../../grids/solvmap_sev&lt;br /&gt;
  delphi_file                   ../../grids/rec+sph2.qnifft.phi&lt;br /&gt;
  chemgrid_file_prefix          ../../grids/chem&lt;br /&gt;
  vdw_parameter_file            ../../grids/vdw.parms.amb.mindock&lt;br /&gt;
  check_clashes                 yes&lt;br /&gt;
  remove_positive_solvation     no&lt;br /&gt;
  vdw_maximum                   1.0e10&lt;br /&gt;
  electrostatic_scale           1.0&lt;br /&gt;
  vdw_scale                     1.0&lt;br /&gt;
  #&lt;br /&gt;
  ##############################MINIMIZATION##############&lt;br /&gt;
  #&lt;br /&gt;
  minimize                      yes&lt;br /&gt;
  minimization_max             1.0e15&lt;br /&gt;
  check_degeneracy              no&lt;br /&gt;
  simplex_iterations            1000&lt;br /&gt;
  simplex_convergence           0.1&lt;br /&gt;
  simplex_restart               1.0&lt;br /&gt;
  simplex_initial_translation   0.2&lt;br /&gt;
  simplex_initial_rotation      5.0&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
|receptor_sphere_file&lt;br /&gt;
|Sphere file.&lt;br /&gt;
|-&lt;br /&gt;
|cluster_numbers&lt;br /&gt;
|??&lt;br /&gt;
|-&lt;br /&gt;
|ligand_atom_file&lt;br /&gt;
| the text file that contains list of &#039;db.gz&#039; files. Eg. split_database_index&lt;br /&gt;
|-&lt;br /&gt;
|output_file_prefix&lt;br /&gt;
|Output file prefix for the  test.&lt;br /&gt;
|-&lt;br /&gt;
|random_seed&lt;br /&gt;
|The Simplex Minimizer requiers a random seed integer.  eg.777&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SEARCH MODE===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;background:white; text-align:left; width:90%&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background:lightgreen&amp;quot;&lt;br /&gt;
! style=&amp;quot;width 30%&amp;quot; !|Parameter Name&lt;br /&gt;
! style=&amp;quot;width:70%&amp;quot; !|Discription&lt;br /&gt;
|-&lt;br /&gt;
| ligand_desolvation&lt;br /&gt;
|            volume &lt;br /&gt;
|-&lt;br /&gt;
| ratio_minimum&lt;br /&gt;
|                 0.0&lt;br /&gt;
|-&lt;br /&gt;
| atom_minimum        &lt;br /&gt;
|          5&lt;br /&gt;
|-&lt;br /&gt;
| atom_maximum       &lt;br /&gt;
|           60&lt;br /&gt;
|-&lt;br /&gt;
| number_save       &lt;br /&gt;
| 500  (Maxium is 5000)&lt;br /&gt;
|-&lt;br /&gt;
| molecules_maximum&lt;br /&gt;
| 300000 &lt;br /&gt;
|-&lt;br /&gt;
| restart_interval&lt;br /&gt;
| 10000&lt;br /&gt;
|-&lt;br /&gt;
| initial_skip&lt;br /&gt;
|                  0&lt;br /&gt;
|-&lt;br /&gt;
| timeout&lt;br /&gt;
|                       20&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=DOCK 3 Scoring Function=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Install_SEA&amp;diff=3394</id>
		<title>Install SEA</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Install_SEA&amp;diff=3394"/>
		<updated>2012-08-30T20:47:35Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for Shoichet lab setup.  But we hope other find it useful.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The full SEA installation requires a few Python packages:&lt;br /&gt;
&lt;br /&gt;
* [http://numpy.scipy.org/ NumPy]&lt;br /&gt;
* [http://scipy.org/ SciPy]&lt;br /&gt;
* [http://math-atlas.sourceforge.net/ ATLAS]&lt;br /&gt;
&lt;br /&gt;
These are best installed using your distribution&#039;s package manager:&lt;br /&gt;
&lt;br /&gt;
     yum install scipy numpy atlas atlas-devel mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
On CentOS systems you may need to add an additional repository to make all of these packages available:&lt;br /&gt;
&lt;br /&gt;
    wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm&lt;br /&gt;
    sudo rpm -Uvh epel-release-6-7.noarch.rpm&lt;br /&gt;
    yum update&lt;br /&gt;
    yum install scipy numpy numpy-f2py atlas atlas-devel mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
The additional web-based results viewer requires:&lt;br /&gt;
&lt;br /&gt;
* Apache&lt;br /&gt;
* PHP&lt;br /&gt;
* PHP MySQL Libraries&lt;br /&gt;
&lt;br /&gt;
    sudo yum install php php-mysql php-cli&lt;br /&gt;
&lt;br /&gt;
You will need to checkout the most recent version of the SEA source code. From within the BKS network this can be done by:&lt;br /&gt;
&lt;br /&gt;
    svn co file:///raid4/svn/sea/trunk /tmp/sea&lt;br /&gt;
&lt;br /&gt;
Users outside of the network should see the [http://sea.bkslab.org/ SEA website] for source code availability.&lt;br /&gt;
&lt;br /&gt;
Notes about checkout:&lt;br /&gt;
&lt;br /&gt;
* If you will be installing SEA into the system&#039;s Python site-packages the source code will need to be checked out into a location with write access for both the active user account &#039;&#039;&#039;and&#039;&#039;&#039; the local root user, hence `/tmp/sea`. &lt;br /&gt;
* It is important that you are using the version of python into which you NumPy and SciPy have been added and which you intent to install SEA to. For example if you wish to install SEA to the local python instance `which python` should return `/usr/bin/python`. If it does not, the easiest way to remidy this is `alias python /usr/bin/python`. This can be the source of many headaches.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that there is a useful manunal distriputed with the source code located in `${seapath}/sea/data/doc/manual.html`.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEA]]&lt;br /&gt;
[[Category:Scaffold hopping]]&lt;br /&gt;
[[Category:Off target effects]]&lt;br /&gt;
[[Category:Pharmacology]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Install_SEA&amp;diff=3393</id>
		<title>Install SEA</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Install_SEA&amp;diff=3393"/>
		<updated>2012-08-30T20:25:08Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for Shoichet lab setup.  But we hope other find it useful.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The full SEA installation requires a few Python packages:&lt;br /&gt;
&lt;br /&gt;
* [http://numpy.scipy.org/ NumPy]&lt;br /&gt;
* [http://scipy.org/ SciPy]&lt;br /&gt;
* [http://math-atlas.sourceforge.net/ ATLAS]&lt;br /&gt;
&lt;br /&gt;
These are best installed using your distribution&#039;s package manager:&lt;br /&gt;
&lt;br /&gt;
     yum install scipy numpy atlas atlas-devel mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
On CentOS systems you may need to add an additional repository to make all of these packages available:&lt;br /&gt;
&lt;br /&gt;
    wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm&lt;br /&gt;
    sudo rpm -Uvh epel-release-6-7.noarch.rpm&lt;br /&gt;
    yum update&lt;br /&gt;
    yum install scipy numpy numpy-f2py atlas atlas-devel mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
The additional web-based results viewer requires:&lt;br /&gt;
&lt;br /&gt;
* Apache&lt;br /&gt;
* PHP&lt;br /&gt;
* PHP MySQL Libraries&lt;br /&gt;
&lt;br /&gt;
    sudo yum install php php-mysql php-cli&lt;br /&gt;
&lt;br /&gt;
You will need to checkout the most recent version of the SEA source code. From within the BKS network this can be done by:&lt;br /&gt;
&lt;br /&gt;
    svn co file:///raid4/svn/sea/trunk /tmp/sea&lt;br /&gt;
&lt;br /&gt;
Users outside of the network should see the [http://sea.bkslab.org/ SEA website] for source code availability.&lt;br /&gt;
&lt;br /&gt;
Notes about checkout:&lt;br /&gt;
&lt;br /&gt;
* If you will be installing SEA into the system&#039;s Python site-packages the source code will need to be checked out into a location with write access for both the active user account **and** the local root user, hence `/tmp/sea`. &lt;br /&gt;
* It is important that you are using the version of python into which you NumPy and SciPy have been added and which you intent to install SEA to. For example if you wish to install SEA to the local python instance `which python` should return `/usr/bin/python`. If it does not, the easiest way to remidy this is `alias python /usr/bin/python`. This can be the source of many headaches.&lt;br /&gt;
&lt;br /&gt;
Note that there is a useful manunal distriputed with the source code located in `${seapath}/sea/data/doc/manual.html`.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEA]]&lt;br /&gt;
[[Category:Scaffold hopping]]&lt;br /&gt;
[[Category:Off target effects]]&lt;br /&gt;
[[Category:Pharmacology]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Install_SEA&amp;diff=3392</id>
		<title>Install SEA</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Install_SEA&amp;diff=3392"/>
		<updated>2012-08-30T20:24:17Z</updated>

		<summary type="html">&lt;p&gt;Tbalius: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is intended for Shoichet lab setup.  But we hope other find it useful.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The full SEA installation requires a few Python packages:&lt;br /&gt;
&lt;br /&gt;
* [http://numpy.scipy.org/ NumPy]&lt;br /&gt;
* [http://scipy.org/ SciPy]&lt;br /&gt;
* [http://math-atlas.sourceforge.net/ ATLAS]&lt;br /&gt;
&lt;br /&gt;
These are best installed using your your distribution&#039;s package manager:&lt;br /&gt;
&lt;br /&gt;
     yum install scipy numpy atlas atlas-devel mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
On CentOS systems you may need to add an additional repository to make all of these packages available:&lt;br /&gt;
&lt;br /&gt;
    wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm&lt;br /&gt;
    sudo rpm -Uvh epel-release-6-7.noarch.rpm&lt;br /&gt;
    yum update&lt;br /&gt;
    yum install scipy numpy numpy-f2py atlas atlas-devel mysql mysql-server&lt;br /&gt;
&lt;br /&gt;
The additional web-based results viewer requires:&lt;br /&gt;
&lt;br /&gt;
* Apache&lt;br /&gt;
* PHP&lt;br /&gt;
* PHP MySQL Libraries&lt;br /&gt;
&lt;br /&gt;
    sudo yum install php php-mysql php-cli&lt;br /&gt;
&lt;br /&gt;
You will need to checkout the most recent version of the SEA source code. From within the BKS network this can be done by:&lt;br /&gt;
&lt;br /&gt;
    svn co file:///raid4/svn/sea/trunk /tmp/sea&lt;br /&gt;
&lt;br /&gt;
Users outside of the network should see the [http://sea.bkslab.org/ SEA website] for source code availability.&lt;br /&gt;
&lt;br /&gt;
Notes about checkout:&lt;br /&gt;
&lt;br /&gt;
* If you will be installing SEA into the system&#039;s Python site-packages the source code will need to be checked out into a location with write access for both the active user account **and** the local root user, hence `/tmp/sea`. &lt;br /&gt;
* It is important that you are using the version of python into which you NumPy and SciPy have been added and which you intent to install SEA to. For example if you wish to install SEA to the local python instance `which python` should return `/usr/bin/python`. If it does not, the easiest way to remidy this is `alias python /usr/bin/python`. This can be the source of many headaches.&lt;br /&gt;
&lt;br /&gt;
Note that there is a useful manunal distriputed with the source code located in `${seapath}/sea/data/doc/manual.html`.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:SEA]]&lt;br /&gt;
[[Category:Scaffold hopping]]&lt;br /&gt;
[[Category:Off target effects]]&lt;br /&gt;
[[Category:Pharmacology]]&lt;/div&gt;</summary>
		<author><name>Tbalius</name></author>
	</entry>
</feed>