bis_protein_structure.TORSION2.readPDB

bis_protein_structure.TORSION2.readPDB(pdb_path)[source]

Reads a PDB file and extracts residue information.

Parameters:

pdb_path (str) – The file path to the PDB file to be parsed.

Returns:

  • residues (dict) – A dictionary mapping residue IDs to residue names.

  • chain (Chain) – The chain object from the parsed structure.