Using Antechamber

% cd ligand_setup
% cp ../TAZ.pdb .


Now we have a complete structure for TAZ that can be used by antechamber to produce all the necessary files and parameters for simulation. This pdb file will be used ONLY as input to antechamber, since the coordinates from the Xray structure are more appropriate for our modeling attempt. When the necessary input files and parameters are produced by antechamber, leap will be able to fill in the atoms and bonding information that is missing from the Xray pdb file. Leap will need:
  1. A topology file such as an amber prep file to indicate bonding information, atom types, charges, and initial geometry
  2. Parameters for bonds, angles, dihedrals, impropers and vdW interactions for atom types that are not in the standard force field files.
  3. Charges for atoms
The following command will produce the necessary information for the as yet unknown molecule tazobactam:

% antechamber -i TAZ.pdb -fi pdb -o TAZ.mol2 -fo mol2 -c bcc -s 2

Now check for missing parameters and create a frcmod file containing any missing parameters that can be found. Watch for messages about parameters that may be still missing or of questionable quality in the current model.

% parmchk -i TAZ.mol2 -f mol2 -o TAZ.frcmod


Go on to Using Leap

Back to introduction