Autodock plugin: Difference between revisions
Line 35: | Line 35: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Open the Autodock/Vina plugin. Set executable to folders: | Open the Autodock/Vina plugin. Set executable to folders: | ||
Autodock Tools: /home/ | Autodock Tools: /home/tlinnet/Software/pymol/Pymol-script-repo/modules/autodock_tools/AutoDockTools/Utilities24 | ||
autogrid4 executable: /home/ | autogrid4 executable: /home/tlinnet/Software/pymol/Pymol-script-repo/modules/autodock_42/autogrid4 | ||
autogrid4 executable: /home/ | autogrid4 executable: /home/tlinnet/Software/pymol/Pymol-script-repo/modules/autodock_42/autodock4 | ||
vina executable: /home/ | vina executable: /home/tlinnet/Software/pymol/Pymol-script-repo/modules/autodock_vina/vina | ||
Working Directory: /home/tlinnet/pymol | |||
Enlarge the window and click '''Save Plugin Configuration file'''. | Enlarge the window and click '''Save Plugin Configuration file'''. | ||
Revision as of 15:54, 4 December 2011
Description
This plugin should help to set up docking runs with Autodock and view docking results. It has two features:
- Setup of a docking grid for Autodock with PyMOL.
- View the docking results.
Installation
you can download it manually
- Download plugin
- PyMOL > Plugin > Install Plugin
- MGLTools/AutoDockTools
- AutoDock4.2
- AutoDock Vina
Tutorial Video
Watch Dan Seeliger's autodock plugin tutorial.
Author
Example
The example of video http://wwwuser.gwdg.de/~dseelig/plugin_tutorial.html
reinitialize
fetch 3IG7, async=0
hide everything, all
create cdk2, 3IG7 and polymer
create EFP, 3IG7 and organic
delete 3IG7
show_as cartoon, cdk2
show_as sticks, EFP
util.cbay EFP
Open the Autodock/Vina plugin. Set executable to folders:
Autodock Tools: /home/tlinnet/Software/pymol/Pymol-script-repo/modules/autodock_tools/AutoDockTools/Utilities24 autogrid4 executable: /home/tlinnet/Software/pymol/Pymol-script-repo/modules/autodock_42/autogrid4 autogrid4 executable: /home/tlinnet/Software/pymol/Pymol-script-repo/modules/autodock_42/autodock4 vina executable: /home/tlinnet/Software/pymol/Pymol-script-repo/modules/autodock_vina/vina Working Directory: /home/tlinnet/pymol
Enlarge the window and click Save Plugin Configuration file.
Click tab Grid settings. In Calculate Grid Center by Selection, write EFP.
Try clicking Wired Box in top right, and then Show Box, Hide Box, Cylindric Box, Show Box.
Then push Select binding site. In PyMOL, write
show sticks, binding_site cmd.disable("binding_site") hide sticks, binding_site
Click tab Receptor. Mark cdk, and click Generate Receptor.
References and LICENSES
If you used AutoDock Vina in your work, please cite:
O. Trott, A. J. Olson, AutoDock Vina: improving the speed and accuracy of docking with a new scoring function, efficient optimization and multithreading, Journal of Computational Chemistry 31 (2010) 455-461
LICENSE of MGLTOOLS:
This software is copyrighted by Michel F. Sanner (sanner@scripps.edu) and TSRI.
The following terms apply to all files associated with the software
unless explicitly disclaimed in individual files.
MGLTOOLS SOFTWARE LICENSE AGREEMENT.
1. Grant Of Limited License; Software Use Restrictions. The programs
received by you will be used only for NON COMMERCIAL purposes.
This license is issued to you as an individual.
For COMMERCIAL use done with the software please contact Michel F.
Sanner for details about commercial usage license agreements.
For any question regarding license agreements, please contact
Michel Sanner:
TSRI, Molecular Biology Department, TCP 26,
10550 North Torrey Pines Road, La Jolla, CA 92037
sanner@scripps.edu
tel (858) 784-7742
fax (858) 784-2341
2. COMMERCIAL USAGE is defined as revenues generating activities. These
include using this software for consulting activities and selling
applications built on top of, or using this software. Scientific
research in an academic environment and teaching are considered
NON COMMERCIAL.
3. Copying Restrictions. You will not sell or otherwise distribute commercially
these programs or derivatives to any other party, whether with or without
consideration.
4. Ownership of Software. You will not obtain, and will not attempt to
obtain copyright coverage thereon without the express purpose written
consent of The Scripps Research Institute and Dr. Sanner.
5. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
6. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
MODIFICATIONS.