Hi Friends
I want to dock a ligand which binds covalently to the protein active site (Cysteine).
I have used auto dock scripts which were provided in the link http://autodock.scripps.edu/resources/covalentdocking
I have followed as it is in the README text
But I'm getting the following error
[user@mqml Desktop]$ python /usr/local/bin/adCovalentDockResidue/adcovalent/prepareCovalent.py --ligand ligand.mol2\
> --ligandindices 1,2\
> --receptor 3upo_protein.pdb\
> --residue B:SER222\
> --outputfile ligcovalent.pdb
Traceback (most recent call last):
File "/usr/local/bin/adCovalentDockResidue/adcovalent/prepareCovalent.py", line 36, in
import pybel.py
File "/usr/local/bin/adCovalentDockResidue/adcovalent/pybel.py", line 16, in
import openbabel as ob
File "/usr/local/bin/adCovalentDockResidue/adcovalent/openbabel.py", line 37, in
_openbabel = swig_import_helper()
File "/usr/local/bin/adCovalentDockResidue/adcovalent/openbabel.py", line 29, in swig_import_helper
import _openbabel
ImportError: No module named _openbabel
Can anyone help me how to rectify this?