Hi Nitu,
> I did the same as u said. I also changed the name of TPO as T2P in the PDB,
> but the error persists as shown below:
>
> v = loadpdb protein.pdb
> Loading PDB file: ./protein.pdb
> Unknown residue: T2P number: 162 type: Terminal/beginning
obviously, leap does not recognize the T2P residue, maybe the parameters
were not read in correctly? What did you specify within your leap input?
Try:
1, Download the respective parameter files (e.g. T1P.lib, frcmod_t1p)
and store them into the directory where you invoke leap from.
2, Setup your tleap-input like:
# Protein with singly protonated phospho-threonine
source leaprc.ff99SB
loadoff T1P.lib
a=loadamberparams frcmod_t1p
protein=loadpdb "protein_inp.pdb"
saveamberparm protein prot.top prot.crd
savepdb protein prot.pdb
quit
# End
3, Ensure that in your input pdb phospho-threonine has the residue name T1P.
4, Ensure that in your input pdb phospho-threonine's atoms have the
identical names as in the parameter files.
5, Run tleap and examine the output
Note, that the provided parameters do not work for terminal residues.
Regards,
Anselm
Bioinformatik
Inst. f. Biochemie
Friedrich-Alexander-Universität Erlangen-Nürnberg
Germany
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Jun 06 2011 - 16:30:02 PDT