Skip to content

Commit

Permalink
removed old comments re:id_str()
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissciwilliams committed Sep 20, 2023
1 parent d89e878 commit b1a6249
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mmtbx/validation/cablam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b1a6249

Please sign in to comment.