From b1a624906fe91719b6e65c1ed25a757041835977 Mon Sep 17 00:00:00 2001 From: chrissciwilliams Date: Wed, 20 Sep 2023 10:51:57 -0400 Subject: [PATCH] removed old comments re:id_str() --- mmtbx/validation/cablam.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mmtbx/validation/cablam.py b/mmtbx/validation/cablam.py index f20ed287e7..827494d25e 100644 --- a/mmtbx/validation/cablam.py +++ b/mmtbx/validation/cablam.py @@ -341,9 +341,6 @@ def mp_id(self): # i: insertion code, space for none # l: alternate ID, space for none # t: residue type (ALA, LYS, etc.), all caps left justified, space padded - ##id_str = self.residue.id_str() - ##| A 75 | - ##chain = id_str[0:2] chain = self.chain_id resnum = self.residue.resseq ins = self.residue.icode @@ -945,9 +942,6 @@ def __init__(self, altloc=conf.altloc, chain_id=chain_id, resname = residue.resname, - #formatting note: residue.id_str() = 'pdbres="THR B 182 "' - #chain=residue.id_str()[11:13], - #residue.id_str() turned out to break on some segid formatting prevres=None, nextres=None, has_ca=False,