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

#1446 Dearomatization does not work with query features #1455

Merged
merged 13 commits into from
Dec 27, 2023
Merged

#1446 Dearomatization does not work with query features #1455

merged 13 commits into from
Dec 27, 2023

Conversation

AliaksandrDziarkach
Copy link
Collaborator

Add code to dearomatize query molecules.
Add UTs.

Add code to dearomatize query molecules.
Add UTs.
@AliaksandrDziarkach AliaksandrDziarkach linked an issue Dec 21, 2023 that may be closed by this pull request
if (_isQueryMolecule)
{
if (_molecule.asQueryMolecule().possibleNitrogenV5(v_idx))
max_connectivity = 5;

This comment was marked as resolved.

m = indigo.loadSmarts("c1[cX4]cccc1")
print("Aromatic: %s" % m.smarts())
m.dearomatize()
print("Dearomatized: %s\n" % m.smarts())

This comment was marked as resolved.

@AlexanderSavelyev AlexanderSavelyev merged commit 7b958a4 into epam:master Dec 27, 2023
59 checks passed
@vanoprenko vanoprenko removed this from the Query Features - Phase II milestone Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dearomatization does not work with query features
3 participants