I've a receptor and ligand both as pdb file. With mgltools I've converted them to pdbqt. Then performed docking with autodock vina. Now I want my receptor and pdbqt generated by vina to have in a single file. Is it possible?
I always save the ligand pdb file from docking log file. And then run cat receptor.pdb ligand.pdb > complex.pdb in Linux or Mac. In windows, you have to combine them manually.
I hope Mr. Pramodkumar P Gupta response may HELP you. Here, I wish to share a method to combine the ligand (minimum energy conformer) with their docked receptor file. While performing the AutoDock Vina, you have get the final output 'filename.pdbqt' of the all conformational positions of your ligand.
Vina_Split program has HELPful to separate the confermers from the AutoDock Vina output file 'filename'.pdbqt
STEP: 1 Sperate the each conformers from the final 'out.pdbqt' file
cmd comment: vina_split --input filename.pdbqt
STEP: 2 Combine the separated conformer-1 (Minimum energy) with the receptor .pdb file
Copy the 'filename_ligand_01.pdbqt' file and paste at the end of the receptor .pdb file