You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: