100% found this document useful (1 vote)
104 views2 pages

Autodock Vina Tutorial Guide

This document provides instructions for using Autodock Vina to perform molecular docking simulations. It describes how to prepare the protein and ligand files in pdbqt format, set the search box parameters, generate a configuration file, run Autodock Vina from the command line, and analyze the results. The key steps are preparing the protein and ligand by adding hydrogens and charges, setting the grid box size and center coordinates, running Vina with a configuration file specifying the input files, and visualizing the results in Autodock Tools.

Uploaded by

Parijat Das
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
104 views2 pages

Autodock Vina Tutorial Guide

This document provides instructions for using Autodock Vina to perform molecular docking simulations. It describes how to prepare the protein and ligand files in pdbqt format, set the search box parameters, generate a configuration file, run Autodock Vina from the command line, and analyze the results. The key steps are preparing the protein and ligand by adding hydrogens and charges, setting the grid box size and center coordinates, running Vina with a configuration file specifying the input files, and visualizing the results in Autodock Tools.

Uploaded by

Parijat Das
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

AUTODOCK VINA TUTORIAL

SOFTWARES REQUIRED:
1. Autodock Tools
Link: [Link]

2. Autodock Vina
Link: [Link]

PREPARING PROTEIN PDBQT FILE:


1. Download/obtain 3D protein structure / the pdb file from online data bank such as
[Link] .

2. In Autodock Tools, click on File Read Molecule Select .pdb file of protein.

3. Next, we remove the waters. On the main menu bar, choose Select, Select from String. In the
Residue entry box, type HOH*. The asterisk is a “wild card”, used in case the waters are
numbered. It means accept any character at all following the H. Then type * in the Atom entry
box; again the * is a wild card, this time meaning “any atom”. Click add and then ok. On the main
menu bar, choose Edit Delete Delete Selected Atoms. Click Continue. (The waters are
already removed in the PDB file we are going to use)

4. Now, we need to add hydrogen because X-ray crystallography usually does not locate
hydrogens; hence most PDB files do not include them. Choose Edit Hydrogens Add.
Usually, you will choose Polar Only in the widget that pops up, using Method noBondOrder, and
renumbering OK.

5. Adding Charges: We need to add charges to the charged residues


Edit-> Charges-> Add Kollman Charges

6. To add an autodock_element, which is the autodock4 atom type, to


each atom, you can use
Edit-> Atoms-> Assign AD4 type

7. For generating .pdbqt file of protein, click on Grid Macromolecule Choose Select
Protein Click on “Select Molecule” Save with .pdbqt extension. (make sure you write the
name: [Link])

SETTING SEARCH BOX:


8. Open the Grid Options widget: Grid Grid Box Adjust the box and record the
coordinates to somewhere else in a file.

PREPARING LIGAND PDBQT FILE:


1. Download/obtain 3D ligand structure / the pdb file from online data bank such as
[Link] .
2. In Autodock Tools, click on Ligand Input Open Select .pdb file of ligand.

3. Now go to Ligand Torsion Tree Choose Torsions. Using this option, you can make
some bond rotatable or non-rotatable.

4. Choose Ligand Output Save as .pdbqt

GENERATING CONFIGURATION FILE:


11. An example configuration file is given below.

receptor = [Link]
ligand = [Link]

center_x = 172.963
center_y = 202.419
center_z = 103.192

size_x = 34
size_y = 30
size_z = 36

Make a file named “[Link]” and save it in same where .pdb and .pdbqt files of protein and ligand
are present. Copy above code in [Link] file and replace center and size values with the one you
chose while setting Grid Box. Here [Link] file is the output file which Vina will generate.

RUN VINA:
VINA can be run in command prompt.

1. Run cmd on windows. Check if Vina has been successfully installed by writing the command
given below:

“C:\Program Files (x86)\The Scripps Research Institute\Vina\[Link]” --help

The path given in above command can change slightly in your computer. The output on
successful installation of vina is the list of arguments.

2. Now, using “cd” command go to the folder where pdb, pdbqt and configuration files are
located. Now run the command given below:

“C:\Program Files (x86)\The Scripps Research Institute\Vina\[Link]” --config [Link]


--log [Link]

Here, [Link] is another output file which will consist of all the text printed on cmd by Vina.

ANALYZING & VISUALIZATION OF RESULTS:


1. Delete both protein and ligand molecule in Autodock Tools.
2. Go to File Read Molecule Select [Link]
3. Select Analyze Docking Open Autodock Vina Results Select [Link]
4. Go to Analyze Macromolecule Choose
5. Now, again go to Analyze Docking Show interactions

Common questions

Powered by AI

Adding Kollman charges is significant as it enhances the accuracy of molecular docking by accounting for electrostatic interactions. These charges are essential in determining how the protein's charged residues will interact with the ligand's atoms, influencing binding affinity and the docking score .

In molecular docking preparation using Autodock Tools, protein-water interactions are typically accounted for by removing water molecules from the PDB file. This step is performed to focus on the ligand-protein interaction, as water molecules could interfere with binding site identification and scoring .

The key steps in preparing a protein PDBQT file using Autodock Tools include downloading the 3D protein structure or PDB file from an online data bank like RCSB, removing water molecules by selecting and deleting them from the PDB file, adding hydrogens (preferably polar using noBondOrder method), adding Kollman charges, assigning Autodock4 atom types, and finally saving the file with a .pdbqt extension .

Analyzing docking results in Autodock Tools after running Autodock Vina involves deleting protein and ligand molecules from the previous setup, opening the .pdbqt files of the output results, and using the analyze menu options to view docking interactions and results. This includes examining binding conformations and interaction with the macromolecule .

Removing water molecules from protein structures is necessary because they can obscure binding sites and interfere with the identification of protein-ligand interactions. By eliminating these molecules, the docking simulation can more accurately model the interaction between the protein and the ligand without water-mediated interferences .

The configuration file in Autodock Vina specifies the necessary parameters for docking simulations, including the receptor and ligand PDBQT files, the center and size coordinates for the search box, and names for output files. It essentially sets up the docking environment and parameters, guiding the docking simulation on the areas to focus on and how to output the results .

To configure the search box area in Autodock Vina, open the Grid Options widget and adjust the grid box to the desired coordinates. These coordinates should then be recorded and used in the configuration file to ensure they match the selected target area of the protein for docking simulations .

To run Autodock Vina in command prompt on Windows, you first verify installation using the command for help documentation. Next, navigate to the directory containing your PDB, PDBQT, and configuration files with the 'cd' command. Finally, execute Vina using the command with '--config conf.txt' and '--log log.txt', which processes docking simulations based on configuration settings and logs the results to a file .

Key differences in preparing proteins versus ligands in Autodock involve distinct steps tailored to their structures and roles. Protein preparation requires hydrogen addition and charge assignments specific to protein macromolecules, such as Kollman charges, and focuses on removing extraneous elements like water. In contrast, ligand preparation centers around optimizing rotatable bonds for docking flexibility and saving in a format that enhances compatibility with the docking receptor settings .

Preparing a ligand for molecular docking involves downloading its 3D structure from a data bank, opening the PDB file in Autodock Tools, adjusting torsions to decide which bonds are rotatable, and saving the processed structure as a .pdbqt file to ensure it is compatible for docking simulations .

You might also like