-
Notifications
You must be signed in to change notification settings - Fork 27
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
issue with aromatic rings in write.molecules()
#108
Comments
further tests and input/output files attached. The problem seems to be that implicit H typing is lost in the write.molecules() process.
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
@trljcl apologies for the delay I am looking at this again and agree that the hydrogens are lost. The write command is a wrapper of CDK's SDFWriter. Can you post this issue on the CDK user list? If it is explained/fixed in CDK, I can help get equivalent functionality in rCDK. # suport for your theory
mols[[1]]$getAtomCount()
# 16
mols2[[1]]$getAtomCount()
# 10 |
From my email:
Structure2D_CID_338.sdf
Structure2D_CID_338_cdk_openbabel.sdf
The text was updated successfully, but these errors were encountered: