-
Notifications
You must be signed in to change notification settings - Fork 110
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
unable to execute batch file operation(--filelist) #224
Comments
@28YOGESH Thank you for reporting this. Currently the Looking at this now, to me this behavior seems a bit counter-intuitive for relative or not directly specified paths inside the batch file. I'll likely PR a change to this after we had a chance to discuss it internally. |
Thanks @atillack for your support. I have done the modifications as you suggested and it is working and giving desired output upto the ninth ligand, but while running the ninth job it is giving the following error: Running Job #9: Rest of Setup time 0.002992s Executing docking runs, stopping automatically after either reaching 0.15 kcal/mol standard deviation of Generations | Evaluations | Threshold | Average energy of best 10% | Samples | Best energy |
@28YOGESH That's an interesting location for a crash and I'm interested to find out what's going on: Could you post the ligand? Also, are you using the 1.5.3 release version or the current develop branch? |
Yes, I am using 1.5.3 version and I have tried to remove the ligand and do it again but again it is stucking at the same 9th job and giving the same error. however the 9th ligand is : REMARK Name = Compound 9 |
The input structure of the ligand is flat (all 0s) on the Z dimension. Not very sure if bad ligand conformations might lead to |
@rwxayheee good catch. Two further problems: all bond lengths are 1.0 Angstrom, and BRANCH keywords use the atom indices specified in the file (AutoDock-GPU ignores such values and uses the order of the atom instead). |
Maybe AD-GPU is building bonds between atoms that move relative to each other, i.e., atoms in different rigid groups. @28YOGESH how did you make this PDBQT? |
~/AutoDock-GPU-develop$ ./bin/autodock_gpu_128wi --ffile ./input/1stp/derived/1stp_protein.maps.fld --filelist ./input/1stp/derived/ligand.txt
AutoDock-GPU version: v1.5-release
Error: Can't open fld file 1stp_protein.maps.fld.
Error: get_gridinfo failed with fld file specified in file list.
This is working for single ligand docking but getting this error while executing multiple ligand docking with batch file operation(--filelist).
#Please help.
The text was updated successfully, but these errors were encountered: