autodock logo

scipion-chem-autodock

AutoDock is a suite of automated docking tools. It is designed to predict how small molecules, such as substrates or drug candidates, bind to a receptor of known 3D structure. Over the years, it has been modified and improved to add new functionalities, and multiple engines have been developed.

Installation

A) Requirements

In order to use this plugin, you need to install first scipion-chem.

B) Installation steps

  • Install the stable version

    Through the plugin manager GUI by launching Scipion and following Others >> Plugin Manager, or

scipion3 installp -p scipion-chem-autodock
  • Developer’s version

    1. Download repository:

    git clone https://github.com/scipion-chem/scipion-chem-autodock.git
    1. Install:

    scipion3 installp -p /path/to/scipion-chem-autodock --devel

Warning

Installation of the stable version through the Plugin Manager or with the command provided above is not available yet.

Please install the developer version until a stable version is released, or install the latest stable version with the following steps:

cd /path/to/scipion-chem-autodock && git checkout master && scipion3 installp -p . --devel

C) Packages & enviroments

Packages installed by this plugin can be located in /path/to/scipion/software/em/.

The following packages will be created:

TODO: COMPLETE THIS PART

Where version is the current version of that specific package.

Warning

These environments are used by the code in the different plugins, and we strongly advise not to modify them manually in order to keep their functions.

Protocols

A) Receptor preparation

B) Ligand preparation

C) Grid generation

  • Grid generation: Generates the grids used by the different AutoDock programs using autogrid4.

D) Binding site identification

E) Pharmacophore generation

F) Docking

G) Docking Rescoring