Convert a PDB file to SDF (Conversion)
Input: A PDB file with a single chain Output: A SDF file for the structure Use rdkit to convert PDB file to SDF file after checking the protein has a single model and single chain using biopython
rdkit biopython