Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only mixture groups seem to be allowed in the webeditor #192

Open
ClairePA opened this issue Apr 30, 2018 · 1 comment
Open

Only mixture groups seem to be allowed in the webeditor #192

ClairePA opened this issue Apr 30, 2018 · 1 comment
Assignees

Comments

@ClairePA
Copy link
Collaborator

I draw the following structure
image

and this HELM is generated.
PEPTIDE1{A.C.D}|PEPTIDE2{D.A.C}$$G3(PEPTIDE1+PEPTIDE2)$$V2.0

I want to define alternatives, and not a mixture, so I change the HELM to

PEPTIDE1{A.C.D}|PEPTIDE2{D.A.C}$$G3(PEPTIDE1,PEPTIDE2)$$V2.0
This is valid HELM.

If I apply this HELM to the webeditor it is changed to
PEPTIDE1{A.C.D}|PEPTIDE2{D.A.C}$$$$V2.0

and the structure looks like this:

image

all grouping information is lost.

@ClairePA
Copy link
Collaborator Author

Update - if I apply the original HELM i.e.
PEPTIDE1{A.C.D}|PEPTIDE2{D.A.C}$$G3(PEPTIDE1+PEPTIDE2)$$V2.0
and click apply, the grouping information is also lost.

The editor can generate the correct HELM, but is unable to interpret it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants