-
Notifications
You must be signed in to change notification settings - Fork 37
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
Chirality remove issue #24
Comments
I can reproduce this with
but not with
I will look into it. |
Ok, found it. The problem here is with |
The problem here is caused by errors in the |
Thanks for reporting this @peiyaoli ! |
Welcome~ |
Many thanks @peiyaoli for reporting and @greglandrum for the PR! :) We are planing release a new version of the package for ChEMBL30. Related to the new version... @greglandrum: will the new RDKit version builds ship with InChI 1.06? |
That's definitely something we should do for the 2021.09 release. |
that's great, many thanks again |
Hi, first of all, thanks for open this pipeline which is really helpful for our molecule standardization work.
We came up one question regarding chiralty remove.
Input SMILES:
O=C(O)[C@@H]1O[B-]2(O[C@H]1C(=O)O)O[C@@H](C(=O)O)[C@H](C(=O)O)O2
after "standardize_mol" and "get_parent_mol", the output molecule is:
OUT SMILES:
O=C(O)C1O[B-]2(O[C@H]1C(=O)O)O[C@@H](C(=O)O)[C@H](C(=O)O)O2
It looks like only one chiralty has been removed.
@greglandrum How to resolve this issue? Many thanks...
The text was updated successfully, but these errors were encountered: