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

Using mol_adjust_query_properties() #29

Open
adam-of-barot opened this issue Sep 30, 2022 · 0 comments
Open

Using mol_adjust_query_properties() #29

adam-of-barot opened this issue Sep 30, 2022 · 0 comments

Comments

@adam-of-barot
Copy link
Contributor

I recently needed to do substructure queries that take into account explicit hydrogens. I found out that the mol_adjust_query_properties() cartridge function does what I want.

I gathered that there is no built-in way to access that feature through field lookups.
I managed to do it by creating a new Lookup and registering it to MolField.

Is there be a cleaner way to do this? My solution also doesn't support additional parameters unfortunately.

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

No branches or pull requests

1 participant