Преглед изворни кода

rename plf HINTS and regenerate READMEs

Sam Warner пре 8 година
родитељ
комит
db2bd7a71b

exercises/parallel-letter-frequency/.meta/HINTS.md → exercises/parallel-letter-frequency/.meta/hints.md Прегледај датотеку


+ 2
- 2
exercises/protein-translation/README.md Прегледај датотеку

20
 
20
 
21
 RNA: `"AUGUUUUCUUAAAUG"` =>
21
 RNA: `"AUGUUUUCUUAAAUG"` =>
22
 
22
 
23
-Codons: `"AUG", "UUU", "UCU", "UAG", "AUG"` =>
23
+Codons: `"AUG", "UUU", "UCU", "UAA", "AUG"` =>
24
 
24
 
25
 Protein: `"Methionine", "Phenylalanine", "Serine"`
25
 Protein: `"Methionine", "Phenylalanine", "Serine"`
26
 
26
 
27
-Note the stop codon terminates the translation and the final methionine is not translated into the protein sequence.
27
+Note the stop codon `"UAA"` terminates the translation and the final methionine is not translated into the protein sequence.
28
 
28
 
29
 Below are the codons and resulting Amino Acids needed for the exercise.
29
 Below are the codons and resulting Amino Acids needed for the exercise.
30
 
30