-
Notifications
You must be signed in to change notification settings - Fork 126
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
docking.py error #248
Comments
To directly solve this, you can change this line to |
The issue has been fixed in this pr #249.
These three scores are used as losses during the optimization process to obtain the docking pose. They are the ligand-pocket distance score, the intra-ligand distance score, and the ligand-pocket clash score, respectively. |
I wish to perform a docking simulation involving a single ligand and a single protein. And then use this code in 'https://github.com/deepmodeling/Uni-Mol/tree/main/unimol'
nthreads=20 # Num of threads predict_file="./infer_pose/save_pose_test.out.pkl" # Your inference file dir reference_file="./protein_ligand_binding_pose_prediction/test.lmdb" # Your reference file dir output_path="./protein_ligand_binding_pose_prediction" # Docking results path python ./unimol/utils/docking.py --nthreads $nthreads --predict-file $predict_file --reference-file $reference_file --output-path $output_path
However, I only obtained this error or result.
So, what steps should I take to ensure a successful complementary docking between the ligand and the protein?
The text was updated successfully, but these errors were encountered: