Skip to content
Snippets Groups Projects
Commit 32b84240 authored by Santos Garcia Carlos's avatar Santos Garcia Carlos
Browse files

Merge branch 'master' of...

parents 9339e7aa 3e8b830b
No related branches found
No related tags found
No related merge requests found
...@@ -26,20 +26,20 @@ class RotTable: ...@@ -26,20 +26,20 @@ class RotTable:
__CORRESPONDANCE = {\ __CORRESPONDANCE = {\
"AA": "TT",\ "AA": "TT",\
"AC": "TG",\ "AC": "GT",\
"AG": "TC",\ "AG": "CT",\
"AT": "TA",\ "AT": "AT",\
"CA": "GT",\ "CA": "TG",\
"CC": "GG",\ "CC": "GG",\
"CG": "GC",\ "CG": "CG",\
"CT": "GA",\ "CT": "AG",\
"GA": "CT",\ "GA": "TC",\
"GC": "CG",\ "GC": "GC",\
"GG": "CC",\ "GG": "CC",\
"GT": "CA",\ "GT": "AC",\
"TA": "AT",\ "TA": "TA",\
"TC": "AG",\ "TC": "GA",\
"TG": "AC",\ "TG": "CA",\
"TT": "AA",\ "TT": "AA",\
} }
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment