This is an example to show how to reproduce the PDBQT tree error resulting in redocking failure reported in #2423
- ligand to be docked: sti.mol2 or sti.sdf
- ligand prepared by openbabel from sti.mol2: sti_ob.pdbqt
- ligand prepared by ADT from sti.mol2: sti_adt.pdbqt
- Vina docking configure file: dock.conf
- protein file prepared for docking: protein.pdbqt
- Cognate ligand: reference.sdf
1. use openbabel pdbqt
vina --config dock.conf --ligand sti_ob.pdbqt --out sti_ob_out.pdbqt
2. use ADT pdbqt
vina --config dock.conf --ligand sti_adt.pdbqt --out sti_adt_out.pdbqt
3. Visualize the docking poses with cognate ligand (reference.sdf)