Skip to content
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

wrong chirality generated by SMARTS load/save #1283

Closed
AliaksandrDziarkach opened this issue Sep 19, 2023 · 1 comment
Closed

wrong chirality generated by SMARTS load/save #1283

AliaksandrDziarkach opened this issue Sep 19, 2023 · 1 comment
Assignees
Projects

Comments

@AliaksandrDziarkach
Copy link
Collaborator

I tested SMARTS load/save using next code:

def test_smarts(smarts_in)
    print(smarts_in)
    qmol = indigo.loadSmarts(smarts_in)
    print(qmol.smarts())

Wrong chirality processing: "[C@H]" saved as "[#6@@;A](-[#1])(-[!#1])-[!#1]"

@AliaksandrDziarkach AliaksandrDziarkach added this to Product Backlog in Indigo via automation Sep 19, 2023
@AliaksandrDziarkach AliaksandrDziarkach self-assigned this Sep 19, 2023
@AliaksandrDziarkach
Copy link
Collaborator Author

not a bug

Indigo automation moved this from Product Backlog to Done Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Indigo
  
Done
Development

No branches or pull requests

2 participants