bis_protein_structure.split_pdb.split_the_pdb

bis_protein_structure.split_pdb.split_the_pdb(cif_path, pdb, chain)[source]

Split a PDB file into separate CIF files for a specified chain.

Parameters:
  • cif_path (str) – The path to the input CIF file.

  • pdb (str) – The name of the PDB structure.

  • chain (str) – The chain identifier to extract from the PDB structure.

Return type:

None