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

Merge branch 'master' of...

Merge branch 'master' of https://gitlab-research.centralesupelec.fr/2019santosgc/ei-jeux-evolutionnaires
parents 9339e7aa 3e8b830b
No related branches found
No related tags found
No related merge requests found
......@@ -26,20 +26,20 @@ class RotTable:
__CORRESPONDANCE = {\
"AA": "TT",\
"AC": "TG",\
"AG": "TC",\
"AT": "TA",\
"CA": "GT",\
"AC": "GT",\
"AG": "CT",\
"AT": "AT",\
"CA": "TG",\
"CC": "GG",\
"CG": "GC",\
"CT": "GA",\
"GA": "CT",\
"GC": "CG",\
"CG": "CG",\
"CT": "AG",\
"GA": "TC",\
"GC": "GC",\
"GG": "CC",\
"GT": "CA",\
"TA": "AT",\
"TC": "AG",\
"TG": "AC",\
"GT": "AC",\
"TA": "TA",\
"TC": "GA",\
"TG": "CA",\
"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