You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 64 codons which in turn correspond to 20 amino acids; however, all of the codon sequences and resulting amino acids are not important in this exercise.
15
-
If it works for one codon, the program should work for all of them.
16
-
However, feel free to expand the list in the test suite to include them all.
17
-
18
-
There are also three terminating codons (also known as 'STOP' codons); if any of these codons are encountered (by the ribosome), all translation ends and the protein is terminated.
19
-
20
-
All subsequent codons after are ignored, like this:
0 commit comments