Skip to content

Commit

Permalink
errors as b factor code missing insertions
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanaba authored Jan 26, 2023
1 parent a12493c commit 217dd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImmuneBuilder/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def add_errors_as_bfactors(filename, errors, header=[]):

for line in txt:
if line[:4] == "ATOM":
current_res = line[22:26]
current_res = line[22:27]
if current_res != position:
position = current_res
residue_index += 1
Expand Down

0 comments on commit 217dd61

Please sign in to comment.