You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A.V.A is designed to automate the docking of multiple ligands to a single target protein in AutoDock Vina. A.V.A automates large parts of the workflow associated with ligand docking including:
4
4
5
-
- Preparing ligand config file for AutoDock Vina
5
+
- Preparing ligand config files for AutoDock Vina
6
6
- Running AutoDock Vina
7
7
- Producing technical replicates of ligand docking simulations
8
8
- Visualising ligand docking simulations
@@ -13,7 +13,7 @@ Dependencies for A.V.A can be found in requirements.txt. A.V.A also requires Py
13
13
14
14
### Future Updates
15
15
Future updates to A.V.A may include:
16
-
- Introducing flexible residues in the target protein
16
+
- Introducing flexible residues in the target protein (added 14/02/22, v1.1.0)
17
17
- Docking for multiple target proteins to a set of ligands
18
18
19
19
## Installation on MacOSX and Linux
@@ -42,7 +42,7 @@ Alternatively, A.V.A can be run from an IDE.
42
42
In this scenario, we will run predict how 3 ligands (Ligand1, Ligand2 & Ligand3) bind to the active site of the target protein (ProteinX). To ensure reproducibility of results, each ligand docking will be run 3 times with 3 unique seeds: 22, 495 & 1,000.
43
43
44
44
### Pre-processing for A.V.A
45
-
Before running A.V.A, all files must be prepared in the appropriate format for AutoDock Vina (.pdbqt files). This must be done for ligands and the target protein. Additionally, the size and location of the search space must be determined for the target protein. These tasks can be achieved using AutoDock Tools.
45
+
Before running A.V.A, all files must be prepared in the appropriate format for AutoDock Vina (.pdbqt files). This must be done for ligands and the target protein. Additionally, the size and location of the search space must be determined for the target protein. These tasks can also be achieved using AutoDock Tools.
46
46
47
47
In our scenario, we will create the 4 following files: Ligand1.pdbqt, Ligand2.pdbqt, Ligand3.pdbqt & ProteinX.pdbqt . Using AutoDock Tools, we identified the co-ordinates for active site (10,-5,88) and the dimensions of the box needed to cover the area (20, 20, 20).
48
48
@@ -53,13 +53,18 @@ Working directory:
53
53
- The path to the directory containing all pre-processed files.
54
54
- e.g MyWorkingDirectory
55
55
56
-
Ligand(s):
57
-
- The file name for each ligand separated by a space
58
-
- e.g: Ligand1.pdbqt Ligand2.pdbqt Ligand3.pdbqt
59
-
60
56
Receptor:
61
57
- The file name of the target protein
62
58
- e.g: ProteinX.pdbqt
59
+
60
+
(Optional) Flexible Receptor:
61
+
- A.V.A will prompt you to choose whether you want to perform flexible docking. If so provide file name of the flexible receptor.
62
+
- e.g: ProteinX-flex.pdbqt
63
+
- If selected, exhaustiveness is set to 32 by default. (This option may dramatically slow down run time)
64
+
65
+
Ligand(s):
66
+
- The file name for each ligand separated by a space
67
+
- e.g: Ligand1.pdbqt Ligand2.pdbqt Ligand3.pdbqt
63
68
64
69
Coordinates:
65
70
- The coordinates of the search area separated by spaces formatted as x y z
@@ -72,7 +77,7 @@ Seed(s):
72
77
- The integers used to seed the docking experiment(s) separated by spaces
73
78
- e.g: 20 400 1000
74
79
- The default seed used is 0, if left blank
75
-
80
+
76
81
Autodock Vina will begin running as soon as all parameters are provided.
0 commit comments