We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The webservices can handle HELM strings where the repeating unit is a single monomer. e.g.
PEPTIDE1{A'2'}$$$$V2.0
It can also calculate the mol properties for a single repeated monomer in a longer polymer:
PEPTIDE1{A.G.A.C'5'.A}$$$$V2.0
However it can't calculate the molecule properties when the repeating unit is more than one monomer:
PEPTIDE1{A.(G.A.C)'3'.A}$$$$V2.0
The text was updated successfully, but these errors were encountered:
MarkusWeisser
No branches or pull requests
The webservices can handle HELM strings where the repeating unit is a single monomer. e.g.
PEPTIDE1{A'2'}$$$$V2.0
It can also calculate the mol properties for a single repeated monomer in a longer polymer:
PEPTIDE1{A.G.A.C'5'.A}$$$$V2.0
However it can't calculate the molecule properties when the repeating unit is more than one monomer:
PEPTIDE1{A.(G.A.C)'3'.A}$$$$V2.0
The text was updated successfully, but these errors were encountered: