<?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=Chasemwebb</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=Chasemwebb"/>
	<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Special:Contributions/Chasemwebb"/>
	<updated>2026-05-25T02:51:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13347</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13347"/>
		<updated>2021-03-09T07:16:22Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
3/08/2021 Chase Webb &lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
* Its always good practice to specify a relevant working directory and save the project. Maestro is prone to crashing randomly, especially when remotely accessing the license. Wouldn&#039;t want to lose all of your hard work.&lt;br /&gt;
&lt;br /&gt;
* Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
* Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane using the &#039;&#039;&#039;System Builder&#039;&#039;&#039; tool. Use residue information obtained from OPM database (https://opm.phar.umich.edu/), add salts, add solvent. Default settings work well for most situations.&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the &#039;&#039;&#039;Molecular Dynamics&#039;&#039;&#039; tool to write out a simulation file to run on the cluster. Load the system you built in the previous step from the workspace. Specify a simulation time, for high confidence complexes, 20 ns should suffice. For more exploratory complexes and to assess stability of the ligand extend to 50-100 ns. Use the default Schrodinger protocol to relax the model system before starting the production run of the simulation. For ease of evaluation, you can check the box to output interaction analysis at the completion of the job. Instead of clicking run, click the gear to the left of the run button and write the file out to the disk.&lt;br /&gt;
&lt;br /&gt;
* Replace the gimel-biggpu in the written out simulation job with the correct gpu location, gimel5.heavygpu then transfer (scp) the simulation job to gimel5, and submit&lt;br /&gt;
  &lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation using the &#039;&#039;&#039;Simulation Interactions Diagram&#039;&#039;&#039; tool from the TASKS menu. Import the -out.cms file from the simulation to analyze, it takes 5-10 minutes to load. If you are satisfied with the simulation as evidenced by things such as stability of protein/ligand, proceed. If not, potentially try another docked pose or run the simulation for a longer time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the schrodinger command line tools to convert the last frame of the simulation -out.cms into .mae file.&lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
You have now prepared the receptor and the initial state for an FEP+ map. Marvel at your accomplishments. &lt;br /&gt;
&lt;br /&gt;
== Useful Schrodinger Commands ==&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that basic tertiary amines cannot invert their stereogenic centers during the simulation, making it important to model both protomers.&lt;br /&gt;
&lt;br /&gt;
* Import the ligands into the workspace, recommend that you import smiles or a mol2 file. Use the &#039;&#039;&#039;LigPrep&#039;&#039;&#039; tool to build the ligands into a 3D dockable format. Consider generating a good amount of stereoisomers if you are unsure about the sterochemistry or you only have relative stereochemical information. Generate the relevant protomers at the relevant pH.&lt;br /&gt;
&lt;br /&gt;
* Build a grid for docking from the .mae file you generated above using the &#039;&#039;&#039;Receptor Grid Generation&#039;&#039;&#039; tool. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Simultaneously as above, use &#039;&#039;&#039;Force field builder&#039;&#039;&#039; to add potential energy functions for torsions that are missing from the Schrodinger catalog but present in your ligands. This is a time consuming step so do this as soon as you know which ligands you want to run FEP on. &lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking [when in doubt, always just do core constrained docking]&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13346</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13346"/>
		<updated>2021-03-09T03:15:34Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
* Its always good practice to specify a relevant working directory and save the project. Maestro is prone to crashing randomly, especially when remotely accessing the license. Wouldn&#039;t want to lose all of your hard work.&lt;br /&gt;
&lt;br /&gt;
* Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
* Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane using the &#039;&#039;&#039;System Builder&#039;&#039;&#039; tool. Use residue information obtained from OPM database (https://opm.phar.umich.edu/), add salts, add solvent. Default settings work well for most situations.&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the &#039;&#039;&#039;Molecular Dynamics&#039;&#039;&#039; tool to write out a simulation file to run on the cluster. Load the system you built in the previous step from the workspace. Specify a simulation time, for high confidence complexes, 20 ns should suffice. For more exploratory complexes and to assess stability of the ligand extend to 50-100 ns. Use the default Schrodinger protocol to relax the model system before starting the production run of the simulation. For ease of evaluation, you can check the box to output interaction analysis at the completion of the job. Instead of clicking run, click the gear to the left of the run button and write the file out to the disk.&lt;br /&gt;
&lt;br /&gt;
* Replace the gimel-biggpu in the written out simulation job with the correct gpu location, gimel5.heavygpu then transfer (scp) the simulation job to gimel5, and submit&lt;br /&gt;
  &lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation using the &#039;&#039;&#039;Simulation Interactions Diagram&#039;&#039;&#039; tool from the TASKS menu. Import the -out.cms file from the simulation to analyze, it takes 5-10 minutes to load. If you are satisfied with the simulation as evidenced by things such as stability of protein/ligand, proceed. If not, potentially try another docked pose or run the simulation for a longer time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the schrodinger command line tools to convert the last frame of the simulation -out.cms into .mae file.&lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
You have now prepared the receptor and the initial state for an FEP+ map. Marvel at your accomplishments. &lt;br /&gt;
&lt;br /&gt;
== Useful Schrodinger Commands ==&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that tertiary amines cannot invert stereochemistry during the simulation, making it important to model both pseudo-stereoisomers. Note: This is especially important for basic amines that are protonated. Make sure to model the proton on both sides!&lt;br /&gt;
&lt;br /&gt;
* Import the ligands into the workspace, recommend that you import smiles or a mol2 file. Use the &#039;&#039;&#039;LigPrep&#039;&#039;&#039; tool to build the ligands into a 3D dockable format. Consider generating a good amount of stereoisomers if you are unsure about the sterochemistry or you only have relative stereochemical information. Generate the relevant protomers at the relevant pH.&lt;br /&gt;
&lt;br /&gt;
* Build a grid for docking from the .mae file you generated above using the &#039;&#039;&#039;Receptor Grid Generation&#039;&#039;&#039; tool. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Simultaneously as above, use &#039;&#039;&#039;Force field builder&#039;&#039;&#039; to add potential energy functions for torsions that are missing from the Schrodinger catalog but present in your ligands. This is a time consuming step so do this as soon as you know which ligands you want to run FEP on. &lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking [when in doubt, always just do core constrained docking]&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13345</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13345"/>
		<updated>2021-03-09T03:09:57Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
* Its always good practice to specify a relevant working directory and save the project. Maestro is prone to crashing randomly, especially when remotely accessing the license. Wouldn&#039;t want to lose all of your hard work.&lt;br /&gt;
&lt;br /&gt;
* Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
* Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane using the &#039;&#039;&#039;System Builder&#039;&#039;&#039; tool. Use residue information obtained from OPM database (https://opm.phar.umich.edu/), add salts, add solvent. Default settings work well for most situations.&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the &#039;&#039;&#039;Molecular Dynamics&#039;&#039;&#039; tool to write out a simulation file to run on the cluster. Load the system you built in the previous step from the workspace. Specify a simulation time, for high confidence complexes, 20 ns should suffice. For more exploratory complexes and to assess stability of the ligand extend to 50-100 ns. Use the default Schrodinger protocol to relax the model system before starting the production run of the simulation. For ease of evaluation, you can check the box to output interaction analysis at the completion of the job. Instead of clicking run, click the gear to the left of the run button and write the file out to the disk.&lt;br /&gt;
&lt;br /&gt;
* Replace the gimel-biggpu in the written out simulation job with the correct gpu location, gimel5.heavygpu then transfer (scp) the simulation job to gimel5, and submit&lt;br /&gt;
  &lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation using the &#039;&#039;&#039;Simulation Interactions Diagram&#039;&#039;&#039; tool from the TASKS menu. Import the -out.cms file from the simulation to analyze, it takes 5-10 minutes to load. If you are satisfied with the simulation as evidenced by things such as stability of protein/ligand, proceed. If not, potentially try another docked pose or run the simulation for a longer time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the schrodinger command line tools to convert the last frame of the simulation -out.cms into .mae file.&lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
You have now prepared the receptor and the initial state for an FEP+ map. Marvel at your accomplishments. &lt;br /&gt;
&lt;br /&gt;
== Useful Schrodinger Commands ==&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that tertiary amines cannot invert stereochemistry during the simulation, making it important to model both pseudo-stereoisomers. Note: This is especially important for basic amines that are protonated. Make sure to model the proton on both sides!&lt;br /&gt;
&lt;br /&gt;
* Import the ligands into the workspace, recommend that you import smiles or a mol2 file. Use the &#039;&#039;&#039;LigPrep&#039;&#039;&#039; tool to build the ligands into a 3D dockable format. Consider generating a good amount of stereoisomers if you are unsure about the sterochemistry or you only have relative stereochemical information. Generate the relevant protomers at the relevant pH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Force field builder&lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13344</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13344"/>
		<updated>2021-03-09T03:01:10Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
* Its always good practice to specify a relevant working directory and save the project. Maestro is prone to crashing randomly, especially when remotely accessing the license. Wouldn&#039;t want to lose all of your hard work.&lt;br /&gt;
&lt;br /&gt;
* Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
* Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane using the &#039;&#039;&#039;System Builder&#039;&#039;&#039; tool. Use residue information obtained from OPM database (https://opm.phar.umich.edu/), add salts, add solvent. Default settings work well for most situations.&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the &#039;&#039;&#039;Molecular Dynamics&#039;&#039;&#039; tool to write out a simulation file to run on the cluster. Load the system you built in the previous step from the workspace. Specify a simulation time, for high confidence complexes, 20 ns should suffice. For more exploratory complexes and to assess stability of the ligand extend to 50-100 ns. Use the default Schrodinger protocol to relax the model system before starting the production run of the simulation. For ease of evaluation, you can check the box to output interaction analysis at the completion of the job. Instead of clicking run, click the gear to the left of the run button and write the file out to the disk.&lt;br /&gt;
&lt;br /&gt;
* Replace the gimel-biggpu in the written out simulation job with the correct gpu location, gimel5.heavygpu then transfer (scp) the simulation job to gimel5, and submit&lt;br /&gt;
  &lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation using the &#039;&#039;&#039;Simulation Interactions Diagram&#039;&#039;&#039; tool from the TASKS menu. Import the -out.cms file from the simulation to analyze, it takes 5-10 minutes to load. If you are satisfied with the simulation as evidenced by things such as stability of protein/ligand, proceed. If not, potentially try another docked pose or run the simulation for a longer time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the schrodinger command line tools to convert the last frame of the simulation -out.cms into .mae file.&lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
You have now prepared the receptor and the initial state for an FEP+ map. &lt;br /&gt;
&lt;br /&gt;
== Useful Schrodinger Commands ==&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that triply-substituted ammonium cannot invert stereochemistry during the simulation, making it important to model both pseudo-stereoisomers.&lt;br /&gt;
&lt;br /&gt;
* Force field builder&lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13343</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13343"/>
		<updated>2021-03-09T03:00:14Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
* Its always good practice to specify a relevant working directory and save the project. Maestro is prone to crashing randomly, especially when remotely accessing the license. Wouldn&#039;t want to lose all of your hard work.&lt;br /&gt;
&lt;br /&gt;
* Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
* Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane using the &#039;&#039;&#039;System Builder&#039;&#039;&#039; tool. Use residue information obtained from OPM database (https://opm.phar.umich.edu/), add salts, add solvent. Default settings work well for most situations.&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the &#039;&#039;&#039;Molecular Dynamics&#039;&#039;&#039; tool to write out a simulation file to run on the cluster. Load the system you built in the previous step from the workspace. Specify a simulation time, for high confidence complexes, 20 ns should suffice. For more exploratory complexes and to assess stability of the ligand extend to 50-100 ns. Use the default Schrodinger protocol to relax the model system before starting the production run of the simulation. For ease of evaluation, you can check the box to output interaction analysis at the completion of the job. Instead of clicking run, click the gear to the left of the run button and write the file out to the disk.&lt;br /&gt;
&lt;br /&gt;
* Replace the gimel-biggpu in the written out simulation job with the correct gpu location, gimel5.heavygpu then transfer (scp) the simulation job to gimel5, and submit&lt;br /&gt;
  &lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation using the &#039;&#039;&#039;Simulation Interactions Diagram&#039;&#039;&#039; tool from the TASKS menu. Import the -out.cms file from the simulation to analyze, it takes 5-10 minutes to load. If you are satisfied with the simulation as evidenced by things such as stability of protein/ligand, proceed. If not, potentially try another docked pose or run the simulation for a longer time.&lt;br /&gt;
&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the schrodinger command line tools to convert the last frame of the simulation -out.cms into .mae file.&lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
You have now prepared the receptor and the initial state for an FEP+ map. &lt;br /&gt;
&lt;br /&gt;
== Useful Schrodinger Commands ==&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that triply-substituted ammonium cannot invert stereochemistry during the simulation, making it important to model both pseudo-stereoisomers.&lt;br /&gt;
&lt;br /&gt;
* Force field builder&lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13342</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13342"/>
		<updated>2021-03-09T02:53:51Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
* Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
* Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane using the &#039;&#039;&#039;System Builder&#039;&#039;&#039; tool. Use residue information obtained from OPM database (https://opm.phar.umich.edu/), add salts, add solvent. Default settings work well for most situations.&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the &#039;&#039;&#039;Molecular Dynamics&#039;&#039;&#039; tool to write out a simulation file to run on the cluster. Load the system you built in the previous step from the workspace. Specify a simulation time, for high confidence complexes, 20 ns should suffice. For more exploratory complexes and to assess stability of the ligand extend to 50-100 ns. Use the default Schrodinger protocol to relax the model system before starting the production run of the simulation. For ease of evaluation, you can check the box to output interaction analysis at the completion of the job. Instead of clicking run, click the gear to the left of the run button and write the file out to the disk.&lt;br /&gt;
&lt;br /&gt;
* Replace the gimel-biggpu in the written out simulation job with the correct gpu location, gimel5.heavygpu then transfer (scp) the simulation job to gimel5, and submit&lt;br /&gt;
  &lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert -out.cms into mae &lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that triply-substituted ammonium cannot invert stereochemistry during the simulation, making it important to model both pseudo-stereoisomers.&lt;br /&gt;
&lt;br /&gt;
* Force field builder&lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13341</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13341"/>
		<updated>2021-03-09T02:52:33Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
* Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
* Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane using the &#039;&#039;&#039;System Builder&#039;&#039;&#039; tool. Use residue information obtained from OPM database (https://opm.phar.umich.edu/), add salts, add solvent. Default settings work well for most situations.&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use the &#039;&#039;&#039;Molecular Dynamics&#039;&#039;&#039; tool to write out a simulation file to run on the cluster. Load the system you built in the previous step from the workspace. Specify a simulation time, for high confidence complexes, 20 ns should suffice. For more exploratory complexes and to assess stability of the ligand extend to 50-100 ns. Use the default Schrodinger protocol to relax the model system before starting the production run of the simulation. For ease of evaluation, you can check the box to output interaction analysis at the completion of the job. Instead of clicking run, click the gear to the left of the run button and write the file out to the disk.&lt;br /&gt;
&lt;br /&gt;
* Replace the gimel-biggpu in the written out simulation job with the correct gpu location, gimel5.heavygpu then transfer (scp) the simulation job to gimel5, and submit&lt;br /&gt;
  &lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert -out.cms into mae &lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that triply-substituted ammonium cannot invert stereochemistry during the simulation, making it important to model both pseudo-stereoisomers.&lt;br /&gt;
&lt;br /&gt;
* Force field builder&lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13340</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13340"/>
		<updated>2021-03-09T02:50:02Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
* Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
* Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane using the &#039;&#039;&#039;System Builder&#039;&#039;&#039; tool. Use residue information obtained from OPM database (https://opm.phar.umich.edu/), add salts, add solvent. Default settings work well for most situations.&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use Desmond to write an MD job submission file using the &#039;&#039;&#039;Molecular Dynamics&#039;&#039;&#039; tool. Load the system you built in the previous step from the workspace. Specify a simulation time, for high confidence complexes, 20 ns should suffice. For more exploratory complexes and to assess stability of the ligand extend to 50-100 ns. Use the default Schrodinger protocol to relax the model system before starting the production run of the simulation. For ease of evaluation, you can check the box to output interaction analysis at the completion of the job. Instead of clicking run, click the gear to the left and write the file out to the disk.&lt;br /&gt;
&lt;br /&gt;
* Replace the gimel-biggpu in the written out simulation job with the correct gpu location, then transfer (scp) the simulation job to gimel5, and submit&lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert -out.cms into mae &lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that triply-substituted ammonium cannot invert stereochemistry during the simulation, making it important to model both pseudo-stereoisomers.&lt;br /&gt;
&lt;br /&gt;
* Force field builder&lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13339</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13339"/>
		<updated>2021-03-09T02:35:51Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
* Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
* Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane using the &#039;&#039;&#039;System Builder&#039;&#039;&#039; tool. Use residue information obtained from OPM database (https://opm.phar.umich.edu/), add salts, add solvent. Default settings work well for most situations.&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Use Desmond to write an MD job submission file using the &#039;&#039;&#039;Molecular Dynamics&#039;&#039;&#039; tool. Replace gimel-biggpu to gimel5.heavygpu&lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Transfer (scp) to gimel5, and submit&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert -out.cms into mae &lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that triply-substituted ammonium cannot invert stereochemistry during the simulation, making it important to model both pseudo-stereoisomers.&lt;br /&gt;
&lt;br /&gt;
* Force field builder&lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13338</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13338"/>
		<updated>2021-03-09T02:33:21Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
* Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
* Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane using the &#039;&#039;&#039;System Builder&#039;&#039;&#039; tool. Use residue information obtained from OPM database (https://opm.phar.umich.edu/), add salts, add solvent&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
* write job submission file, and replace gimel-biggpu to gimel5.heavygpu&lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Transfer (scp) to gimel5, and submit&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert -out.cms into mae &lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that triply-substituted ammonium cannot invert stereochemistry during the simulation, making it important to model both pseudo-stereoisomers.&lt;br /&gt;
&lt;br /&gt;
* Force field builder&lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13337</id>
		<title>FEP+ for GPCR</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=FEP%2B_for_GPCR&amp;diff=13337"/>
		<updated>2021-03-09T02:29:42Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2/25/2021 Ying Yang&lt;br /&gt;
&lt;br /&gt;
Steps for setting up a FEP prediction for membrane protein &lt;br /&gt;
[[File:workflow_FEP.png|thumb|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Protein  side ==&lt;br /&gt;
Begin by importing the structure of interest with a ligand that you are confident about. (FEP works best with an experimentally determined structure but can work with a docked pose if you are careful).&lt;br /&gt;
&lt;br /&gt;
Run the protein preparation wizard on your protein. Think carefully about protonation, you might even consider using the interactive protonation function to optimize the protonation state of the binding site residues or allosteric control points manually.&lt;br /&gt;
Carefully look into the binding site and make sure the residues are correctly protonated...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protein model completeness&#039;&#039;&#039; &lt;br /&gt;
Protein preparation should include fixing any chain breaks, modeling in any loop conformations and adding any missing side chains. Chain breaks near the active site will likely lead to poor results. Disulfide bridges should be created and termini residues capped where applicable.&lt;br /&gt;
&lt;br /&gt;
=== Equilibration of complex structure (with confident binding pose) ===&lt;br /&gt;
&lt;br /&gt;
* Build membrane (use the OPM database), add salts, add solvent&lt;br /&gt;
  res.num 76-97,112-136,141,143,146-171,194-215,227-229,231-256,323-345,347,360-380,382,398&lt;br /&gt;
&lt;br /&gt;
* write job submission file, and replace gimel-biggpu to gimel5.heavygpu&lt;br /&gt;
  sed -i &#039;s/gimel-biggpu/gimel5.heavygpu/g&#039; desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Transfer (scp) to gimel5, and submit&lt;br /&gt;
  bash desmond_md_job_1.sh&lt;br /&gt;
&lt;br /&gt;
* Kill a submitted or running job:&lt;br /&gt;
  $SCHRODINGER/jobcontrol -kill &amp;lt;jobID&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Analyze the MD simulation&lt;br /&gt;
Visualize the trajectory and analyze the simulation with SID tool&lt;br /&gt;
[[File:SID_analysis.png|thumb|center|350px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Convert -out.cms into mae &lt;br /&gt;
  $SCHRODINGER/run membrane_cms2fep.py -ligand &#039;ligand&#039; 2A_NBOH_MD-out.cms -o relax_2A_NBOH_pv.mae&lt;br /&gt;
&lt;br /&gt;
== Ligand side ==&lt;br /&gt;
&lt;br /&gt;
Careful preparation of the ligands is critical to a successful FEP+ prediction. Best practices include running LigPrep on all the compounds to exhaustively enumerate all the stereoisomers and likely protonation states of the ligands. Note that triply-substituted ammonium cannot invert stereochemistry during the simulation, making it important to model both pseudo-stereoisomers.&lt;br /&gt;
&lt;br /&gt;
* Force field builder&lt;br /&gt;
Run force field builder for all ligands &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Flexible ligand alignment OR core constrain docking&lt;br /&gt;
Depends on how similar/different are the ligands to the reference/center ligand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Create FEP maps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Write out the submission file; change host; submit on gimel5 via slurm&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Analyze_ligand_geometries_using_the_Cambridge_Structural_Database_(CSD)&amp;diff=11765</id>
		<title>Analyze ligand geometries using the Cambridge Structural Database (CSD)</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Analyze_ligand_geometries_using_the_Cambridge_Structural_Database_(CSD)&amp;diff=11765"/>
		<updated>2019-05-21T23:16:49Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 20190521&lt;br /&gt;
&lt;br /&gt;
The generation of torsion angle distributions to determine conformational preference about single rotatable bonds is one of the most common uses of the CSD. This tutorial illustrates how &#039;&#039;&#039;Mogul&#039;&#039;&#039;, part of the CSD software can be used to rapidly determine the torsion angle preferences of substituted oxamides by inspecting occurrences of this motif in the CSD. &lt;br /&gt;
&lt;br /&gt;
Source the current environment for CSD-2019&lt;br /&gt;
 source /nfs/soft/csd/csd-2019/env.csh&lt;br /&gt;
&lt;br /&gt;
Open mogul interface by running the following command:&lt;br /&gt;
  /nfs/soft/csd/csd-2019/CSD_2019/bin/mogul&lt;br /&gt;
&lt;br /&gt;
If prompted for the license, it lives here:&lt;br /&gt;
 /nfs/soft/csd/csd-2019/CSD_2019/csd_licence.dat&lt;br /&gt;
&lt;br /&gt;
You can save a copy in your home directory so that you are not prompted for the location every time you use the CSD.&lt;br /&gt;
&lt;br /&gt;
In the CCDC Mogul 1.8.1 interface, import smiles by clicking load, or draw the motif you are interested in assessing by clicking on the Draw button to bring up a drawing window.&lt;br /&gt;
&lt;br /&gt;
Hit search to submit the query and you should find see a histogram of the reported torsion angles for your query.&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Analyze_ligand_geometries_using_the_Cambridge_Structural_Database_(CSD)&amp;diff=11764</id>
		<title>Analyze ligand geometries using the Cambridge Structural Database (CSD)</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Analyze_ligand_geometries_using_the_Cambridge_Structural_Database_(CSD)&amp;diff=11764"/>
		<updated>2019-05-21T22:18:52Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 20190521&lt;br /&gt;
&lt;br /&gt;
The generation of torsion angle distributions to determine conformational preference about single rotatable bonds is one of the most common uses of the CSD. This tutorial illustrates how &#039;&#039;&#039;Mogul&#039;&#039;&#039;, part of the CSD software can be used to rapidly determine the torsion angle preferences of substituted oxamides by inspecting occurrences of this motif in the CSD. &lt;br /&gt;
&lt;br /&gt;
Source the current environment for CSD-2019&lt;br /&gt;
 source /nfs/soft/csd/csd-2019/env.csh&lt;br /&gt;
&lt;br /&gt;
Open mogul it by running the following command:&lt;br /&gt;
  /nfs/soft/csd/csd-2019/CSD_2019/bin/mogul&lt;br /&gt;
&lt;br /&gt;
If prompted for the license, it lives here:&lt;br /&gt;
 /nfs/soft/csd/csd-2019/CSD_2019/csd_licence.dat&lt;br /&gt;
&lt;br /&gt;
In the CCDC Mogul 1.8.1 interface, import smiles by clicking load, or draw the motif you are interested in assessing by clicking on the Draw button to bring up a drawing window.&lt;br /&gt;
&lt;br /&gt;
Hit search to submit the query and you should find see a histogram of the reported torsion angles for your query.&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Analyze_ligand_geometries_using_the_Cambridge_Structural_Database_(CSD)&amp;diff=11763</id>
		<title>Analyze ligand geometries using the Cambridge Structural Database (CSD)</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Analyze_ligand_geometries_using_the_Cambridge_Structural_Database_(CSD)&amp;diff=11763"/>
		<updated>2019-05-21T21:53:17Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 20190521&lt;br /&gt;
&lt;br /&gt;
The generation of torsion angle distributions to determine conformational preference about single rotatable bonds is one of the most common uses of the CSD. This tutorial illustrates how &#039;&#039;&#039;Mogul&#039;&#039;&#039;, part of the CSD software can be used to rapidly determine the torsion angle preferences of substituted oxamides by inspecting occurrences of this motif in the CSD. &lt;br /&gt;
&lt;br /&gt;
Source the current environment for CSD-2019&lt;br /&gt;
 source /nfs/soft/csd/csd-2019/env.csh&lt;br /&gt;
&lt;br /&gt;
Open mogul it by running the following command:&lt;br /&gt;
  /nfs/soft/csd/csd-2019/CSD_2019/bin/mogul&lt;br /&gt;
&lt;br /&gt;
If prompted for the license, it lives here:&lt;br /&gt;
 /nfs/soft/csd/csd-2019/CSD_2019/csd_licence.dat&lt;br /&gt;
&lt;br /&gt;
In the CCDC Mogul 1.8.1 interface, import smiles by clicking load, or draw the motif you are interested in assessing by clicking on the Draw button to bring up a drawing window.&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Analyze_ligand_geometries_using_the_Cambridge_Structural_Database_(CSD)&amp;diff=11762</id>
		<title>Analyze ligand geometries using the Cambridge Structural Database (CSD)</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Analyze_ligand_geometries_using_the_Cambridge_Structural_Database_(CSD)&amp;diff=11762"/>
		<updated>2019-05-21T21:32:02Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: Created page with &amp;quot;Often, it is useful to determine if a torsion or conformer is not energetically favourable. This can be accomplished from an ab initio QM calculation but in the Shoichet Lab, ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Often, it is useful to determine if a torsion or conformer is not energetically favourable. This can be accomplished from an ab initio QM calculation but in the Shoichet Lab, it is more common to rule out unfavourable conformers by comparing a questionable torsion to the deposited structures in the CSD. &lt;br /&gt;
&lt;br /&gt;
To use the CSD, first open it by running the following command:&lt;br /&gt;
 /nfs/soft/csd/csd-2018/CSD_2018/bin/mercury&lt;br /&gt;
&lt;br /&gt;
Next,&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Other_Useful_Stuff&amp;diff=11761</id>
		<title>Other Useful Stuff</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Other_Useful_Stuff&amp;diff=11761"/>
		<updated>2019-05-21T21:29:19Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* [[Useful chimera commands]]&lt;br /&gt;
&lt;br /&gt;
* [[calculate volume of the binding site and molecules]]&lt;br /&gt;
&lt;br /&gt;
* [[PDB surface points for figures]]&lt;br /&gt;
&lt;br /&gt;
* [[Analyze ligand geometries using the Cambridge Structural Database (CSD)]]&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11023</id>
		<title>Filtering ligands for novelty</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11023"/>
		<updated>2018-10-01T23:31:01Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 09-01-2018&lt;br /&gt;
&lt;br /&gt;
After a large scale docking campaign, it is important to remove prospective ligands that are too similar to compounds that are already known to modulate the receptor. In this way, we can focus on assessing new chemical interactions. This is best completed after clustering has been conducted as specified here:[http://wiki.bkslab.org/index.php/How_to_process_results_from_a_large-scale_docking Processing Results from LSD]&lt;br /&gt;
&lt;br /&gt;
=This process proceeds in the following steps:=&lt;br /&gt;
&lt;br /&gt;
Make a new directory to do similarity filtering.&lt;br /&gt;
&lt;br /&gt;
Make a symbolic link to the location where clustering occurred.&lt;br /&gt;
&lt;br /&gt;
1. &#039;&#039;&#039;Generate a list of smiles for the known compounds.&#039;&#039;&#039; The most simple way to do this is to download them from ZINC. For the Mu opioid receptor (OPRM1) for instance, go here:  [https://zinc15.docking.org/genes/home/ ZINC15 Genes]&lt;br /&gt;
[[File:filter_ligands_image1.png|thumb|center|1000px|Search for Your Molecules in ZINC Using the UNIPROT Ascension ID for Your Target, for example OPRM1 for the Mu Receptor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;&#039;Generate Fingerprints for the known compounds.&#039;&#039;&#039; Run the following script written by TEB and JKL. The inputs are name of the knowns file and the name of the output fingerprint file.&lt;br /&gt;
 python ~jklyu/zzz.github/ChemInfTools/utils/teb_chemaxon_cheminf_tools/generate_chemaxon_fingerprints.py knowns_list.smi knowns&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;&#039;Convert the fingerprints from binary to unsigned integers.&#039;&#039;&#039; Run the following script written by TEB and JKL. The inputs are the bitstrings generated from the above script, the smiles file used to generate the above script, and the prefix of the output file. You will need to do this for the knowns and the clusterheads that were calculated in the previous tutorial: [http://wiki.bkslab.org/index.php/How_to_process_results_from_a_large-scale_docking Processing Results from LSD]&lt;br /&gt;
 python ~jklyu/zzz.github/ChemInfTools/utils/convert_fp_2_fp_in_16unit/convert_fp_2_fp_in_uint16 knowns.fp knowns.fp knowns_list.smi knowns&lt;br /&gt;
 python ~jklyu/zzz.github/ChemInfTools/utils/convert_fp_2_fp_in_16unit/convert_fp_2_fp_in_uint16 extract_all.topN.sort.uniq.fp extract_all.topN.zincid.sort.uniq.smi topN_clusterhead&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;&#039;Calculate an all by all TC matrix for the knowns against the clusterheads.&#039;&#039;&#039; Run the following script written by TEB and JKL:&lt;br /&gt;
 nohup ~jklyu/zzz.github/ChemInfTools/utils/cal_Tc_matrix_uint16/cal_Tc_matrix_uint16 topN_clusterhead_uint16.fp extract_all.topN.zincid.sort.uniq.smi topN_clusterhead_uint16.count knowns_uint16.fp knowns_list.smi knowns_uint16.count tc_matrix &amp;gt; log &amp;amp;&lt;br /&gt;
&lt;br /&gt;
The arguments supplied to this script are as follows:&lt;br /&gt;
 (1) topN_clusterhead_uint16.fp&lt;br /&gt;
 (2) extract_all.topN.zincid.sort.uniq.smi&lt;br /&gt;
 (3) topN_clusterhead_uint16.count&lt;br /&gt;
 (4) knowns_uint16.fp&lt;br /&gt;
 (5) knowns_list.smi&lt;br /&gt;
 (6) knowns_uint16.count&lt;br /&gt;
 (7) prefix for output file&lt;br /&gt;
&lt;br /&gt;
To view the progress of this script, use the command ps -fu or ls -l the directory where the script is running and check for the log file.&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11022</id>
		<title>Filtering ligands for novelty</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11022"/>
		<updated>2018-10-01T22:14:53Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 09-01-2018&lt;br /&gt;
&lt;br /&gt;
After a large scale docking campaign, it is important to remove prospective ligands that are too similar to compounds that are already known to modulate the receptor. In this way, we can focus on assessing new chemical interactions. This is best completed after clustering has been conducted as specified here:[http://wiki.bkslab.org/index.php/How_to_process_results_from_a_large-scale_docking Processing Results from LSD]&lt;br /&gt;
&lt;br /&gt;
=This process proceeds in the following steps:=&lt;br /&gt;
&lt;br /&gt;
Make a new directory to do similarity filtering.&lt;br /&gt;
&lt;br /&gt;
Make a symbolic link to the location where clustering occurred.&lt;br /&gt;
&lt;br /&gt;
1. &#039;&#039;&#039;Generate a list of smiles for the known compounds.&#039;&#039;&#039; The most simple way to do this is to download them from ZINC. For the Mu opioid receptor (OPRM1) for instance, go here:  [https://zinc15.docking.org/genes/home/ ZINC15 Genes]&lt;br /&gt;
[[File:filter_ligands_image1.png|thumb|center|1000px|Search for Your Molecules in ZINC Using the UNIPROT Ascension ID for Your Target, for example OPRM1 for the Mu Receptor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;&#039;Generate Fingerprints for the known compounds.&#039;&#039;&#039; Run the following script written by TEB and JKL. The inputs are name of the knowns file and the name of the output fingerprint file.&lt;br /&gt;
 python ~jklyu/zzz.github/ChemInfTools/utils/teb_chemaxon_cheminf_tools/generate_chemaxon_fingerprints.py knowns_list.smi knowns&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;&#039;Convert the fingerprints from binary to unsigned integers.&#039;&#039;&#039; Run the following script written by TEB and JKL. The inputs are the bitstrings generated from the above script, the smiles file used to generate the above script, and the prefix of the output file. You will need to do this for the knowns and the clusterheads that were calculated in the previous tutorial: [http://wiki.bkslab.org/index.php/How_to_process_results_from_a_large-scale_docking Processing Results from LSD]&lt;br /&gt;
 python ~jklyu/zzz.github/ChemInfTools/utils/convert_fp_2_fp_in_16unit/convert_fp_2_fp_in_uint16 knowns.fp knowns.fp knowns_list.smi knowns&lt;br /&gt;
 python ~jklyu/zzz.github/ChemInfTools/utils/convert_fp_2_fp_in_16unit/convert_fp_2_fp_in_uint16 extract_all.topN.sort.uniq.fp extract_all.topN.zincid.sort.uniq.smi topN_clusterhead&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;&#039;Calculate an all by all TC matrix for the knowns against the clusterheads.&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11021</id>
		<title>Filtering ligands for novelty</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11021"/>
		<updated>2018-10-01T21:56:11Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 09-01-2018&lt;br /&gt;
&lt;br /&gt;
After a large scale docking campaign, it is important to remove prospective ligands that are too similar to compounds that are already known to modulate the receptor. In this way, we can focus on assessing new chemical interactions. This is best completed after clustering has been conducted as specified here [&lt;br /&gt;
&lt;br /&gt;
=This process proceeds in the following steps:=&lt;br /&gt;
&lt;br /&gt;
1. &#039;&#039;&#039;Generate a list of smiles for the known compounds.&#039;&#039;&#039; The most simple way to do this is to download them from ZINC. For the Mu opioid receptor (OPRM1) for instance, go here:  [https://zinc15.docking.org/genes/home/ ZINC15 Genes]&lt;br /&gt;
[[File:filter_ligands_image1.png|thumb|center|1000px|Search for Your Molecules in ZINC Using the UNIPROT Ascension ID for Your Target, for example OPRM1 for the Mu Receptor]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;&#039;Generate Fingerprints for the known compounds&#039;&#039;&#039; Run the following script written by TEB and JKL. The inputs are name of the knowns file and the name of the output fingerprint file.&lt;br /&gt;
 python ~jklyu/zzz.github/ChemInfTools/utils/teb_chemaxon_cheminf_tools/generate_chemaxon_fingerprints.py knowns_list.smi knowns&lt;br /&gt;
&lt;br /&gt;
3.&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=File:Filter_ligands_image1.png&amp;diff=11020</id>
		<title>File:Filter ligands image1.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=File:Filter_ligands_image1.png&amp;diff=11020"/>
		<updated>2018-10-01T21:36:39Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: Chasemwebb uploaded a new version of &amp;amp;quot;File:Filter ligands image1.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Navigating ZINC15 by gene name. Use the UNIPROT geneID to find a specific target.&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11019</id>
		<title>Filtering ligands for novelty</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11019"/>
		<updated>2018-10-01T21:36:17Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 09-01-2018&lt;br /&gt;
&lt;br /&gt;
After a large scale docking campaign, it is important to remove prospective ligands that are too similar to compounds that are already known to modulate the receptor. In this way, we can focus on assessing new chemical interactions.&lt;br /&gt;
&lt;br /&gt;
=This process proceeds in the following steps:=&lt;br /&gt;
&lt;br /&gt;
1. &#039;&#039;&#039;Generate a list of smiles for the known compounds.&#039;&#039;&#039; The most simple way to do this is to download them from ZINC. For the Mu opioid receptor (OPRM1) for instance, go here:  [https://zinc15.docking.org/genes/home/ ZINC15 Genes]&lt;br /&gt;
[[File:filter_ligands_image1.png|thumb|center|500px|Search for Your Molecules in ZINC Using the UNIPROT Ascension ID for Your Target, for example OPRM1 for the Mu Receptor]]&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11018</id>
		<title>Filtering ligands for novelty</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11018"/>
		<updated>2018-10-01T21:31:29Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 09-01-2018&lt;br /&gt;
&lt;br /&gt;
After a large scale docking campaign, it is important to remove prospective ligands that are too similar to compounds that are already known to modulate the receptor. In this way, we can focus on assessing new chemical interactions.&lt;br /&gt;
&lt;br /&gt;
This process proceeds in the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Generate a list of smiles for the known compounds. The most simple way to do this is to download them from ZINC. For the Mu opioid receptor (OPRM1) for instance, go here:  [https://zinc15.docking.org/genes/home/ ZINC15 Genes]&lt;br /&gt;
[[File:filter_ligands_image1.png]]&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=File:Filter_ligands_image1.png&amp;diff=11017</id>
		<title>File:Filter ligands image1.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=File:Filter_ligands_image1.png&amp;diff=11017"/>
		<updated>2018-10-01T21:30:55Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: Navigating ZINC15 by gene name. Use the UNIPROT geneID to find a specific target.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Navigating ZINC15 by gene name. Use the UNIPROT geneID to find a specific target.&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11016</id>
		<title>Filtering ligands for novelty</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11016"/>
		<updated>2018-10-01T21:29:35Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 09-01-2018&lt;br /&gt;
&lt;br /&gt;
After a large scale docking campaign, it is important to remove prospective ligands that are too similar to compounds that are already known to modulate the receptor. In this way, we can focus on assessing new chemical interactions.&lt;br /&gt;
&lt;br /&gt;
This process proceeds in the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Generate a list of smiles for the known compounds. The most simple way to do this is to download them from ZINC. For the Mu opioid receptor (OPRM1) for instance, go here:  [https://zinc15.docking.org/genes/home/ ZINC15 Genes]&lt;br /&gt;
[[File:filter_ligands_image1]]&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11015</id>
		<title>Filtering ligands for novelty</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11015"/>
		<updated>2018-10-01T21:28:53Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 09-01-2018&lt;br /&gt;
&lt;br /&gt;
After a large scale docking campaign, it is important to remove prospective ligands that are too similar to compounds that are already known to modulate the receptor. In this way, we can focus on assessing new chemical interactions.&lt;br /&gt;
&lt;br /&gt;
This process proceeds in the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Generate a list of smiles for the known compounds. The most simple way to do this is to download them from ZINC. For the Mu opioid receptor (OPRM1) for instance, go here:  [https://zinc15.docking.org/genes/home/ ZINC15 Genes]&lt;br /&gt;
[[File:]]&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11014</id>
		<title>Filtering ligands for novelty</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Filtering_ligands_for_novelty&amp;diff=11014"/>
		<updated>2018-10-01T21:22:44Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: Created page with &amp;quot;Written by Chase Webb 09-01-2018  After a large scale docking campaign, it is important to remove prospective ligands that are too similar to compounds that are already known ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Chase Webb 09-01-2018&lt;br /&gt;
&lt;br /&gt;
After a large scale docking campaign, it is important to remove prospective ligands that are too similar to compounds that are already known to modulate the receptor. In this way, we can focus on assessing new chemical interactions.&lt;br /&gt;
&lt;br /&gt;
This process proceeds in the following steps:&lt;br /&gt;
&lt;br /&gt;
1. Generate a list of smiles for the known compounds. The most simple way to do this is to download them from ZINC. For the Mu opioid receptor for instance, go here:&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=DOCK_3.7&amp;diff=11013</id>
		<title>DOCK 3.7</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=DOCK_3.7&amp;diff=11013"/>
		<updated>2018-10-01T21:17:21Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= About = &lt;br /&gt;
&lt;br /&gt;
DOCK 3.7 the current version in the [[DOCK 3]] series of docking programs developed and used by the [[Shoichet Lab]]. Please read and cite the DOCK 3.7 paper&lt;br /&gt;
[http://www.plosone.org/article/info:doi/10.1371/journal.pone.0075992 Coleman, Carchia, Sterling, Irwin &amp;amp; Shoichet, PLOS ONE 2013.]&lt;br /&gt;
&lt;br /&gt;
DOCK 3.7 is written in Fortran and some C. It is an update of [[DOCK 3.6]] with many improved features. DOCK 3.7 comes with all the tools necessary to prepare a &lt;br /&gt;
protein for docking and some tools necessary to build ligands, though some tools must be obtained externally. It uses new Flexibase/DB2 files found in [[ZINC15]]. It includes tools to prepare receptors, and several auxiliary scripts.&lt;br /&gt;
&lt;br /&gt;
DOCK 3.7 is available at  [http://dock.compbio.ucsf.edu/DOCK3.7/ http://dock.compbio.ucsf.edu/DOCK3.7/].&lt;br /&gt;
&lt;br /&gt;
{{TOCright}}&lt;br /&gt;
&lt;br /&gt;
= Start here =&lt;br /&gt;
* [[So you want to set up a lab]] - only if you don&#039;t already have hardware ready.&lt;br /&gt;
* [[Install DOCK 3.7]]&lt;br /&gt;
* [[DOCK 3.7 2014/09/25 FXa Tutorial]]&lt;br /&gt;
* [[DOCK 3.7 2015/04/15 abl1 Tutorial]] superseded&lt;br /&gt;
* [[DOCK 3.7 2018/06/05 abl1 Tutorial]]&lt;br /&gt;
* [[DOCK 3.7 2016/09/16 Tutorial for Enrichment Calculations (Trent &amp;amp;  Jiankun)]]&lt;br /&gt;
* [[DOCK 3.7 tutorial (Anat)]]&lt;br /&gt;
* [[DOCK 3.7 with GIST tutorials]]&lt;br /&gt;
* [[DOCK 3.7 tutorial based on Webinar 2017/06/28]]&lt;br /&gt;
* [[Getting started with DOCK 3.7]]&lt;br /&gt;
* [[Blastermaster]] - Prepare input for and then run [[DOCK 3.7]].&lt;br /&gt;
* [[Ligand preparation 3.7]] - Create dockable databases for [[DOCK 3.7]].&lt;br /&gt;
* [[Ligand preparation]] - different version. &lt;br /&gt;
* [[Ligand prep Irwin Nov 2016]] - John&#039;s current version&lt;br /&gt;
* [[Mol2db2 Format 2]] - details on the database formate.&lt;br /&gt;
* [[Running docking 3.7]] - how to actually run docking.&lt;br /&gt;
* [[DOCK 3.7 Development]] - for software developers&lt;br /&gt;
=== For DOCKovalent, start here ===&lt;br /&gt;
* [[DOCKovalent_3.7]]&lt;br /&gt;
* [[DOCKovalent linker design tutorial]]&lt;br /&gt;
* [[DOCKovalent cysteine inhibitor design tutorial]]&lt;br /&gt;
&lt;br /&gt;
= Prepare Receptor = &lt;br /&gt;
* [[Protein Target Preparation]]&lt;br /&gt;
* [[Adding Static Waters to the Protein Structure]]&lt;br /&gt;
* [[Flexible Docking]]&lt;br /&gt;
* [[Visualize docking grids]]&lt;br /&gt;
* [[Minimize protein-ligand complex with AMBER]]&lt;br /&gt;
&lt;br /&gt;
= Prepare Screening Library =&lt;br /&gt;
* [[mol2db2]] is the program that creates [[mol2db2 format]] database files which are read by [[DOCK 3.7]]&lt;br /&gt;
* [[ligand preparation 3.7]]&lt;br /&gt;
* [[generating decoys (Reed&#039;s way)]]&lt;br /&gt;
&lt;br /&gt;
= Running Docking =&lt;br /&gt;
* [[Running docking 3.7]] - JJI currently working on this.&lt;br /&gt;
* [[Running DOCK 3.7]] - this seems to be slightly dated.&lt;br /&gt;
* [[INDOCK 3.7]] - file format used by [[DOCK 3.7]]&lt;br /&gt;
* [[DOCK3.7_INDOCK_Minimization_Parameter]] - How to run DOCK 3.7.1rc1 (and latter versions) with the minimization.&lt;br /&gt;
* Interpreting the [[OUTDOCK 3.7]] file.&lt;br /&gt;
&lt;br /&gt;
= Analysis =&lt;br /&gt;
* [[Analyzing DOCK Results]]&lt;br /&gt;
* [http://autodude.docking.org/ Auto-DUD-E Test Set] (external site) &lt;br /&gt;
* [[Other Useful Stuff]]&lt;br /&gt;
&lt;br /&gt;
= Post Docking Clustering=&lt;br /&gt;
* [[How to process results from a large-scale docking]] &lt;br /&gt;
* [[Large-scale SMILES Requesting and Fingerprints Converting]]&lt;br /&gt;
* [[ECFP4 Best First Clustering]]&lt;br /&gt;
* [[Bemis-Murcko Scaffold Analysis]]&lt;br /&gt;
&lt;br /&gt;
= Post Docking Filters=&lt;br /&gt;
* [[Large-scale TC Calculations]]&lt;br /&gt;
* [[Whole Library TC to Knowns Calculations]]&lt;br /&gt;
* [[Filtering ligands for novelty]]&lt;br /&gt;
= Redocking with Enhanced Sampling =&lt;br /&gt;
*[[Sample Additional Ring Puckers ]]&lt;br /&gt;
= Rescoring =&lt;br /&gt;
*[[Rescoring_with_DOCK_3.7]]&lt;br /&gt;
&lt;br /&gt;
= Available Libraries = &lt;br /&gt;
* [[ZINC Subset DB2 file locations]]&lt;br /&gt;
* how to get db2 files from zinc15.docking.org&lt;br /&gt;
&lt;br /&gt;
= Analog by Catalog= &lt;br /&gt;
* [[Substructure searching]]&lt;br /&gt;
* [[TC analog searching in ZINC]]&lt;br /&gt;
&lt;br /&gt;
= Previous verisons and compatibility = &lt;br /&gt;
DOCK 3.7 is part of the [[DOCK 3]] series. It differs substantially from its immediate predecessor [[DOCK 3.6]],&lt;br /&gt;
which uses a different format of database files that cannot be read by [[DOCK 3.7]], and vice versa. &lt;br /&gt;
&lt;br /&gt;
= How to Cite = &lt;br /&gt;
To cite the DOCK 3.7 paper, please use&lt;br /&gt;
[http://www.plosone.org/article/info:doi/10.1371/journal.pone.0075992 Coleman, Carchia, Sterling, Irwin &amp;amp; Shoichet, PLOS ONE 2013.]&lt;br /&gt;
&lt;br /&gt;
= How to Download = &lt;br /&gt;
DOCK 3.7 is available at  [http://dock.compbio.ucsf.edu/DOCK3.7/ http://dock.compbio.ucsf.edu/DOCK3.7/].&lt;br /&gt;
&lt;br /&gt;
= Implementation = &lt;br /&gt;
DOCK 3.7 is written in Fortran and some C. Scripts are mostly in [[python]] and [[perl]].&lt;br /&gt;
&lt;br /&gt;
{{Template:CC-BY-SA-30}}&lt;br /&gt;
{{Template:Coleman}}&lt;br /&gt;
&lt;br /&gt;
[[Category:DOCK 3.7]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Freecom]]&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Sample_Additional_Ring_Puckers&amp;diff=10769</id>
		<title>Sample Additional Ring Puckers</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Sample_Additional_Ring_Puckers&amp;diff=10769"/>
		<updated>2018-06-21T16:08:15Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
1. Create a directory and cd into it&lt;br /&gt;
  mkdir ZINC000001664886 &lt;br /&gt;
  cd ZINC000001664886 &lt;br /&gt;
&lt;br /&gt;
2. Get the protonated smi from zinc: &lt;br /&gt;
  http://zinc15.docking.org/protomers/342955170/ &lt;br /&gt;
&lt;br /&gt;
Copy to clipboard and past it into a file add the zinc name to file, so that it looks like this:&lt;br /&gt;
    CC1CCC([NH3+])CC1  ZINC000001664886&lt;br /&gt;
&lt;br /&gt;
Or copy the protonated smiles into the current directory if you already generated protomers: &lt;br /&gt;
  cp ../../normal_db2_gen/isomers/manual_gen/ZINC000001664886/ZINC000001664886.ism .&lt;br /&gt;
  awk &#039;{print $1&amp;quot; &amp;quot;$2}&#039; ZINC000001664886.ism &amp;gt; ZINC000001664886.smi&lt;br /&gt;
&lt;br /&gt;
3. For each isomer, give it a suffix, like _1, _2.&lt;br /&gt;
  vim ZINC000001664886.smi&lt;br /&gt;
4. run corina with enhanced sampling of ring puckers&lt;br /&gt;
  /nfs/soft/corina/current/corina -i t=smiles -o t=mol2 -d rc,flapn,de=10,mc=10,wh ZINC000001664886.smi ZINC000001664886.mol2&lt;br /&gt;
&lt;br /&gt;
5. Split the whole mol2 file into individual conformers&lt;br /&gt;
  python ~tbalius/zzz.scripts/separate_mol2_more10000_mod.py ZINC000001664886.mol2 test&lt;br /&gt;
&lt;br /&gt;
6. Run build_ligand_mol2 for each mol2 conformer&lt;br /&gt;
  foreach name (`ls ZINC000001664886*_test_*.mol2`)&lt;br /&gt;
     mkdir $name:t:r&lt;br /&gt;
     cd $name:t:r&lt;br /&gt;
     cp ../${name} .&lt;br /&gt;
     $DOCKBASE/ligand/generate/build_ligand_mol2.sh $name&lt;br /&gt;
     cd ../&lt;br /&gt;
  end&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Sample_Additional_Ring_Puckers&amp;diff=10767</id>
		<title>Sample Additional Ring Puckers</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Sample_Additional_Ring_Puckers&amp;diff=10767"/>
		<updated>2018-06-21T16:07:50Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
1. Create a directory and cd into it&lt;br /&gt;
  mkdir ZINC000001664886 &lt;br /&gt;
  cd ZINC000001664886 &lt;br /&gt;
&lt;br /&gt;
2. Get the protonated smi from zinc: &lt;br /&gt;
  http://zinc15.docking.org/protomers/342955170/ &lt;br /&gt;
&lt;br /&gt;
Copy to clipboard and past it into a file add the zinc name to file, so that it looks like this:&lt;br /&gt;
    CC1CCC([NH3+])CC1  ZINC000001664886&lt;br /&gt;
&lt;br /&gt;
Or copy the protonated smiles into the current directory if you already generated protomers: &lt;br /&gt;
  cp ../../normal_db2_gen/isomers/manual_gen/ZINC000001664886/ZINC000001664886.ism .&lt;br /&gt;
  awk &#039;{print $1&amp;quot; &amp;quot;$2}&#039; ZINC000001664886.ism &amp;gt; ZINC000001664886.smi&lt;br /&gt;
&lt;br /&gt;
3. For each isomer, give it a suffix, like _1, _2.&lt;br /&gt;
  vim ZINC000001664886.smi&lt;br /&gt;
4. run corina with enhanced sampling or ring puckers&lt;br /&gt;
  /nfs/soft/corina/current/corina -i t=smiles -o t=mol2 -d rc,flapn,de=10,mc=10,wh ZINC000001664886.smi ZINC000001664886.mol2&lt;br /&gt;
&lt;br /&gt;
5. Split the whole mol2 file into individual conformers&lt;br /&gt;
  python ~tbalius/zzz.scripts/separate_mol2_more10000_mod.py ZINC000001664886.mol2 test&lt;br /&gt;
&lt;br /&gt;
6. Run build_ligand_mol2 for each mol2 conformer&lt;br /&gt;
  foreach name (`ls ZINC000001664886*_test_*.mol2`)&lt;br /&gt;
     mkdir $name:t:r&lt;br /&gt;
     cd $name:t:r&lt;br /&gt;
     cp ../${name} .&lt;br /&gt;
     $DOCKBASE/ligand/generate/build_ligand_mol2.sh $name&lt;br /&gt;
     cd ../&lt;br /&gt;
  end&lt;/div&gt;</summary>
		<author><name>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=10703</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=10703"/>
		<updated>2018-05-15T23:38:04Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: updated paths to scripts&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, and modify as necessary.&lt;br /&gt;
 &lt;br /&gt;
 cd script&lt;br /&gt;
 &lt;br /&gt;
 cp /mnt/nfs/ex5/work/jklyu/large_scale_docking/DRD2/struct_20180322/A122I_add_polarH_mini_HID/thin_spheres_parameter_scanning/scripts/*dockprep* .&lt;br /&gt;
 &lt;br /&gt;
 /mnt/nfs/reshwork/jklyu/D2R/scripts/lig-decoy_enrichment_submit.csh&lt;br /&gt;
 /mnt/nfs/reshwork/jklyu/D2R/scripts/combineScoresAndPoses.csh&lt;br /&gt;
 /mnt/nfs/reshwork/jklyu/D2R/scripts/mk_matrix_logAUC.py&lt;br /&gt;
 &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>Chasemwebb</name></author>
	</entry>
	<entry>
		<id>http://wiki.docking.org/index.php?title=How_to_do_parameter_scanning&amp;diff=10702</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=10702"/>
		<updated>2018-05-15T23:32:42Z</updated>

		<summary type="html">&lt;p&gt;Chasemwebb: updated paths to scripts&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;
 &lt;br /&gt;
 cd script&lt;br /&gt;
 cp /mnt/nfs/ex5/work/jklyu/large_scale_docking/DRD2/struct_20180322/A122I_add_polarH_mini_HID/thin_spheres_parameter_scanning/scripts/*dockprep* .&lt;br /&gt;
 &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;
&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>Chasemwebb</name></author>
	</entry>
</feed>