Hi everyone! I tried to do covalent docking using the scripts available on the AutoDock4 website, and it is said that I need python and openbabel python bindings. I installed python on Linux and then openbabel using the source code (http://openbabel.org/wiki/Category:Installation).
I unpacked the downloaded openbabel folder in my home directory. I opened the folder, and in the terminal I wrote the line of commands being in the openbabel folder:
mkdir build
cd build
cmake .. -DPYTHON_BINDINGS=ON
make -j4
make install
In the end, I got the message that open babel 3.1.1.1 is installed.
Then I tried to align my ligand and protein with this line:
python ~/local/adcovalent/prepareCovalent.py --ligand ligand.mol2 --ligindices 1,2 --receptor 3upo_protein.pdb --residue B:SER222 --outputfile ligcovalent.pdb
but I got an error message:
No module named pybel was found.
I tried several things I found on the web, but nothing was helpful, pybel just could not be found. Has anyone encountered the same problem, and could you explain to me step-by-step how did you overcome it?
Regards,
Ljubica