-
Notifications
You must be signed in to change notification settings - Fork 10
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
Webeditor does not connect monomers in brackets #231
Comments
The problem is the web service don't return R1 in the molfile: {"SMILES":"C(=O)C@HN([*])C |$_;;;;;;;R1;;;$","Molfile":"|$;;;;;;;_R1;;;$\n CDK 11201819012D\n\n 7 6 0 0 1 0 0 0 0 0999 V2000\n 1.2990 -0.7500 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n 0.0000 0.0000 0.0000 O 0 0 0 0 0 0 0 0 0 0 0 0\n 2.5981 -0.0000 0.0000 C 0 0 2 0 0 0 0 0 0 0 0 0\n 2.5981 1.5000 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n 3.8971 -0.7500 0.0000 N 0 0 0 0 0 0 0 0 0 0 0 0\n 3.8971 -2.2500 0.0000 * 0 0 0 0 0 0 0 0 0 0 0 0\n 5.1962 -0.0000 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0\n 1 2 2 0 0 0 0 \n 1 3 1 0 0 0 0 \n 3 4 1 6 0 0 0 \n 3 5 1 0 0 0 0 \n 5 6 1 0 0 0 0 \n 5 7 1 0 0 0 0 \nM END\n"} |
Why are you converting SMILES to molfile and not picking up the molfile from the monomer definition? |
For this particular example, can you just convert |
I don't see why not internally, but we should see |
I enter the following HELM and click apply
PEPTIDE1{C'2'.A}$$$$V2.0
The HELM diagram is shown correctly
but the repeated cystine is not connected:
This means the mol wt and formula are wrong.
I was using http://54.83.135.171/HELM2MonomerService/hwe/examples/App.htm
The text was updated successfully, but these errors were encountered: