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

Webservices incorrectly validate specific connection to * monomer #232

Open
ClairePA opened this issue Nov 6, 2018 · 0 comments
Open

Webservices incorrectly validate specific connection to * monomer #232

ClairePA opened this issue Nov 6, 2018 · 0 comments
Assignees

Comments

@ClairePA
Copy link
Collaborator

ClairePA commented Nov 6, 2018

The following results are obtained using the most up to date webservices on the Pistoia server.
http://webeditor.openhelm.org:8000/WebService/FirstPage.html

These results are right:
Ambiguous PEPTIDE connection, specified CHEM
CHEM1{*}|PEPTIDE1{A.C}$CHEM1,PEPTIDE1,1:R1-?:?$$$V2.0
expected result = invalid
actual result = invalid

Specified PEPTIDE connection, ambiguous CHEM
CHEM1{*}|PEPTIDE1{A.C}$CHEM1,PEPTIDE1,?:?-1:R1$$$V2.0
expected result = valid
actual result = valid

None specified
CHEM1{*}|PEPTIDE1{A.C}$CHEM1,PEPTIDE1,?:?-?:?$$$V2.0
expected result = valid
actual result = valid

This result is wrong:
All specified
CHEM1{*}|PEPTIDE1{A.C}$CHEM1,PEPTIDE1,1:R1-1:R1$$$V2.0
expected result = invalid
actual result = valid

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