you don't have to use PyRx at all; and no need of mailing either; you can just use a simple shell script to run AD4 multiple times; However I recommend using AD Vina!
What's causing "Open dlg file for details" error message?
When there are no docked conformation in the docking log file, PyRx shows the following error message.
Open output.dlg for details.
Docking instance has no attribute 'ligMol'
Docking instance has no attribute 'ligMol - is the error message that dlg parser throws. "Open "+outputFile+" for details" - is the message PyRx prints when it catches this exception. To troubleshoot this problem you need to open your dlg file and read it carefully to see why there were no docked conformation recorded there.
Why are you using Autodock via PyRx. if you want to do multiple docking then you can write mail to me at [email protected] i will help you out in doing that
you don't have to use PyRx at all; and no need of mailing either; you can just use a simple shell script to run AD4 multiple times; However I recommend using AD Vina!
I recommend AutuDock Vina too, the scripting for multiple docking is more easier than autodock, and this version is parallelized so very faster than autodock.
furthermore, thereare some python programs as chimera whose purpose some very interesting graphical interface for vina, making conf files and visualized result as pdbqt.
it could also be related to an incomplete Dlg file (i.e. the docking didn't finished or it wasn't successful), so the script is not able to find the docked coordinates to be summarized.
try to use autodock on a server maybe yo will get the docking result.
and you can consider "autodock vina" in pyrx. the wizard is so helpful.
I know this is and old thread, but I was facing the same problem and found it with no answer, and since I achieved solving it I'm posting it here in case somebody else needs it in the future.
Some of the ligands in my list were proceced and others not. So I tried starting all over again and making sure I was doing the same thing with all of them. The problem persisted, and the error was autodock being unable to find the files, even when they where there. I noticed that proceced files had shorter names than the causing error ones. So I proceed to shorten the name in all files to maximum 5 characthers and so the program was able to precess all of them.
So, if you are facing this trouble, just make the ligand file names shorter and everything must be ok.