Hi everyone,

I am generating segments of peptide to be used in GROMACS. I might be using
amber which does not allow automatic capping. Therefore, I hope to solve it
with Pymol.

Currently, I use a pml scipt to generate the pdb file automatically. The
script is simple.


for aa in "APAPAPAP" : cmd._alt(string.lower(aa))
cmd.save("peptide.pdb")


However, if I want to add NME and ACE caps, is there any residue code
available? Like *X*APAPAPAP*Y* where X and Y are NME and ACE? The main
point is to automize the process since I don't want to write NME / ACE
manually everytime.

I appreciate any suggestion and comment.

Regards,
Simon
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to