diff --git a/protfasta/_configs.py b/protfasta/_configs.py index 2fcd6b3..942b332 100644 --- a/protfasta/_configs.py +++ b/protfasta/_configs.py @@ -18,6 +18,7 @@ """ STANDARD_CONVERSION = {'B':'N', + 'O':'K', 'U':'C', 'X':'G', 'Z':'Q', @@ -26,6 +27,7 @@ ' ':''} STANDARD_CONVERSION_WITH_GAP = {'B':'N', + 'O':'K', 'U':'C', 'X':'G', 'Z':'Q',