We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rsmiles_saver doesn't save SMARTS component-level grouping. e.g. next code should print same SMARTS:
rxn1 = indigo.loadReactionSmarts("([#8:1]=[#6:2]).([#6:3])>>([#8:1]=[#6:2]).([#6:3])") print(rxn1.smarts())
But now it print SMARTS without parentheses '()': [#8:1]=[#6:2].[#6:3]>>[#8:1]=[#6:2].[#6:3]
[#8:1]=[#6:2].[#6:3]>>[#8:1]=[#6:2].[#6:3]
The text was updated successfully, but these errors were encountered:
#1254 SMARTS with component-level grouping saved without '()' (#1266)
88a4ad6
Co-authored-by: Aliaksandr Dziarkach <[email protected]>
AliaksandrDziarkach
Successfully merging a pull request may close this issue.
rsmiles_saver doesn't save SMARTS component-level grouping.
e.g. next code should print same SMARTS:
But now it print SMARTS without parentheses '()':
[#8:1]=[#6:2].[#6:3]>>[#8:1]=[#6:2].[#6:3]
The text was updated successfully, but these errors were encountered: