Skip to content

Commit

Permalink
fix asparagine mapping to two categories in hydrocharge alphabet
Browse files Browse the repository at this point in the history
  • Loading branch information
tnitka committed Jan 14, 2025
1 parent 42b0d7d commit 0fe52d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snekmer/alphabet.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
author(s): @biodataganache, @wichne
"""

# imports
from typing import Dict, Mapping, Set, Union

Expand Down Expand Up @@ -50,7 +51,7 @@
# 2-value hydrophobicity with charged residues as a third
# category. Made by @biodataganache.
"hydrocharge": {
"SFTNYQCWPH": "L", # hydrophilic (L-ove)
"SFTYQCWPH": "L", # hydrophilic (L-ove)
"VMLAIG": "H", # hydrophobic (H-ate)
"KNDER": "C", # charged (C-harged)
"_keys": "LHC",
Expand Down

0 comments on commit 0fe52d9

Please sign in to comment.