Skip to content

Commit 1146777

Browse files
authored
Merge pull request #1016 from sjwarner-bp/protein-translation-patch
protein-translation: Remove repetition from canonical data
2 parents 02b90c3 + e571788 commit 1146777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/protein-translation/canonical-data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"exercise": "protein-translation",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"cases": [
55
{
66
"description": "Translate input RNA sequences into proteins",
@@ -136,13 +136,13 @@
136136
"expected": ["Methionine","Phenylalanine"]
137137
},
138138
{
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",
140140
"property": "proteins",
141141
"strand": "UGGUAGUGG",
142142
"expected": ["Tryptophan"]
143143
},
144144
{
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",
146146
"property": "proteins",
147147
"strand": "UGGUGUUAUUAAUGGUUU",
148148
"expected": ["Tryptophan","Cysteine","Tyrosine"]

0 commit comments

Comments
 (0)