Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaveshashok authored Jul 9, 2020
1 parent 4448393 commit ae8874c
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@

This script is for use with AutoDock Vina on <b>MacOS</b> and <b>Linux machines</b>.

To use this script, please prepare the ligand .pdbqts and place the .pdbqts into the input folder with the receptor .pdbqt into the folder as well.
The params.txt should contain all the information inputted into a configuration file for AutoDock Vina (center_x, center_y, center_z, size_x, size_y, size_z define the Grid Box and are required).
To use this script, please prepare the ligand .pdbqts and place them into the input folder. The receptor.pdbqt should be placed in the main directory. The params.txt should contain all the information inputted into a configuration file for AutoDock Vina (center_x, center_y, center_z, size_x, size_y, size_z define the Grid Box and are required). This should also be put into the main directory. Please refer to the diagram below for the file structure. AutoDock Vina is a prerequisite software needed for this script to work.
```
.
+-- batch
| +-- input
| +-- [ligand1].pdbqt
| +-- [ligand2].pdbqt
| +-- [...]
| +-- params.txt
| +-- [receptor].pdbqt
| +-- submit.sh
```

The syntax to use the script is as follows: <br>
```
cd ~/path/to/batch/
./submit.sh input [receptor].pdbqt params.txt ~/path/to/Vina/bin/vina
```
<sub>Please note that if the Vina executable is installed in the user's bin folder, you can just use <code> ./submit.sh input [receptor].pdbqt params.txt vina </code></sub>

Please acknowledge use of this script in any publication containing results from the use of this script in the following manner: <i>"Batch Submission Script for AutoDock Vina, Bhavesh Ashok (github.com/bhaveshashok/AutoDockVina-BatchSubmission/)"</i>.

0 comments on commit ae8874c

Please sign in to comment.