Skip to content

Commit

Permalink
Remove code no longer in use
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoukos committed Jul 27, 2018
1 parent e7f25ca commit 84b4ef3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pdb_reres.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def _renumber_pdb_residue(fhandle, sresid):
# Insertion code
i_code = line[22:27]
if i_code not in inserted_residues:
# inserted_residues[i_code] = len(inserted_residues) + 1
# resi += inserted_residues[i_code]
inserted_residues[i_code] = True
resi += 1
yield line[:22] + str(resi).rjust(4) + " " + line[27:]
Expand Down

0 comments on commit 84b4ef3

Please sign in to comment.