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
I try to run your tutorial file in Colab but it don does not work with me
OperationalError Traceback (most recent call last) in <cell line: 2>() 1 m = Chem.MolFromSmiles('c1cc(OC)ccc1C') # methoxytoluene ----> 2 mols = list(mutate_mol(m, db_name='replacements.db', max_size=1))
2 frames /usr/local/lib/python3.10/dist-packages/crem/crem.py in __get_replacements_rowids(db_cur, env, dist, min_atoms, max_atoms, radius, min_freq, **kwargs) 284 else: 285 sql += f" AND {k} = {v}" --> 286 db_cur.execute(sql) 287 return set(i[0] for i in db_cur.fetchall()) 288
OperationalError: no such table: radius3
The text was updated successfully, but these errors were encountered:
Please download and use a proper database file with fragments or create your own one. The same issue - #10
Sorry, something went wrong.
No branches or pull requests
I try to run your tutorial file in Colab but it don does not work with me
OperationalError Traceback (most recent call last)
in <cell line: 2>()
1 m = Chem.MolFromSmiles('c1cc(OC)ccc1C') # methoxytoluene
----> 2 mols = list(mutate_mol(m, db_name='replacements.db', max_size=1))
2 frames
/usr/local/lib/python3.10/dist-packages/crem/crem.py in __get_replacements_rowids(db_cur, env, dist, min_atoms, max_atoms, radius, min_freq, **kwargs)
284 else:
285 sql += f" AND {k} = {v}"
--> 286 db_cur.execute(sql)
287 return set(i[0] for i in db_cur.fetchall())
288
OperationalError: no such table: radius3
The text was updated successfully, but these errors were encountered: