Closed samirelanduk closed 6 years ago
PDB files contain COMPND records, detailing the names of complexes and the chains that make them up. These should be parsed to add complexes to models.
>>> model.complexes() set(<Complex 1>, <Complex 2>) >>> model.complex("1").chains() set(<Chain A>, <Chain B>)
Description of Feature
PDB files contain COMPND records, detailing the names of complexes and the chains that make them up. These should be parsed to add complexes to models.
Proposed Example Code