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 6691185 commit 32f4315Copy full SHA for 32f4315
exercises/nucleotide-count/canonical-data.json
@@ -25,6 +25,14 @@
25
"strand": "CGATTGGG",
26
"nucleotide": "T",
27
"expected": 2
28
+ },
29
+ {
30
+ "description": "validates nucleotides in requested nucleotide",
31
+ "strand": "GACT",
32
+ "nucleotide": "X",
33
+ "expected": {
34
+ "error": "Invalid requested nucleotide"
35
+ }
36
}
37
]
38
},
@@ -60,6 +68,14 @@
60
68
"G": 17,
61
69
"T": 21
62
70
71
72
73
+ "description": "validates nucleotides in the strand",
74
+ "strand": "AGXXACT",
75
+ "nucleotide": "A",
76
77
+ "error": "Invalid nucleotide in strand"
78
63
79
64
80
65
81
0 commit comments