Skip to content

Commit

Permalink
Update pdbgen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
William P. Bricker authored Jul 24, 2019
1 parent f036ecd commit 0460f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdbgen/pdbgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ def pdbgen(filename,abtype,natype,inputdir,outputdir,log):
if basedown == -1:

# Standard PDB end chain
if chainnum < 62:
if numchains <= 63:
fpdb.write('TER\n')

# Chain segment PDB end chain
Expand Down

0 comments on commit 0460f2f

Please sign in to comment.