Skip to content

Commit

Permalink
another typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Sep 12, 2024
1 parent 670db54 commit 2db6ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/proteins/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def get_energy(pair, source):
'GLUP': 'GLU', # Protonated Glu

# Lysine (Lys)
'LYN': 'LYS', # Deprotonated lysine (nautral)
'LYN': 'LYS', # Deprotonated lysine (neutral)

# Arginine (Arg)
'ARN': 'ARG', # Deprotonated arginine (rare, GROMACS)
Expand Down

0 comments on commit 2db6ea9

Please sign in to comment.