I don't know of a way to do it in leap, but you can use a mol2 (use
option 1 in [x|t]leap) made by leap as input for antechamber. Using
antechamber, you can make a new prep-file that contains the entire
molecule. Then, load that prep file into leap and build the prmtop
from there. You might want to alter the residue name in the new prep
file.
x- or t- leap.input.file looks like:
source leaprc.GLYCAM_06
m = sequence { ROH 0GA }
saveMol2 m m.mol2 1
quit
for sleap, use similar:
set default write14scale on
source leaprc.GLYCAM_06
m = sequence { ROH 0GA }
saveMol2 m m.mol2
quit
run leap:
[x|t|s]leap -f leap.input.file
run antechamber:
antechamber -i m.mol2 -fi mol2 -o m.prep -fo prepi -at amber
If anyone knows a better way to do it, please say.
On Wed, Feb 9, 2011 at 10:30 AM, mish <smncbr.gmail.com> wrote:
> Hi all:
> I have a problem with residue names of GLYCAM force field. I am using this
> force field for FEP calculation. Since I am trying to prepare, minimize and
> equilibrate the system using GLYCAM force field in AMBER and afterword I
> will jump to something else. My problem is I need same (only one) residue
> name for sugar molecules. In glycam it uses a different residue name for
> ring atoms and for -OH group or -OCH3 group. Like for the transformation of
> the molecule from me-alpla-L-fucoside (OME for -OCH3 and ofA for fucose
> ring) to alpha-L-fucoside (ROH for -OH and 0fA for fucose ring) I want the
> amber parameter files having same ATOM names. I found it difficult to edit
> the topology file.
>
> Is it possible for leap to read the PBD file with proper amber naming
> convention and then edit the atom/residue names, to make them same, in leap
> and write the parameter file ?
> or where can we try to change it in written parameter file ?
>
> Sincerely
> mish
> _______________________________________________
> AMBER mailing list
> AMBER.ambermd.org
> http://lists.ambermd.org/mailman/listinfo/amber
>
--
:-) Lachele
Lachele Foley
CCRC/UGA
Athens, GA USA
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Feb 09 2011 - 08:30:04 PST