PatWalters / rd_filters

A script to run structural alerts using the RDKit and ChEMBL
MIT License
125 stars 37 forks source link

Fix explicit hydrogen smarts #26

Closed bp-kelley closed 1 year ago

bp-kelley commented 1 year ago

Many of the inpharmatica smarts only worked with explicit hydrogens in the molecular graph.

Since rd_filters is normally using smiles strings with suppressed Hydrogens, these queries did not work correctly. These changes fix these issues.