Skip to content
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

comparason with askcos server #6

Open
tliyan127 opened this issue Oct 3, 2018 · 2 comments
Open

comparason with askcos server #6

tliyan127 opened this issue Oct 3, 2018 · 2 comments

Comments

@tliyan127
Copy link

Hi, I was trying some test for the scscore version i downloaded and used the following code to test the score. The result i get is 2.7, wher as in the online server askcos, it gives 1.16. Is this due to something i am doing wrong with the local download. Thank

Below is the script i use

import utils.SA_Score.sascorer as sascorer
import rdkit.Chem as Chem
m = Chem.MolFromSmiles('CC(C)(CO)CO')
sco = sascorer.calculateScore(m)
print(sco)

@connorcoley
Copy link
Owner

Your code snippet is using the SA_Score, not the SCScore - look at scscore/standalone_model_numpy.py for an example of how to initialize and load the SCScorer model

@tliyan127
Copy link
Author

Oh, got it. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants