-
Notifications
You must be signed in to change notification settings - Fork 52
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
RDKit Integration #37
Comments
I think that the part that does tautomer choosing is not part of rdkit. |
@UnixJunkie, which part do you mean exactly? If I compare https://github.com/rdkit/rdkit/tree/master/rdkit/Chem/MolStandardize and https://github.com/mcs07/MolVS/tree/master/molvs, it seems like all modules (except for the commandline interface in cli.py) have been copied into RDKit. Does this also mean that the RDKit repository is the primary location for further development. @mcs07 or @greglandrum , can you comment on this? I agree with @jvansan that it would be good to mention this in the documentation of this project. |
@susanhleung should know if this has been completely integrated into rdkit |
@msteijaert the CLI is in rdkit/Contrib/MolVS/molvs_cli.py |
I believe the RDKit now has a complete C++ implementation of the functionality provided by MolVS, including picking a canonical tautomer. An aside: the python code in https://github.com/rdkit/rdkit/tree/master/rdkit/Chem/MolStandardize is legacy and should be removed. |
Thanks for the clarification! So, if I understand correctly, the recommended python interface is now documented here: http://www.rdkit.org/docs/source/rdkit.Chem.MolStandardize.rdMolStandardize.html? Indeed I see most of the MolVS functionality there. However, I do not see the |
Hello,
I am wondering if the documentation of this project should reflect the fact that much of this API has been integrated into newer version of the RDKit?
The text was updated successfully, but these errors were encountered: