<?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=Mas</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=Mas"/>
	<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Special:Contributions/Mas"/>
	<updated>2026-05-24T07:01:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9921</id>
		<title>How to do parameter scanning</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9921"/>
		<updated>2017-02-09T19:13:52Z</updated>

		<summary type="html">&lt;p&gt;Mas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiankun Lyu, 2017/01/18&lt;br /&gt;
&lt;br /&gt;
The hierarchy of the directories:&lt;br /&gt;
&lt;br /&gt;
 thin_spheres_parameter_scanning----- std_dockprep &lt;br /&gt;
                                                                 |&lt;br /&gt;
                                                                 |------ dockfiles&lt;br /&gt;
               |                                                 | &lt;br /&gt;
               |                                                 |----- working&lt;br /&gt;
               |                                                 |&lt;br /&gt;
               |                                                 ------ rec.pdb, xtal-lig.pdb, INDOCK and other files generated balstermaster.py&lt;br /&gt;
               |&lt;br /&gt;
               ------- script ------ dockprep_thin_spheres_in_batches.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ submit_dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ lig-decoy_enrichment.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ combineScoresAndPoses.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ AUCplot_of-lig-decoys.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ mk_matrix_logAUC.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ sph_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ pdb_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               ------- close_sph.py&lt;br /&gt;
&lt;br /&gt;
1) Make those directories above.&lt;br /&gt;
 mkdir thin_spheres_parameter_scanning&lt;br /&gt;
 cd thin_spheres_parameter_scanning&lt;br /&gt;
 mkdir std_dockprep&lt;br /&gt;
 mkdir script&lt;br /&gt;
&lt;br /&gt;
2) Run blastermaster.py in std_dockprep.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
3) Download sph_lib.py, pdb_lib.py and close_sph.py files into the script directory&lt;br /&gt;
 cd script&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
&lt;br /&gt;
4) Copy scripts from my path.&lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres_in_batches.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/submit_dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/lig-decoy_enrichment.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/combineScoresAndPoses.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/AUCplot_of-lig-decoys.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/mk_matrix_logAUC.py .&lt;br /&gt;
&lt;br /&gt;
5) Run parameter scanning.&lt;br /&gt;
 cd ../ # go back to thin_spheres_parameter_scanning folder&lt;br /&gt;
 csh /path/to/script/dockprep_thin_spheres_in_batches.csh /path/to/script/ /path/to/std_dockprep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:- you can edit dockprep_thin_spheres_in_batches.csh to include more CPUs in Job Bound&lt;br /&gt;
&lt;br /&gt;
6) make the following subfolders&lt;br /&gt;
&lt;br /&gt;
   mkdir ligands-decoys&lt;br /&gt;
   cd ligands-decoys&lt;br /&gt;
   mkdir ligands&lt;br /&gt;
   mkdir decoys&lt;br /&gt;
&lt;br /&gt;
now copy your decoys.db2.gz to decoys&lt;br /&gt;
now copy your ligands.db2.gz to ligands&lt;br /&gt;
now copy decoys.smi to the folder&lt;br /&gt;
now copy ligands.smi to the folder&lt;br /&gt;
&lt;br /&gt;
7) Submit DOCK and enrichment calculation.&lt;br /&gt;
 csh /path/to/script/lig-decoy_enrichment.csh&lt;br /&gt;
&lt;br /&gt;
8) Combine and analyze the docking results.&lt;br /&gt;
 csh /path/to/script/combineScoresAndPoses.csh #1st change the path inside the script to your own dir&lt;br /&gt;
 csh /path/to/script/AUCplot_of-lig-decoys.csh #1st change the path inside the script to your own dir&lt;br /&gt;
&lt;br /&gt;
9) Visualize the logAUC by heatmap.&lt;br /&gt;
 python /path/to/script/mk_matrix_logAUC.py&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9920</id>
		<title>How to do parameter scanning</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9920"/>
		<updated>2017-02-09T19:09:30Z</updated>

		<summary type="html">&lt;p&gt;Mas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiankun Lyu, 2017/01/18&lt;br /&gt;
&lt;br /&gt;
The hierarchy of the directories:&lt;br /&gt;
&lt;br /&gt;
 thin_spheres_parameter_scanning----- std_dockprep &lt;br /&gt;
                                                                 |&lt;br /&gt;
                                                                 |------ dockfiles&lt;br /&gt;
               |                                                 | &lt;br /&gt;
               |                                                 |----- working&lt;br /&gt;
               |                                                 |&lt;br /&gt;
               |                                                 ------ rec.pdb, xtal-lig.pdb, INDOCK and other files generated balstermaster.py&lt;br /&gt;
               |&lt;br /&gt;
               ------- script ------ dockprep_thin_spheres_in_batches.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ submit_dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ lig-decoy_enrichment.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ combineScoresAndPoses.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ AUCplot_of-lig-decoys.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ mk_matrix_logAUC.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ sph_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ pdb_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               ------- close_sph.py&lt;br /&gt;
&lt;br /&gt;
1) Make those directories above.&lt;br /&gt;
 mkdir thin_spheres_parameter_scanning&lt;br /&gt;
 cd thin_spheres_parameter_scanning&lt;br /&gt;
 mkdir std_dockprep&lt;br /&gt;
 mkdir script&lt;br /&gt;
&lt;br /&gt;
2) Run blastermaster.py in std_dockprep.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
3) Download sph_lib.py, pdb_lib.py and close_sph.py files into the script directory&lt;br /&gt;
 cd script&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
&lt;br /&gt;
4) Copy scripts from my path.&lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres_in_batches.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/submit_dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/lig-decoy_enrichment.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/combineScoresAndPoses.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/AUCplot_of-lig-decoys.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/mk_matrix_logAUC.py .&lt;br /&gt;
&lt;br /&gt;
5) Run parameter scanning.&lt;br /&gt;
 cd ../ # go back to thin_spheres_parameter_scanning folder&lt;br /&gt;
 csh /path/to/script/dockprep_thin_spheres_in_batches.csh /path/to/script/ /path/to/std_dockprep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:- you can edit dockprep_thin_spheres_in_batches.csh to include more CPUs in Job Bound&lt;br /&gt;
&lt;br /&gt;
6) make the following subfolders&lt;br /&gt;
&lt;br /&gt;
   mkdir ligands-decoys&lt;br /&gt;
   cd ligands-decoys&lt;br /&gt;
   mkdir ligands&lt;br /&gt;
   mkdir decoys&lt;br /&gt;
&lt;br /&gt;
now copy your decoys.db2.gz to decoys&lt;br /&gt;
now copy your ligands.db2.gz to ligands&lt;br /&gt;
&lt;br /&gt;
7) Submit DOCK and enrichment calculation.&lt;br /&gt;
 csh /path/to/script/lig-decoy_enrichment.csh&lt;br /&gt;
&lt;br /&gt;
8) Combine and analyze the docking results.&lt;br /&gt;
 csh /path/to/script/combineScoresAndPoses.csh #1st change the path inside the script to your own dir&lt;br /&gt;
 csh /path/to/script/AUCplot_of-lig-decoys.csh #1st change the path inside the script to your own dir&lt;br /&gt;
&lt;br /&gt;
9) Visualize the logAUC by heatmap.&lt;br /&gt;
 python /path/to/script/mk_matrix_logAUC.py&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9918</id>
		<title>How to do parameter scanning</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9918"/>
		<updated>2017-02-09T05:56:55Z</updated>

		<summary type="html">&lt;p&gt;Mas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiankun Lyu, 2017/01/18&lt;br /&gt;
&lt;br /&gt;
The hierarchy of the directories:&lt;br /&gt;
&lt;br /&gt;
 thin_spheres_parameter_scanning----- std_dockprep &lt;br /&gt;
                                                                 |&lt;br /&gt;
                                                                 |------ dockfiles&lt;br /&gt;
               |                                                 | &lt;br /&gt;
               |                                                 |----- working&lt;br /&gt;
               |                                                 |&lt;br /&gt;
               |                                                 ------ rec.pdb, xtal-lig.pdb, INDOCK and other files generated balstermaster.py&lt;br /&gt;
               |&lt;br /&gt;
               ------- script ------ dockprep_thin_spheres_in_batches.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ submit_dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ lig-decoy_enrichment.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ combineScoresAndPoses.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ AUCplot_of-lig-decoys.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ mk_matrix_logAUC.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ sph_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ pdb_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               ------- close_sph.py&lt;br /&gt;
&lt;br /&gt;
1) Make those directories above.&lt;br /&gt;
 mkdir thin_spheres_parameter_scanning&lt;br /&gt;
 cd thin_spheres_parameter_scanning&lt;br /&gt;
 mkdir std_dockprep&lt;br /&gt;
 mkdir script&lt;br /&gt;
&lt;br /&gt;
2) Run blastermaster.py in std_dockprep.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
3) Download sph_lib.py, pdb_lib.py and close_sph.py files into the script directory&lt;br /&gt;
 cd script&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
&lt;br /&gt;
4) Copy scripts from my path.&lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres_in_batches.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/submit_dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/lig-decoy_enrichment.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/combineScoresAndPoses.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/AUCplot_of-lig-decoys.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/mk_matrix_logAUC.py .&lt;br /&gt;
&lt;br /&gt;
5) Run parameter scanning.&lt;br /&gt;
 cd ../ # go back to thin_spheres_parameter_scanning folder&lt;br /&gt;
 csh /path/to/script/dockprep_thin_spheres_in_batches.csh /path/to/script/ /path/to/std_dockprep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:- you can edit dockprep_thin_spheres_in_batches.csh to include more CPUs in Job Bound&lt;br /&gt;
&lt;br /&gt;
6) make the following subfolders&lt;br /&gt;
&lt;br /&gt;
   mkdir ligands-decoys&lt;br /&gt;
   cd ligands-decoys&lt;br /&gt;
   mkdir ligands&lt;br /&gt;
   mkdir decoys&lt;br /&gt;
&lt;br /&gt;
now copy your decoys.db2.gz to decoys&lt;br /&gt;
now copy your ligands.db2.gz to ligands&lt;br /&gt;
&lt;br /&gt;
7) Submit DOCK and enrichment calculation.&lt;br /&gt;
 csh /path/to/script/lig-decoy_enrichment.csh&lt;br /&gt;
&lt;br /&gt;
8) Combine and analyze the docking results.&lt;br /&gt;
 csh /path/to/script/combineScoresAndPoses.csh&lt;br /&gt;
 csh /path/to/script/AUCplot_of-lig-decoys.csh&lt;br /&gt;
&lt;br /&gt;
9) Visualize the logAUC by heatmap.&lt;br /&gt;
 python /path/to/script/mk_matrix_logAUC.py&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9917</id>
		<title>How to do parameter scanning</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9917"/>
		<updated>2017-02-09T05:56:29Z</updated>

		<summary type="html">&lt;p&gt;Mas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiankun Lyu, 2017/01/18&lt;br /&gt;
&lt;br /&gt;
The hierarchy of the directories:&lt;br /&gt;
&lt;br /&gt;
 thin_spheres_parameter_scanning----- std_dockprep &lt;br /&gt;
                                                                          |&lt;br /&gt;
                                                                          |------ dockfiles&lt;br /&gt;
               |                                                          | &lt;br /&gt;
               |                                                          |----- working&lt;br /&gt;
               |                                                          |&lt;br /&gt;
               |                                                          ------ rec.pdb, xtal-lig.pdb, INDOCK and other files generated balstermaster.py&lt;br /&gt;
               |&lt;br /&gt;
               ------- script ------ dockprep_thin_spheres_in_batches.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ submit_dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ lig-decoy_enrichment.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ combineScoresAndPoses.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ AUCplot_of-lig-decoys.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ mk_matrix_logAUC.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ sph_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ pdb_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               ------- close_sph.py&lt;br /&gt;
&lt;br /&gt;
1) Make those directories above.&lt;br /&gt;
 mkdir thin_spheres_parameter_scanning&lt;br /&gt;
 cd thin_spheres_parameter_scanning&lt;br /&gt;
 mkdir std_dockprep&lt;br /&gt;
 mkdir script&lt;br /&gt;
&lt;br /&gt;
2) Run blastermaster.py in std_dockprep.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
3) Download sph_lib.py, pdb_lib.py and close_sph.py files into the script directory&lt;br /&gt;
 cd script&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
&lt;br /&gt;
4) Copy scripts from my path.&lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres_in_batches.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/submit_dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/lig-decoy_enrichment.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/combineScoresAndPoses.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/AUCplot_of-lig-decoys.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/mk_matrix_logAUC.py .&lt;br /&gt;
&lt;br /&gt;
5) Run parameter scanning.&lt;br /&gt;
 cd ../ # go back to thin_spheres_parameter_scanning folder&lt;br /&gt;
 csh /path/to/script/dockprep_thin_spheres_in_batches.csh /path/to/script/ /path/to/std_dockprep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:- you can edit dockprep_thin_spheres_in_batches.csh to include more CPUs in Job Bound&lt;br /&gt;
&lt;br /&gt;
6) make the following subfolders&lt;br /&gt;
&lt;br /&gt;
   mkdir ligands-decoys&lt;br /&gt;
   cd ligands-decoys&lt;br /&gt;
   mkdir ligands&lt;br /&gt;
   mkdir decoys&lt;br /&gt;
&lt;br /&gt;
now copy your decoys.db2.gz to decoys&lt;br /&gt;
now copy your ligands.db2.gz to ligands&lt;br /&gt;
&lt;br /&gt;
7) Submit DOCK and enrichment calculation.&lt;br /&gt;
 csh /path/to/script/lig-decoy_enrichment.csh&lt;br /&gt;
&lt;br /&gt;
8) Combine and analyze the docking results.&lt;br /&gt;
 csh /path/to/script/combineScoresAndPoses.csh&lt;br /&gt;
 csh /path/to/script/AUCplot_of-lig-decoys.csh&lt;br /&gt;
&lt;br /&gt;
9) Visualize the logAUC by heatmap.&lt;br /&gt;
 python /path/to/script/mk_matrix_logAUC.py&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9916</id>
		<title>How to do parameter scanning</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9916"/>
		<updated>2017-02-09T05:55:55Z</updated>

		<summary type="html">&lt;p&gt;Mas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiankun Lyu, 2017/01/18&lt;br /&gt;
&lt;br /&gt;
The hierarchy of the directories:&lt;br /&gt;
&lt;br /&gt;
 thin_spheres_parameter_scanning----- std_dockprep &lt;br /&gt;
                                                                          |&lt;br /&gt;
                                                                          |------ dockfiles&lt;br /&gt;
               |                                                          | &lt;br /&gt;
               |                                                          |----- working&lt;br /&gt;
               |                                                          |&lt;br /&gt;
               |                                                          ------ rec.pdb, xtal-lig.pdb, and other files generated balstermaster.py&lt;br /&gt;
               |&lt;br /&gt;
               ------- script ------ dockprep_thin_spheres_in_batches.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ submit_dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ lig-decoy_enrichment.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ combineScoresAndPoses.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ AUCplot_of-lig-decoys.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ mk_matrix_logAUC.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ sph_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ pdb_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               ------- close_sph.py&lt;br /&gt;
&lt;br /&gt;
1) Make those directories above.&lt;br /&gt;
 mkdir thin_spheres_parameter_scanning&lt;br /&gt;
 cd thin_spheres_parameter_scanning&lt;br /&gt;
 mkdir std_dockprep&lt;br /&gt;
 mkdir script&lt;br /&gt;
&lt;br /&gt;
2) Run blastermaster.py in std_dockprep.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
3) Download sph_lib.py, pdb_lib.py and close_sph.py files into the script directory&lt;br /&gt;
 cd script&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
&lt;br /&gt;
4) Copy scripts from my path.&lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres_in_batches.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/submit_dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/lig-decoy_enrichment.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/combineScoresAndPoses.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/AUCplot_of-lig-decoys.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/mk_matrix_logAUC.py .&lt;br /&gt;
&lt;br /&gt;
5) Run parameter scanning.&lt;br /&gt;
 cd ../ # go back to thin_spheres_parameter_scanning folder&lt;br /&gt;
 csh /path/to/script/dockprep_thin_spheres_in_batches.csh /path/to/script/ /path/to/std_dockprep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:- you can edit dockprep_thin_spheres_in_batches.csh to include more CPUs in Job Bound&lt;br /&gt;
&lt;br /&gt;
6) make the following subfolders&lt;br /&gt;
&lt;br /&gt;
   mkdir ligands-decoys&lt;br /&gt;
   cd ligands-decoys&lt;br /&gt;
   mkdir ligands&lt;br /&gt;
   mkdir decoys&lt;br /&gt;
&lt;br /&gt;
now copy your decoys.db2.gz to decoys&lt;br /&gt;
now copy your ligands.db2.gz to ligands&lt;br /&gt;
&lt;br /&gt;
7) Submit DOCK and enrichment calculation.&lt;br /&gt;
 csh /path/to/script/lig-decoy_enrichment.csh&lt;br /&gt;
&lt;br /&gt;
8) Combine and analyze the docking results.&lt;br /&gt;
 csh /path/to/script/combineScoresAndPoses.csh&lt;br /&gt;
 csh /path/to/script/AUCplot_of-lig-decoys.csh&lt;br /&gt;
&lt;br /&gt;
9) Visualize the logAUC by heatmap.&lt;br /&gt;
 python /path/to/script/mk_matrix_logAUC.py&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9915</id>
		<title>How to do parameter scanning</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9915"/>
		<updated>2017-02-09T04:35:03Z</updated>

		<summary type="html">&lt;p&gt;Mas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiankun Lyu, 2017/01/18&lt;br /&gt;
&lt;br /&gt;
The hierarchy of the directories:&lt;br /&gt;
&lt;br /&gt;
 thin_spheres_parameter_scanning----- std_dockprep ------ dockfiles&lt;br /&gt;
               |                            | &lt;br /&gt;
               |                            |----- working&lt;br /&gt;
               |                            |&lt;br /&gt;
               |                            ------ other files generated balstermaster.py&lt;br /&gt;
               |&lt;br /&gt;
               ------- script ------ dockprep_thin_spheres_in_batches.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ submit_dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ lig-decoy_enrichment.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ combineScoresAndPoses.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ AUCplot_of-lig-decoys.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ mk_matrix_logAUC.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ sph_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ pdb_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               ------- close_sph.py&lt;br /&gt;
&lt;br /&gt;
1) Make those directories above.&lt;br /&gt;
 mkdir thin_spheres_parameter_scanning&lt;br /&gt;
 cd thin_spheres_parameter_scanning&lt;br /&gt;
 mkdir std_dockprep&lt;br /&gt;
 mkdir script&lt;br /&gt;
&lt;br /&gt;
2) Run blastermaster.py in std_dockprep.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
3) Download sph_lib.py, pdb_lib.py and close_sph.py files into the script directory&lt;br /&gt;
 cd script&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
&lt;br /&gt;
4) Copy scripts from my path.&lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres_in_batches.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/submit_dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/lig-decoy_enrichment.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/combineScoresAndPoses.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/AUCplot_of-lig-decoys.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/mk_matrix_logAUC.py .&lt;br /&gt;
&lt;br /&gt;
5) Run parameter scanning.&lt;br /&gt;
 cd ../ # go back to thin_spheres_parameter_scanning folder&lt;br /&gt;
 csh /path/to/script/dockprep_thin_spheres_in_batches.csh /path/to/script/ /path/to/std_dockprep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:- you can edit dockprep_thin_spheres_in_batches.csh to include more CPUs in Job Bound&lt;br /&gt;
&lt;br /&gt;
6) make the following subfolders&lt;br /&gt;
&lt;br /&gt;
   mkdir ligands-decoys&lt;br /&gt;
   cd ligands-decoys&lt;br /&gt;
   mkdir ligands&lt;br /&gt;
   mkdir decoys&lt;br /&gt;
&lt;br /&gt;
now copy your decoys.db2.gz to decoys&lt;br /&gt;
now copy your ligands.db2.gz to ligands&lt;br /&gt;
&lt;br /&gt;
7) Submit DOCK and enrichment calculation.&lt;br /&gt;
 csh /path/to/script/lig-decoy_enrichment.csh&lt;br /&gt;
&lt;br /&gt;
8) Combine and analyze the docking results.&lt;br /&gt;
 csh /path/to/script/combineScoresAndPoses.csh&lt;br /&gt;
 csh /path/to/script/AUCplot_of-lig-decoys.csh&lt;br /&gt;
&lt;br /&gt;
9) Visualize the logAUC by heatmap.&lt;br /&gt;
 python /path/to/script/mk_matrix_logAUC.py&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9914</id>
		<title>How to do parameter scanning</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9914"/>
		<updated>2017-02-09T04:30:36Z</updated>

		<summary type="html">&lt;p&gt;Mas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiankun Lyu, 2017/01/18&lt;br /&gt;
&lt;br /&gt;
The hierarchy of the directories:&lt;br /&gt;
&lt;br /&gt;
 thin_spheres_parameter_scanning----- std_dockprep ------ dockfiles&lt;br /&gt;
               |                            | &lt;br /&gt;
               |                            |----- working&lt;br /&gt;
               |                            |&lt;br /&gt;
               |                            ------ other files generated balstermaster.py&lt;br /&gt;
               |&lt;br /&gt;
               ------- script ------ dockprep_thin_spheres_in_batches.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ submit_dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ lig-decoy_enrichment.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ combineScoresAndPoses.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ AUCplot_of-lig-decoys.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ mk_matrix_logAUC.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ sph_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ pdb_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               ------- close_sph.py&lt;br /&gt;
&lt;br /&gt;
1) Make those directories above.&lt;br /&gt;
 mkdir thin_spheres_parameter_scanning&lt;br /&gt;
 cd thin_spheres_parameter_scanning&lt;br /&gt;
 mkdir std_dockprep&lt;br /&gt;
 mkdir script&lt;br /&gt;
&lt;br /&gt;
2) Run blastermaster.py in std_dockprep.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
3) Download sph_lib.py, pdb_lib.py and close_sph.py files into the script directory&lt;br /&gt;
 cd script&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
&lt;br /&gt;
4) Copy scripts from my path.&lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres_in_batches.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/submit_dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/lig-decoy_enrichment.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/combineScoresAndPoses.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/AUCplot_of-lig-decoys.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/mk_matrix_logAUC.py .&lt;br /&gt;
&lt;br /&gt;
5) Run parameter scanning.&lt;br /&gt;
 cd ../ # go back to thin_spheres_parameter_scanning folder&lt;br /&gt;
 csh /path/to/script/dockprep_thin_spheres_in_batches.csh /path/to/script/ /path/to/std_dockprep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:- you can edit dockprep_thin_spheres_in_batches.csh to include more CPUs in Job Bound&lt;br /&gt;
&lt;br /&gt;
6) make the following subfolders&lt;br /&gt;
&lt;br /&gt;
   mkdir ligands-decoys&lt;br /&gt;
   cd ligands-decoys&lt;br /&gt;
   mkdir ligands&lt;br /&gt;
   mkdir decoys&lt;br /&gt;
&lt;br /&gt;
now copy your decoys.db2.gz to decoys&lt;br /&gt;
now copy your ligands.db2.gz to ligands&lt;br /&gt;
&lt;br /&gt;
7) Submit enrichment calculation.&lt;br /&gt;
 csh /path/to/script/lig-decoy_enrichment.csh&lt;br /&gt;
&lt;br /&gt;
8) Combine and analyze the docking results.&lt;br /&gt;
 csh /path/to/script/combineScoresAndPoses.csh&lt;br /&gt;
 csh /path/to/script/AUCplot_of-lig-decoys.csh&lt;br /&gt;
&lt;br /&gt;
9) Visualize the logAUC by heatmap.&lt;br /&gt;
 python /path/to/script/mk_matrix_logAUC.py&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9913</id>
		<title>How to do parameter scanning</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9913"/>
		<updated>2017-02-09T04:29:58Z</updated>

		<summary type="html">&lt;p&gt;Mas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiankun Lyu, 2017/01/18&lt;br /&gt;
&lt;br /&gt;
The hierarchy of the directories:&lt;br /&gt;
&lt;br /&gt;
 thin_spheres_parameter_scanning----- std_dockprep ------ dockfiles&lt;br /&gt;
               |                            | &lt;br /&gt;
               |                            |----- working&lt;br /&gt;
               |                            |&lt;br /&gt;
               |                            ------ other files generated balstermaster.py&lt;br /&gt;
               |&lt;br /&gt;
               ------- script ------ dockprep_thin_spheres_in_batches.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ submit_dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ lig-decoy_enrichment.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ combineScoresAndPoses.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ AUCplot_of-lig-decoys.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ mk_matrix_logAUC.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ sph_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ pdb_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               ------- close_sph.py&lt;br /&gt;
&lt;br /&gt;
1) Make those directories above.&lt;br /&gt;
 mkdir thin_spheres_parameter_scanning&lt;br /&gt;
 cd thin_spheres_parameter_scanning&lt;br /&gt;
 mkdir std_dockprep&lt;br /&gt;
 mkdir script&lt;br /&gt;
&lt;br /&gt;
2) Run blastermaster.py in std_dockprep.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
3) Download sph_lib.py, pdb_lib.py and close_sph.py files into the script directory&lt;br /&gt;
 cd script&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
&lt;br /&gt;
4) Copy scripts from my path.&lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres_in_batches.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/submit_dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/lig-decoy_enrichment.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/combineScoresAndPoses.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/AUCplot_of-lig-decoys.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/mk_matrix_logAUC.py .&lt;br /&gt;
&lt;br /&gt;
5) Run parameter scanning.&lt;br /&gt;
 cd ../ # go back to thin_spheres_parameter_scanning folder&lt;br /&gt;
 csh /path/to/script/dockprep_thin_spheres_in_batches.csh /path/to/script/ /path/to/std_dockprep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:- you can edit dockprep_thin_spheres_in_batches.csh to include more CPUs in Job Bound&lt;br /&gt;
&lt;br /&gt;
6) make the following subfolders&lt;br /&gt;
&lt;br /&gt;
   mkdir decoys-ligands&lt;br /&gt;
   cd decoys-ligands&lt;br /&gt;
   mkdir ligands&lt;br /&gt;
   mkdir decoys&lt;br /&gt;
&lt;br /&gt;
now copy your decoys.db2.gz to decoys&lt;br /&gt;
now copy your ligands.db2.gz to ligands&lt;br /&gt;
&lt;br /&gt;
7) Submit enrichment calculation.&lt;br /&gt;
 csh /path/to/script/lig-decoy_enrichment.csh&lt;br /&gt;
&lt;br /&gt;
8) Combine and analyze the docking results.&lt;br /&gt;
 csh /path/to/script/combineScoresAndPoses.csh&lt;br /&gt;
 csh /path/to/script/AUCplot_of-lig-decoys.csh&lt;br /&gt;
&lt;br /&gt;
9) Visualize the logAUC by heatmap.&lt;br /&gt;
 python /path/to/script/mk_matrix_logAUC.py&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9912</id>
		<title>How to do parameter scanning</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9912"/>
		<updated>2017-02-09T04:28:33Z</updated>

		<summary type="html">&lt;p&gt;Mas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiankun Lyu, 2017/01/18&lt;br /&gt;
&lt;br /&gt;
The hierarchy of the directories:&lt;br /&gt;
&lt;br /&gt;
 thin_spheres_parameter_scanning----- std_dockprep ------ dockfiles&lt;br /&gt;
               |                            | &lt;br /&gt;
               |                            |----- working&lt;br /&gt;
               |                            |&lt;br /&gt;
               |                            ------ other files generated balstermaster.py&lt;br /&gt;
               |&lt;br /&gt;
               ------- script ------ dockprep_thin_spheres_in_batches.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ submit_dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ lig-decoy_enrichment.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ combineScoresAndPoses.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ AUCplot_of-lig-decoys.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ mk_matrix_logAUC.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ sph_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ pdb_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               ------- close_sph.py&lt;br /&gt;
&lt;br /&gt;
1) Make those directories above.&lt;br /&gt;
 mkdir thin_spheres_parameter_scanning&lt;br /&gt;
 cd thin_spheres_parameter_scanning&lt;br /&gt;
 mkdir std_dockprep&lt;br /&gt;
 mkdir script&lt;br /&gt;
&lt;br /&gt;
2) Run blastermaster.py in std_dockprep.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
3) Download sph_lib.py, pdb_lib.py and close_sph.py files into the script directory&lt;br /&gt;
 cd script&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
&lt;br /&gt;
4) Copy scripts from my path.&lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres_in_batches.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/submit_dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/lig-decoy_enrichment.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/combineScoresAndPoses.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/AUCplot_of-lig-decoys.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/mk_matrix_logAUC.py .&lt;br /&gt;
&lt;br /&gt;
5) Run parameter scanning.&lt;br /&gt;
 cd ../ # go back to thin_spheres_parameter_scanning folder&lt;br /&gt;
 csh /path/to/script/dockprep_thin_spheres_in_batches.csh /path/to/script/ /path/to/std_dockprep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:- you can edit dockprep_thin_spheres_in_batches.csh to include more CPUs in Job Bound&lt;br /&gt;
&lt;br /&gt;
6) make the following subfolders&lt;br /&gt;
&lt;br /&gt;
mkdir decoys-ligands&lt;br /&gt;
mkdir ligands inside decoys-ligands&lt;br /&gt;
mkdir decoys inside decoys-ligands&lt;br /&gt;
&lt;br /&gt;
cp your decoys.db2.gz to decoys&lt;br /&gt;
cp your ligands.bd2.gz to ligands&lt;br /&gt;
&lt;br /&gt;
7) Submit enrichment calculation.&lt;br /&gt;
 csh /path/to/script/lig-decoy_enrichment.csh&lt;br /&gt;
&lt;br /&gt;
8) Combine and analyze the docking results.&lt;br /&gt;
 csh /path/to/script/combineScoresAndPoses.csh&lt;br /&gt;
 csh /path/to/script/AUCplot_of-lig-decoys.csh&lt;br /&gt;
&lt;br /&gt;
9) Visualize the logAUC by heatmap.&lt;br /&gt;
 python /path/to/script/mk_matrix_logAUC.py&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9911</id>
		<title>How to do parameter scanning</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=9911"/>
		<updated>2017-02-08T23:55:27Z</updated>

		<summary type="html">&lt;p&gt;Mas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiankun Lyu, 2017/01/18&lt;br /&gt;
&lt;br /&gt;
The hierarchy of the directories:&lt;br /&gt;
&lt;br /&gt;
 thin_spheres_parameter_scanning----- std_dockprep ------ dockfiles&lt;br /&gt;
               |                            | &lt;br /&gt;
               |                            |----- working&lt;br /&gt;
               |                            |&lt;br /&gt;
               |                            ------ other files generated balstermaster.py&lt;br /&gt;
               |&lt;br /&gt;
               ------- script ------ dockprep_thin_spheres_in_batches.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ submit_dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ dockprep_thin_spheres.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ lig-decoy_enrichment.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ combineScoresAndPoses.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ AUCplot_of-lig-decoys.csh&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ mk_matrix_logAUC.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ sph_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               |------ pdb_lib.py&lt;br /&gt;
                               |&lt;br /&gt;
                               ------- close_sph.py&lt;br /&gt;
&lt;br /&gt;
1) Make those directories above.&lt;br /&gt;
 mkdir thin_spheres_parameter_scanning&lt;br /&gt;
 cd thin_spheres_parameter_scanning&lt;br /&gt;
 mkdir std_dockprep&lt;br /&gt;
 mkdir script&lt;br /&gt;
&lt;br /&gt;
2) Run blastermaster.py in std_dockprep.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
3) Download sph_lib.py, pdb_lib.py and close_sph.py files into the script directory&lt;br /&gt;
 cd script&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
&lt;br /&gt;
4) Copy scripts from my path.&lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres_in_batches.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/submit_dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/dockprep_thin_spheres.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/lig-decoy_enrichment.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/combineScoresAndPoses.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/AUCplot_of-lig-decoys.csh .&lt;br /&gt;
 cp /mnt/nfs/work/jklyu/AmpC/script/mk_matrix_logAUC.py .&lt;br /&gt;
&lt;br /&gt;
5) Run parameter scanning.&lt;br /&gt;
 cd ../ # go back to thin_spheres_parameter_scanning folder&lt;br /&gt;
 csh /path/to/script/dockprep_thin_spheres_in_batches.csh /path/to/script/ /path/to/std_dockprep&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:- you can edit dockprep_thin_spheres_in_batches.csh to include more CPUs in Job Bound&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6) Submit enrichment calculation.&lt;br /&gt;
 csh /path/to/script/lig-decoy_enrichment.csh&lt;br /&gt;
&lt;br /&gt;
7) Combine and analyze the docking results.&lt;br /&gt;
 csh /path/to/script/combineScoresAndPoses.csh&lt;br /&gt;
 csh /path/to/script/AUCplot_of-lig-decoys.csh&lt;br /&gt;
&lt;br /&gt;
8) Visualize the logAUC by heatmap.&lt;br /&gt;
 python /path/to/script/mk_matrix_logAUC.py&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Using_thin_spheres_in_DOCK3.7&amp;diff=9700</id>
		<title>Using thin spheres in DOCK3.7</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Using_thin_spheres_in_DOCK3.7&amp;diff=9700"/>
		<updated>2016-11-10T00:31:18Z</updated>

		<summary type="html">&lt;p&gt;Mas: /* Tutorial for using Thin Spheres in DOCK 3.7 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tutorial for using Thin Spheres in DOCK 3.7==&lt;br /&gt;
&lt;br /&gt;
Written by Trent E. Balius, 2016/11/03.&lt;br /&gt;
&lt;br /&gt;
1) Run blastermaster.py.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
2) Make a new directory called mk_thin_spheres:&lt;br /&gt;
   mkdir  mk_thin_spheres&lt;br /&gt;
   cd mk_thin_spheres&lt;br /&gt;
&lt;br /&gt;
3) First lets make a molecular surface.  We recommend that you make a less dense molecular surface by copying the rec.pdb and running the following command:&lt;br /&gt;
   cp ../rec.pdb .&lt;br /&gt;
   cp ../working/rec.site.dms .&lt;br /&gt;
   $DOCKBASE/proteins/dms/bin/dms rec.pdb -a -d 0.2 -i rec.site.dms -g dms.log -p -n -o rec.ms&lt;br /&gt;
&lt;br /&gt;
Here, the -d flag allows us to pass the program a scalar to modify the density of the surface points.  &lt;br /&gt;
For example, with a -d set to 1.0 the density is will be 5.42 pts/sq.A, while with a -d 0.2, we will get a density of 1.18 pts/sq.A.&lt;br /&gt;
&lt;br /&gt;
Instead, you could copy the molecular surface of the original surface (this is OK for small sites):&lt;br /&gt;
   cp ../working/rec.ms .&lt;br /&gt;
&lt;br /&gt;
4) Run the thin spheres code:&lt;br /&gt;
 /mnt/nfs/home/tbalius/zzz.svn/dockenv/trunk/etc/thin_spheres.py -i rec.ms -o delphi.sph &amp;gt;&amp;amp; thin_spheres.log&lt;br /&gt;
&lt;br /&gt;
Get the following python code:&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
    &lt;br /&gt;
    python close_sph.py delphi.sph ../xtal-lig.pdb delphi_close.sph 2.0&lt;br /&gt;
    head delphi_close.sph&lt;br /&gt;
&lt;br /&gt;
if there are too many spheres (&amp;gt; 1,000), decrease the distance to, say, 1.2. &lt;br /&gt;
&lt;br /&gt;
Note that this is available through the DOCK3.6 release. &lt;br /&gt;
&lt;br /&gt;
    cd ../&lt;br /&gt;
     move back to the top directory.&lt;br /&gt;
&lt;br /&gt;
5) Now lets setup a directory and files to run blastermaster with the Existing Low Dielectric Spheres&lt;br /&gt;
make a new directory call dockprep_w_thin_sph/&lt;br /&gt;
    mkdir  dockprep_w_thin_sph&lt;br /&gt;
    cd dockprep_w_thin_sph&lt;br /&gt;
    cp ../rec.pdb ../../xtal-lig.pdb .&lt;br /&gt;
    mkdir working&lt;br /&gt;
    cp ../../working/rec.crg.pdb working/.&lt;br /&gt;
    cp ../mk_thin_spheres/delphi_close.sph working/lowdielectric.sph    &lt;br /&gt;
&lt;br /&gt;
Make sure the header of the sphere file is cluster 1.&lt;br /&gt;
    head working/lowdielectric.sph&lt;br /&gt;
If it is not and says cluster 0 then run the following, because blaster master expects this to be cluster 1. &lt;br /&gt;
    sed -i &#039;s/cluster     0/cluster     1/g&#039; working/lowdielectric.sph&lt;br /&gt;
&lt;br /&gt;
6) Now lets run blastermaster with Existing Low Dielectric Spheres&lt;br /&gt;
    $DOCKBASE/proteins/blastermaster/blastermaster.py --useExistingLowDielectricSphflag --addNOhydrogensflag&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Using_thin_spheres_in_DOCK3.7&amp;diff=9699</id>
		<title>Using thin spheres in DOCK3.7</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Using_thin_spheres_in_DOCK3.7&amp;diff=9699"/>
		<updated>2016-11-10T00:27:59Z</updated>

		<summary type="html">&lt;p&gt;Mas: /* Tutorial for using Thin Spheres in DOCK 3.7 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tutorial for using Thin Spheres in DOCK 3.7==&lt;br /&gt;
&lt;br /&gt;
Written by Trent E. Balius, 2016/11/03.&lt;br /&gt;
&lt;br /&gt;
1) Run blastermaster.py.  This will generate two directories: working and dockfiles&lt;br /&gt;
&lt;br /&gt;
2) Make a new directory called mk_thin_spheres:&lt;br /&gt;
   mkdir  mk_thin_spheres&lt;br /&gt;
   cd mk_thin_spheres&lt;br /&gt;
&lt;br /&gt;
3) First lets make a molecular surface.  We recommend that you make a less dense molecular surface by copying the rec.pdb and running the following command:&lt;br /&gt;
   cp ../rec.pdb .&lt;br /&gt;
   cp ../working/rec.site.dms .&lt;br /&gt;
   $DOCKBASE/proteins/dms/bin/dms rec.pdb -a -d 0.2 -i rec.site.dms -g dms.log -p -n -o rec.ms&lt;br /&gt;
&lt;br /&gt;
Here, the -d flag allows us to pass the program a scalar to modify the density of the surface points.  &lt;br /&gt;
For example, with a -d set to 1.0 the density is will be 5.42 pts/sq.A, while with a -d 0.2, we will get a density of 1.18 pts/sq.A.&lt;br /&gt;
&lt;br /&gt;
Instead, you could copy the molecular surface of the original surface (this is OK for small sites):&lt;br /&gt;
   cp ../working/rec.ms .&lt;br /&gt;
&lt;br /&gt;
4) Run the thin spheres code:&lt;br /&gt;
 /mnt/nfs/home/tbalius/zzz.svn/dockenv/trunk/etc/thin_spheres.py -i rec.ms -o delphi.sph &amp;gt;&amp;amp; thin_spheres.log&lt;br /&gt;
&lt;br /&gt;
Get the following python code:&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/sph_lib.py &amp;gt; sph_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/pdb_lib.py &amp;gt; pdb_lib.py&lt;br /&gt;
 curl http://docking.org/~tbalius/code/for_dock_3.7/close_sph.py &amp;gt; close_sph.py&lt;br /&gt;
    &lt;br /&gt;
    python close_sph.py delphi.sph ../xtal-lig.pdb delphi_close.sph 2.0&lt;br /&gt;
    head delphi_close.sph&lt;br /&gt;
&lt;br /&gt;
if there are too many spheres (&amp;gt; 1,000), decrease the distance to, say, 1.2. &lt;br /&gt;
&lt;br /&gt;
Note that this is available through the DOCK3.6 release. &lt;br /&gt;
&lt;br /&gt;
cd ../&lt;br /&gt;
move back to the top directory.&lt;br /&gt;
&lt;br /&gt;
5) Now lets setup a directory and files to run blastermaster with the Existing Low Dielectric Spheres&lt;br /&gt;
make a new directory call dockprep_w_thin_sph/&lt;br /&gt;
    mkdir  dockprep_w_thin_sph&lt;br /&gt;
    cd dockprep_w_thin_sph&lt;br /&gt;
    cp ../rec.pdb ../../xtal-lig.pdb .&lt;br /&gt;
    mkdir working&lt;br /&gt;
    cp ../../working/rec.crg.pdb working/.&lt;br /&gt;
    cp ../mk_thin_spheres/delphi_close.sph working/lowdielectric.sph    &lt;br /&gt;
&lt;br /&gt;
Make sure the header of the sphere file is cluster 1.&lt;br /&gt;
    head working/lowdielectric.sph&lt;br /&gt;
If it is not and says cluster 0 then run the following, because blaster master expects this to be cluster 1. &lt;br /&gt;
    sed -i &#039;s/cluster     0/cluster     1/g&#039; working/lowdielectric.sph&lt;br /&gt;
&lt;br /&gt;
6) Now lets run blastermaster with Existing Low Dielectric Spheres&lt;br /&gt;
    $DOCKBASE/proteins/blastermaster/blastermaster.py --useExistingLowDielectricSphflag --addNOhydrogensflag&lt;/div&gt;</summary>
		<author><name>Mas</name></author>
	</entry>
</feed>