Autodock plugin: Difference between revisions
Jump to navigation
Jump to search
Line 47: | Line 47: | ||
show sticks, binding_site | show sticks, binding_site | ||
cmd.disable("binding_site") | cmd.disable("binding_site") | ||
hide sticks, binding_site | |||
Click tab '''Receptor'''. Mark '''cdk''', and click '''Generate Receptor'''. | |||
[[Category:Plugins]] | [[Category:Plugins]] |
Revision as of 11:47, 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/dseelig/lib/python2.5/site-packages/AutoDockTools/Utilities24 autogrid4 executable: /home/dseelig/ADT_bin/autogrid4 autogrid4 executable: /home/dseelig/ADT_bin/autodock4 vina executable: /home/dseelig/vina/vina
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.