We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2489f commit 0ad82feCopy full SHA for 0ad82fe
exercises/protein-translation/canonical-data.json
@@ -136,13 +136,13 @@
136
"expected": ["Methionine","Phenylalanine"]
137
},
138
{
139
- "description": "Translation stops if STOP codon in middle of sequence of three-codon sequence",
+ "description": "Translation stops if STOP codon in middle of three-codon sequence",
140
"property": "proteins",
141
"strand": "UGGUAGUGG",
142
"expected": ["Tryptophan"]
143
144
145
- "description": "Translation stops if codon in middle of sequence of six-codon sequence",
+ "description": "Translation stops if codon in middle of six-codon sequence",
146
147
"strand": "UGGUGUUAUUAAUGGUUU",
148
"expected": ["Tryptophan","Cysteine","Tyrosine"]
0 commit comments