-
Notifications
You must be signed in to change notification settings - Fork 53
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
Rule not applied when I think it should be. #18
Comments
|
You are correct, the outcomes from rdkit has stereochemistry when the symmetry of the product makes the molecule achiral. The lines in the code that deals with this are: Lines 498 to 511 in 3b9ae0e
|
Hi Will -- Thanks for creating this issue. Viewed in the context of retrosynthesis, this looks like the desired behavior. We wouldn't be able to synthesize If you're interested in changing this behavior, you could consider modifying the lines @thomasstruble referred you to. However, we always handle ambiguity in a manner that makes sense for retrosynthesis throughout the code, so I'd caution you against making just that single change |
Ah that makes sense! (sorry, biologist here) However, enzymatically this appears to be possible. I'll have a play with the change @thomasstruble suggested. Thanks both for getting back. Hopefully see you in Bristol next week. |
Hi,
Nice project.
I've got quite a simple rule I'd like to apply which has no chirality specified.
[#6:4][#8:6][#6:2](=[O:3])[#6:1] >> [#6:4][#6:2](=[O:3])[#6:1]
This works fine in most cases, but not for this ring:
C[C@@H]1CCOC(=O)CC1
However, rings one carbon bigger or one carbon smaller work fine.
Is it something to do with it being a symmetrical product? The standard rdkit method works ok.
Thanks for any help!!
Best,
Will
The text was updated successfully, but these errors were encountered: