Traceback (most recent call last):
File "remove_duplicate_sequences.py", line 27, in
from biocode import utils
File "/opt/biocode/lib/biocode/utils.py", line 6, in
_nt_comp_table = bytes.maketrans(b'ACBDGHKMNSRUTWVYacbdghkmnsrutwvy', \
AttributeError: type object 'str' has no attribute 'maketrans'
Traceback (most recent call last): File "remove_duplicate_sequences.py", line 27, in
from biocode import utils
File "/opt/biocode/lib/biocode/utils.py", line 6, in
_nt_comp_table = bytes.maketrans(b'ACBDGHKMNSRUTWVYacbdghkmnsrutwvy', \
AttributeError: type object 'str' has no attribute 'maketrans'