Skip to content
Snippets Groups Projects
Commit f22221e5 authored by joan's avatar joan
Browse files

rename

parent 67b9abe6
Branches
No related tags found
No related merge requests found
...@@ -25,8 +25,8 @@ class RotTable: ...@@ -25,8 +25,8 @@ class RotTable:
def __init__(self): def __init__(self):
self.__Rot_Table = {} self.__Rot_Table = {}
for dinucleotide in Rot_Table.__ORIGINAL_ROT_TABLE: for dinucleotide in RotTable.__ORIGINAL_ROT_TABLE:
self.__Rot_Table[dinucleotide] = Rot_Table.__ORIGINAL_ROT_TABLE[dinucleotide][:3] self.__Rot_Table[dinucleotide] = RotTable.__ORIGINAL_ROT_TABLE[dinucleotide][:3]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment