Skip to content

Commit

Permalink
Remove unused global alphabets in backends module.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus1487 committed Sep 23, 2019
1 parent 064a634 commit 8157e3c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions megalodon/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
# model type specific information
TAI_NAME = 'taiyaki'

CAN_ALPHABET = 'ACGT'
MOD_ALPHABET = CAN_ALPHABET + ''.join(
b for b in string.ascii_uppercase[::-1] if b not in CAN_ALPHABET)


def parse_device(device):
if device is None or device == 'cpu':
Expand Down

0 comments on commit 8157e3c

Please sign in to comment.