-
Notifications
You must be signed in to change notification settings - Fork 14
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
Switch to using new R-Group Decomposition code #56
Labels
Comments
@greglandrum, a few questions:
|
@bp-kelley, feel free to answer as well |
@manuelschwarze, answers (I hope):
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This probably means deprecating the current node since the options are now different.
The constructor for the data structure with the parameters for the C++ RGD code, which includes the default values, is here:
https://github.com/rdkit/rdkit/blob/master/Code/GraphMol/RGroupDecomposition/RGroupDecomp.h#L66
From a quick skim of the generated code, it looks like all of this is exposed to Java in a sensible way.
The text was updated successfully, but these errors were encountered: