Difference between revisions of "AutoDock4 Pose Reproduction Tutorial"

From Rizzo_Lab
Jump to: navigation, search
(Created page with "The purpose of this tutorial is to provide members of the Rizzo lab a way to benchmark the AutoDock4 software to compare the Pose Reproduction success rates against the DOCK6...")
 
(II.Prepping Directories)
Line 16: Line 16:
 
  bash ./run.000.AutoDock.source.sh ../clean.systems.all AutoDock4_Tutorial
 
  bash ./run.000.AutoDock.source.sh ../clean.systems.all AutoDock4_Tutorial
  
The directory
+
The directory where all the directories will be formed is
 +
 
 +
AutoDock4_Tutorial/
 +
 
 +
Each System will have it's own directory in this file
 +
 
 +
AutoDock4_Tutorial/121P/
 +
AutoDock4_Tutorial/181L/
 +
AutoDock4_Tutorial/182L/
 +
etc

Revision as of 13:53, 17 July 2020

The purpose of this tutorial is to provide members of the Rizzo lab a way to benchmark the AutoDock4 software to compare the Pose Reproduction success rates against the DOCK6 software. (Note: The program version used for this experiment was AutoDock4.2.6 and DOCK6.9

II.Prepping Directories

First step is prepare a file with a list of systems within it. For this docking experiment this file was called clean.systems.all

121P
181L
182L
183L 
184L
etc

Second step run the run.000.AutoDock.source.sh script to prepare a directory for each system in the file. The 1st arguement is the list of systems file made in the previous step. The 2nd Arguement is the new directory that will be made where all the AutoDock4 experiments will be performed

bash ./run.000.AutoDock.source.sh ../clean.systems.all AutoDock4_Tutorial

The directory where all the directories will be formed is

AutoDock4_Tutorial/

Each System will have it's own directory in this file

AutoDock4_Tutorial/121P/
AutoDock4_Tutorial/181L/
AutoDock4_Tutorial/182L/
etc