How to append a residue at the N- or C- terminal of a peptide?

18 views
Skip to first unread message

an...@molsoft.com

unread,
Sep 16, 2021, 11:37:05 PM9/16/21
to MolSoft ICM Knowledge Base
Q. How to append a residue at the N- or C- terminal of a peptide?
A.
 You can use "modify append"

This works at C-term, modified or not:

build string “ala ala ala coo-"
modify append a_/3 “glu"

At N-term 'modify append reverse’ works, but residue should be unterminated:

build string “ala ala ala coo-"
modify append reverse a_/1 “glu"
Reply all
Reply to author
Forward
0 new messages