Closed tonyelewis closed 7 years ago
tally_residue_names() looks for a unique list of residue names but doesn't take chains into account so throws on PDBs with multiple chains that happen to have overlapping residue names.
tally_residue_names()
Add failing test case and then fix.
Example PDB: 4uwe
Fixed in dd8438d9b1a923c55871da9bda43cdc768228ca0.
Test that checks this is called handles_multi_chains_with_same_residue_ids
handles_multi_chains_with_same_residue_ids
tally_residue_names()
looks for a unique list of residue names but doesn't take chains into account so throws on PDBs with multiple chains that happen to have overlapping residue names.Add failing test case and then fix.
Example PDB: 4uwe