Using Leap for the Complex


Directory for Complex Setup


Use tleap to create input files for sander

First concatenate the protein and taz into the same pdb.

Edit the resulting file to remove the END and REMARK between the molecules in the pdb file (near the end of the file).

should be

Run tleap to make input files for min/md of the complex, create this input file for leap (xleap or tleap):
complex_setup.leapcmd

source leaprc.ff03
source leaprc.gaff
mods=loadamberparams TAZ.frcmod
TAZ=loadmol2 TAZ.mol2

complex=loadpdb vm1_prot_taz.pdb

saveamberparm complex vm1_complex.prmtop vm1_complex.inpcrd
go

Run tleap:

Create a pdb file for viewing:


Run a minimization to clear up bad contacts

Create this file for sander input for simple minimization (same as for protein): min.in

Initial minimisation
 &cntrl
  imin=1, maxcyc=500, ncyc=200,
  cut=16, ntb=0, igb=1,
 /

Run Sander:

E We will use these input coordinates and prmtop to run a targeted md to dock the ligand into the active site where the fragment is located in the xray structure.



Go on to Targeted MD docking

Back to introduction