deepmodeling / deepmodeling/Uni-Mol
docking.py error
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 181
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.