Skip to content

Commit

Permalink
add more nonstandard to flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Sep 12, 2024
1 parent 13850c3 commit 43895d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prody/atomic/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
NONSTANDARD = {
'ASX': set(['acyclic', 'surface', 'polar', 'medium']),
'GLX': set(['acyclic', 'surface', 'large', 'polar']),
'ASH': set(['acyclic', 'acidic', 'surface', 'polar', 'medium']),
'GLH': set(['acyclic', 'acidic', 'surface', 'large', 'polar']),
'CSO': set(['acyclic', 'neutral', 'surface', 'medium', 'polar']),
'CYX': set(['acyclic', 'neutral', 'buried', 'medium', 'polar']),
'HIP': set(['cyclic', 'basic', 'surface', 'large', 'polar']),
Expand All @@ -75,6 +77,12 @@
'HSD': set(['cyclic', 'basic', 'surface', 'large', 'polar']),
'HSE': set(['cyclic', 'basic', 'surface', 'large', 'polar']),
'HSP': set(['cyclic', 'acidic', 'surface', 'large', 'polar']),
'HISD': set(['cyclic', 'basic', 'surface', 'large', 'polar']),
'HISE': set(['cyclic', 'basic', 'surface', 'large', 'polar']),
'HISP': set(['cyclic', 'acidic', 'surface', 'large', 'polar']),
'LYN': set(['acyclic', 'neutral', 'surface', 'large', 'polar']),
'TYM': set(['cyclic', 'aromatic', 'surface', 'basic', 'large', 'polar']),
'ARN': set(['acyclic', 'neutral', 'surface', 'large', 'polar']),
'MSE': set(['acyclic', 'neutral', 'buried', 'large']),
'CME': set(['acyclic', 'neutral', 'buried', 'large']),
'SEC': set(['acyclic', 'neutral', 'buried', 'polar', 'medium']),
Expand Down

0 comments on commit 43895d2

Please sign in to comment.