I have been trying to convert pdb files of proteins into pdbqt format using Raccoon program from MGLTools-1.5.6. Some of the proteins' files have been successfully converted into pdbqt files but some throw the following error:

Exception in Tk callback

Function: (type: )

Args: ()

Traceback (innermost last):

File "C:\Program Files (x86)\MGLTools-1.5.6\lib\site-packages\Pmw\Pmw_1_3\lib\PmwBase.py", line 1747, in __call__

return apply(self.func, args)

File "raccoon.py", line 1237, in openLigand

if genPDBQT(filename, output_file):

File "raccoon.py", line 1546, in genPDBQT

if mol.returnCode is not 0:

: Protein instance has no attribute 'returnCode'

I am not able to figure out where the problem lies? is it in the Raccoon software or in the protein pdb file?

Kindly help if anyone knows the solution to it.

Thanks in advance!!

Similar questions and discussions