We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I run the command:
shape-it -r mol1.sdf -d mol2.sdf -o mol1-ref-out.sdf -s mol1-ref-score.txt --noRef
The stdout suggest the option to suppress the reference in the output sdf is recognised:
-> Output reference no
But the reference structure is included and the scores are not mol1-ref-out.sdf.
mol1-ref-out.sdf
Note: This only happens when compiled with RDKit, if I use OpenBabel this options works as expected.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I run the command:
The stdout suggest the option to suppress the reference in the output sdf is recognised:
But the reference structure is included and the scores are not
mol1-ref-out.sdf
.Note: This only happens when compiled with RDKit, if I use OpenBabel this options works as expected.
The text was updated successfully, but these errors were encountered: