Skip to content

Commit

Permalink
added one letter AA code for HYP for fasta parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
csbrasnett committed Oct 4, 2024
1 parent 160e970 commit 3c971f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polyply/src/simple_seq_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"H": "HIS",
"D": "ASP",
"E": "GLU",
"O": "HYP"
}

class FileFormatError(Exception):
Expand Down

0 comments on commit 3c971f8

Please sign in to comment.