Skip to content

Commit

Permalink
Ignore TURN comments in PDBs (ParmEd#1351)
Browse files Browse the repository at this point in the history
Co-authored-by: David Slochower <[email protected]>
Co-authored-by: Jason Swails <[email protected]>
  • Loading branch information
3 people authored Jun 24, 2024
1 parent b1c50b5 commit 7eb0645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parmed/formats/pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def id_format(filename):
'ANISOU', 'CISPEP', 'CONECT', 'DBREF ', 'HELIX ', 'HET ', 'LINK ', 'MODRES',
'REVDAT', 'SEQADV', 'SHEET ', 'SSBOND', 'FORMUL', 'HETNAM', 'HETSYN', 'SEQRES', 'SITE ',
'ENDMDL', 'MODEL ', 'TER ', 'JRNL ', 'REMARK', 'TER', 'DBREF ', 'DBREF2', 'DBREF1',
'DBREF', 'HET', 'LINKR '}:
'DBREF', 'HET', 'LINKR ', 'TURN '}:
continue
# Hack to support reduce-added flags
elif line[:6] == 'USER ' and line[6:9] == 'MOD':
Expand Down

0 comments on commit 7eb0645

Please sign in to comment.