Open stan1233 opened 6 months ago
Hi,
I don't know what caused this error (TypeError: Cannot append item without units into list with units), and I can't reproduce it. It is worth emphasizing that the maintenance of openff and its dependent libraries is unstable. Make sure your openff and its dependencies are the same as the version I requested, this error probably won't happen.
1. what do lig_final_ec.sdf and lig_final.sdf represent in the docking results? lig_final.sdf is raw pose directly from model sampling, while lig_final_ec.sdf is the pose from lig_final.sdf after local energy minimization, which has stronger physical plausibility. We strongly recommend that users use lig_final_ec.sdf. Also, you can see more details in our paper about the error correction.
2. How to do blind docking? Indeed, blind docking can be delineated into two steps: pocket detection followed by pocket-based docking. I strongly recommend using the CavityPlus developed by our group to detect potential pockets and determine which candidate is the ideal functional pocket based on the score and even your expert knowledge of the protein. Then, you can take the center of the pocket and prepare a [protein_name]_box.csv with "x,y,z".
Hi!
At that time, I tried to execute "relax the structure" and encountered the following issues.
python pl_1.py ../app/test/reverse/structures -nb 12 -v
I attempted to make modifications to line 526 of pl.py. But it doesn't work.
BTW, I would like to ask two questions:
Thank you very much for providing such a great tool!