Your file should contain a single functional unit of the protein. Many proteins crystallize as dimers, trimers, and so on. You should remove the additional structures.
In other words, be familiar with your enzyme!
Structure files in pdb format for your ligand can be generated using PCModel or Spartan.
A graphical interface for AutoDock is available, called Autodock Tools (ADT). It facilitates setting up the input files and the search grid, and has tools for analyzing results. The tutorial is designed to use ADT.
Set up your computer
On our Linux computers, you must edit your .bashrc file (note the period at the beginning!) to provide you access to the docking programs and tools. Load .bashrc into vi or your favorite editor and at the end of the file add the lines:
Line 1 is a comment that identifies the purpose of the following lines.
Line 2 sets environment variables and allocates memory.
Line 3 aliases AutoDock Tools
Line 4 aliases the Python Molecular Viewer, a standalone biomolecule display program
Lines 4 and 5 alias the component programs of Autodock. You could eliminate these by adding "/usr/local/Autodock" to your Path variable.
Save the file. Then type at the prompt:
source .bashrc
This causes the bash shell to reread its configuration file, which normally is read only at login. Alternatively, log out and log back in.
You can now start AutoDock Tools by typing: adt