-
Notifications
You must be signed in to change notification settings - Fork 166
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
Returning incorrect smarts #1695
Comments
Hello! But the returned structure ahs changed: I set |
@Nitvex , @evgeniiFrolov1 - just wondering if there's any update on it? Ketcher is a cool sketcher but silly issues like that prevent us from giving it to our users :( |
@skalkin Hello! Thank you for using Ketcher and highlighting this problem for us. I checked this on https://lifescience.opensource.epam.com/KetcherDemoSA/index.html in version 2.15 and now SMARTS without comma is returned. |
@skalkin Recently, we have put significant effort into SMARTS. If you notice any bugs, we would greatly appreciate your feedback. |
@Zhirnoff thanks a lot! We'll give Ketcher another try, and will surely share the feedback. |
Bug is not reproduced in Prod Version 2.15.0 |
Hi @Zhirnoff ! thank you very much for the update. I'm now testing setting of smarts to Ketcher. But when I call setMolecule method with the following smarts: "[!#6&!#7]1:[#6]:[#6]:[#6]:[#6]:[#6]:1" I get an error: |
@MariaDolotova We are providing some information about the API from our knowledge base: |
@Zhirnoff , thank you, the problem was fixed. |
@MariaDolotova You're welcome! I'm glad to hear that the problem has been resolved. If you have any further questions or issues, feel free to ask. |
Steps to Reproduce
[!#6&!#7]1:[#6]:[#6]:[#6]:[#6]:[#6]:1
using setMolecule() method.Expected behavior
Expect to get
[!#6&!#7]1:[#6]:[#6]:[#6]:[#6]:[#6]:1
Actual behavior
Getting
[!#6,!#7]1:[#6]:[#6]:[#6]:[#6]:[#6]:1
(comma is OR operator while we need AND operator - &)Desktop (please complete the following information):
Ketcher version
"ketcher-core": "^1.5.0",
"ketcher-react": "^2.5.1",
"ketcher-standalone": "^1.4.0",
The text was updated successfully, but these errors were encountered: