Entering edit mode
3.5 years ago
diabateoudou
•
0
I'm want to know how to convert a sdf unique file contenting several molecules coordinate to pdbqt format ?
I'm want to know how to convert a sdf unique file contenting several molecules coordinate to pdbqt format ?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Use
openbabel
to first split sdf file into individual files. Following the splitting step convert each file into .pdb or .mol format.Finally use vina python module
prepare_ligand4.py
to convert it into .pdbqt.