You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How exactly you want to incorporate the code? If you are using Python for the rest of your code, you can just use the predict function in etoxpred_prediction.py
In that case, if you downloaded the entire repo, you can simply do import predict from etox_predict. Then make a dictionary, say d, contains: path to .smi, path to model, path to output file.
Then you do predict(d)
Could you maybe provide a documentation on how to include your library into a self written program? That would help alot. :-)
The text was updated successfully, but these errors were encountered: