File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
exercises/protein-translation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"exercise" : " protein-translation" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"cases" : [
5
5
{
6
6
"description" : " Translate input RNA sequences into proteins" ,
136
136
"expected" : [" Methionine" ," Phenylalanine" ]
137
137
},
138
138
{
139
- "description" : " Translation stops if STOP codon in middle of sequence of three-codon sequence" ,
139
+ "description" : " Translation stops if STOP codon in middle of three-codon sequence" ,
140
140
"property" : " proteins" ,
141
141
"strand" : " UGGUAGUGG" ,
142
142
"expected" : [" Tryptophan" ]
143
143
},
144
144
{
145
- "description" : " Translation stops if codon in middle of sequence of six-codon sequence" ,
145
+ "description" : " Translation stops if STOP codon in middle of six-codon sequence" ,
146
146
"property" : " proteins" ,
147
147
"strand" : " UGGUGUUAUUAAUGGUUU" ,
148
148
"expected" : [" Tryptophan" ," Cysteine" ," Tyrosine" ]
You can’t perform that action at this time.
0 commit comments