-
Notifications
You must be signed in to change notification settings - Fork 42
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
Same ligands, same protein PDBQTs - Only fast mode is working #5
Comments
Hi Andrea, |
Hi, |
Thanks for your report. Don't worry, this situation is normal. Since the memory usage patterns on different GPUs (especially RTX series) vary, it's hard to predict the exactly memory of CUDA threads using linear regression, which is done manually and integrated in Uni-Dock. Therefore, |
meet the same issue with 4090(24G) |
Did you play setting the max_gpu_memory to lower values e.g. 20000 or less..Do some tests lowering until you get the docking poses...it worked for me. |
It worked well when my ligand number was less than 45 (with no max_gpu_memory limit), but when the ligands increased, it failed and reported |
Copy. The best way to solve this problem is recalculate memory function on RTXA4000. However, we don't have this GPU. Could you please let me use your GPU and correct this? |
Hi, |
Hi again
using the same config file ( with the same receptor, the same ligands' pdbqts) I have outputs (docking poses) only when using the fast search_mode, indeed in detail and balance modes I don't have any pose. Here is the error I receive for every ligand
WARNING: Could not find any conformations completely within the search space.
WARNING: Check that it is large enough for all movable atoms, including those in the flexible side chains.
WARNING: Or could not successfully parse PDBQT input file of ligand #0
The search space is the same of the fast mode .
Here is an example config file
receptor = protein.pdbqt
dir = ./out_detail
ligand_index = ligand_index.txt
num_modes = 3
center_x = 6.73
center_y = 29.95
center_z = 60.26
size_x = 35
size_y = 35
size_z = 35
seed = 1234
search_mode = detail
I'm running on a RTXA4000 (16GB) and rocky 8.5
Thanks
Andrea
The text was updated successfully, but these errors were encountered: