You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HELM specification allows "in-line" annotation and also annotations after the third $. These third section annotations can be JSON and so create more flexibility than the in-line annotations.
The webeditor strips out any third section annotations and only displays the rest of the molecule.
Examples used below PEPTIDE1{L.V.A}$$${"PEPTIDE1":{"ChainType":"hc"}}$V2.0 BLOB1{Bead}$$${"Name":"Gold particle conjugated with peptides","Load":26}$V2.0 RNA1{R(A)P.R(C)P.R(G)}$$${"my annotation"}$V2.0
The webeditor should be able to handle these annotations.
The text was updated successfully, but these errors were encountered:
The HELM specification allows "in-line" annotation and also annotations after the third $. These third section annotations can be JSON and so create more flexibility than the in-line annotations.
The webeditor strips out any third section annotations and only displays the rest of the molecule.
Examples used below
PEPTIDE1{L.V.A}$$${"PEPTIDE1":{"ChainType":"hc"}}$V2.0
BLOB1{Bead}$$${"Name":"Gold particle conjugated with peptides","Load":26}$V2.0
RNA1{R(A)P.R(C)P.R(G)}$$${"my annotation"}$V2.0
The webeditor should be able to handle these annotations.
The text was updated successfully, but these errors were encountered: