-
Notifications
You must be signed in to change notification settings - Fork 1
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
Filter results by moeity with Checkmol or SMIRKS/SMARTS #44
Conversation
181ce4e
to
69b8cf7
Compare
Need to look into the discrepancy between implementations possibly exposed here: #43 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look good to me! The one thing I noticed is that checkmol
can also read the SDF from stdin with the -
filename, so you could avoid the temporary file if you wanted, but it might not make much difference either way.
Thanks for the review! Files with special character names make me nervous, so I'm going to leave the current solution in place |
No description provided.