bis_protein_structure.CROSSLINK.readMMCIF¶
- bis_protein_structure.CROSSLINK.readMMCIF(mmcif_path)[source]¶
Reads an MMCIF file and extracts chain and residue information.
- Parameters:
mmcif_path (str) – Path to the MMCIF file.
- Returns:
model (Bio.PDB.Model) – The first model from the parsed MMCIF file.
chains (list of str) – List of chain identifiers.
residue_dict (dict) – Dictionary mapping chain IDs to residues and their positions.