I am using PyRx interface for running AutoDock 4.2 After docking I get .dlg files as usual. now i wish to create complexes of poses obtained from dlg file.
There are these two python scripts to get this job done. (to extract the docked configurations from dlg file using the script "write_all_complex.py" can be used. This script will write the ligand - receptor complex coordinates into pdbqt format. subsequently, "pdbqt_to_pdb.py" script can be used to convert the pdbqt files into pdb.) But these scripts are known to run via ADT (Not through PyRx).
So my question is that is it possible to run these scripts independently (like using python GUI like IDLE) and obtain results without using ADT.
I would be grateful if some one provide me with these two scripts since i am not using ADT. Or is there any other easy means to generate complex of poses obtained in dlg file and protein used as target in docking run.