Skip to content

Commit 05dfccf

Browse files
committed
Updated rack to address security vulnerability; added colortest files, updated colorschemes for 2-colored values for better contrast
1 parent dd170d3 commit 05dfccf

File tree

5 files changed

+419
-1
lines changed

5 files changed

+419
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby '2.0.0'
77
gem 'sinatra', '1.4.5'
88
gem 'sinatra-contrib', '1.4.2'
99
gem 'sinatra-flash', '0.3.0'
10-
gem 'rack', '1.5.2'
10+
gem 'rack', '1.5.4'
1111

1212
# User Auth
1313
gem 'warden', '1.2.3'

example/colortest/color_batch.tsv

+193
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
BatchID Source Plate Source Well Destination Plate Destination Well Volume
2+
ColorBatch Source1 E08 Destination1 A04 30
3+
ColorBatch Source1 F03 Destination1 A05 30
4+
ColorBatch Source2 C08 Destination1 A01 30
5+
ColorBatch Source2 G10 Destination1 A02 30
6+
ColorBatch Source3 F09 Destination1 B03 30
7+
ColorBatch Source3 A11 Destination1 B06 30
8+
ColorBatch Source4 A02 Destination2 A02 30
9+
ColorBatch Source4 A03 Destination2 D01 30
10+
ColorBatch Source5 G06 Destination1 C03 30
11+
ColorBatch Source5 G08 Destination1 C05 30
12+
ColorBatch Source6 E07 Destination1 A03 30
13+
ColorBatch Source6 B03 Destination1 A08 30
14+
ColorBatch Control1 A01 Destination1 C04 30
15+
ColorBatch Control1 A02 Destination2 C04 30
16+
ColorBatch Source2 F04 Destination1 A06 30
17+
ColorBatch Source2 E02 Destination1 A07 30
18+
ColorBatch Source5 D10 Destination1 A09 30
19+
ColorBatch Source1 A07 Destination1 A10 30
20+
ColorBatch Source2 C07 Destination1 A11 30
21+
ColorBatch Source1 G03 Destination1 A12 30
22+
ColorBatch Source5 G10 Destination1 B01 30
23+
ColorBatch Source1 H10 Destination1 B02 30
24+
ColorBatch Source1 B09 Destination1 B04 30
25+
ColorBatch Source3 A06 Destination1 B05 30
26+
ColorBatch Source6 H03 Destination1 B07 30
27+
ColorBatch Source2 H07 Destination1 B08 30
28+
ColorBatch Source2 A05 Destination1 B09 30
29+
ColorBatch Source2 B12 Destination1 B10 30
30+
ColorBatch Source2 B03 Destination1 B11 30
31+
ColorBatch Source2 D03 Destination1 B12 30
32+
ColorBatch Source6 B06 Destination1 C01 30
33+
ColorBatch Source6 B02 Destination1 C02 30
34+
ColorBatch Source6 E01 Destination1 C06 30
35+
ColorBatch Source3 C06 Destination1 C07 30
36+
ColorBatch Source1 E11 Destination1 C08 30
37+
ColorBatch Source3 G07 Destination1 C09 30
38+
ColorBatch Source2 C02 Destination1 C10 30
39+
ColorBatch Source6 F03 Destination1 C11 30
40+
ColorBatch Source6 G12 Destination1 C12 30
41+
ColorBatch Source3 H06 Destination1 D01 30
42+
ColorBatch Source3 C12 Destination1 D02 30
43+
ColorBatch Source3 G12 Destination1 D03 30
44+
ColorBatch Source1 C03 Destination1 D04 30
45+
ColorBatch Source6 G06 Destination1 D05 30
46+
ColorBatch Source5 H08 Destination1 D06 30
47+
ColorBatch Source5 D12 Destination1 D07 30
48+
ColorBatch Source5 G03 Destination1 D08 30
49+
ColorBatch Source1 H01 Destination1 D09 30
50+
ColorBatch Source2 B09 Destination1 D10 30
51+
ColorBatch Source2 H12 Destination1 D11 30
52+
ColorBatch Source3 H04 Destination1 D12 30
53+
ColorBatch Source6 H08 Destination1 E01 30
54+
ColorBatch Source3 D03 Destination1 E02 30
55+
ColorBatch Source6 H07 Destination1 E03 30
56+
ColorBatch Source2 D06 Destination1 E04 30
57+
ColorBatch Source6 B09 Destination1 E05 30
58+
ColorBatch Source5 E05 Destination1 E06 30
59+
ColorBatch Source2 B07 Destination1 E07 30
60+
ColorBatch Source6 H04 Destination1 E08 30
61+
ColorBatch Source1 H11 Destination1 E09 30
62+
ColorBatch Source3 H07 Destination1 E10 30
63+
ColorBatch Source6 D01 Destination1 E11 30
64+
ColorBatch Source6 F11 Destination1 E12 30
65+
ColorBatch Source6 H12 Destination1 F01 30
66+
ColorBatch Source6 E05 Destination1 F02 30
67+
ColorBatch Source6 G01 Destination1 F03 30
68+
ColorBatch Source1 E03 Destination1 F04 30
69+
ColorBatch Source2 E06 Destination1 F05 30
70+
ColorBatch Source5 E12 Destination1 F06 30
71+
ColorBatch Source5 H10 Destination1 F07 30
72+
ColorBatch Source5 D06 Destination1 F08 30
73+
ColorBatch Source6 A02 Destination1 F09 30
74+
ColorBatch Source1 F08 Destination1 F10 30
75+
ColorBatch Source2 H11 Destination1 F11 30
76+
ColorBatch Source1 E01 Destination1 F12 30
77+
ColorBatch Source1 H07 Destination1 G01 30
78+
ColorBatch Source5 F03 Destination1 G02 30
79+
ColorBatch Source6 D11 Destination1 G03 30
80+
ColorBatch Source6 E10 Destination1 G04 30
81+
ColorBatch Source6 D02 Destination1 G05 30
82+
ColorBatch Source6 B12 Destination1 G06 30
83+
ColorBatch Source6 E11 Destination1 G07 30
84+
ColorBatch Source1 B10 Destination1 G08 30
85+
ColorBatch Source5 F01 Destination1 G09 30
86+
ColorBatch Source1 D10 Destination1 G10 30
87+
ColorBatch Source5 G04 Destination1 G11 30
88+
ColorBatch Source3 F04 Destination1 G12 30
89+
ColorBatch Source5 C06 Destination1 H01 30
90+
ColorBatch Source2 B04 Destination1 H02 30
91+
ColorBatch Source6 E04 Destination1 H03 30
92+
ColorBatch Source5 E03 Destination1 H04 30
93+
ColorBatch Source3 B08 Destination1 H05 30
94+
ColorBatch Source1 B07 Destination1 H06 30
95+
ColorBatch Source6 C12 Destination1 H07 30
96+
ColorBatch Source1 G10 Destination1 H08 30
97+
ColorBatch Source5 A02 Destination1 H09 30
98+
ColorBatch Source5 C08 Destination1 H10 30
99+
ColorBatch Source2 B02 Destination1 H11 30
100+
ColorBatch Source1 E09 Destination1 H12 30
101+
ColorBatch Source6 B11 Destination2 A01 30
102+
ColorBatch Source2 G02 Destination2 A03 30
103+
ColorBatch Source6 A12 Destination2 A04 30
104+
ColorBatch Source2 E05 Destination2 A05 30
105+
ColorBatch Source3 G10 Destination2 A06 30
106+
ColorBatch Source5 C01 Destination2 A07 30
107+
ColorBatch Source3 G08 Destination2 A08 30
108+
ColorBatch Source2 A07 Destination2 A09 30
109+
ColorBatch Source6 B05 Destination2 A10 30
110+
ColorBatch Source3 C08 Destination2 A11 30
111+
ColorBatch Source1 A01 Destination2 A12 30
112+
ColorBatch Source2 D01 Destination2 B01 30
113+
ColorBatch Source3 H12 Destination2 B02 30
114+
ColorBatch Source6 C10 Destination2 B03 30
115+
ColorBatch Source5 A09 Destination2 B04 30
116+
ColorBatch Source2 A11 Destination2 B05 30
117+
ColorBatch Source3 H10 Destination2 B06 30
118+
ColorBatch Source1 D01 Destination2 B07 30
119+
ColorBatch Source5 E07 Destination2 B08 30
120+
ColorBatch Source2 C05 Destination2 B09 30
121+
ColorBatch Source1 G08 Destination2 B10 30
122+
ColorBatch Source6 C07 Destination2 B11 30
123+
ColorBatch Source2 A03 Destination2 B12 30
124+
ColorBatch Source5 B09 Destination2 C01 30
125+
ColorBatch Source6 G02 Destination2 C02 30
126+
ColorBatch Source6 A06 Destination2 C03 30
127+
ColorBatch Source3 B11 Destination2 C05 30
128+
ColorBatch Source1 A02 Destination2 C06 30
129+
ColorBatch Source6 D04 Destination2 C07 30
130+
ColorBatch Source3 H02 Destination2 C08 30
131+
ColorBatch Source6 G11 Destination2 C09 30
132+
ColorBatch Source5 A10 Destination2 C10 30
133+
ColorBatch Source6 E06 Destination2 C11 30
134+
ColorBatch Source2 A02 Destination2 C12 30
135+
ColorBatch Source5 H02 Destination2 D02 30
136+
ColorBatch Source1 G11 Destination2 D03 30
137+
ColorBatch Source5 B04 Destination2 D04 30
138+
ColorBatch Source6 H06 Destination2 D05 30
139+
ColorBatch Source5 G02 Destination2 D06 30
140+
ColorBatch Source2 C09 Destination2 D07 30
141+
ColorBatch Source5 E09 Destination2 D08 30
142+
ColorBatch Source1 A08 Destination2 D09 30
143+
ColorBatch Source2 H01 Destination2 D10 30
144+
ColorBatch Source1 H06 Destination2 D11 30
145+
ColorBatch Source5 D11 Destination2 D12 30
146+
ColorBatch Source3 A12 Destination2 E01 30
147+
ColorBatch Source3 B01 Destination2 E02 30
148+
ColorBatch Source2 G04 Destination2 E03 30
149+
ColorBatch Source5 H05 Destination2 E04 30
150+
ColorBatch Source2 B11 Destination2 E05 30
151+
ColorBatch Source3 F07 Destination2 E06 30
152+
ColorBatch Source6 H09 Destination2 E07 30
153+
ColorBatch Source6 A10 Destination2 E08 30
154+
ColorBatch Source3 D01 Destination2 E09 30
155+
ColorBatch Source5 A04 Destination2 E10 30
156+
ColorBatch Source6 D09 Destination2 E11 30
157+
ColorBatch Source6 C03 Destination2 E12 30
158+
ColorBatch Source6 D06 Destination2 F01 30
159+
ColorBatch Source1 C02 Destination2 F02 30
160+
ColorBatch Source2 F12 Destination2 F03 30
161+
ColorBatch Source5 G12 Destination2 F05 30
162+
ColorBatch Source1 G05 Destination2 F06 30
163+
ColorBatch Source2 F07 Destination2 F07 30
164+
ColorBatch Source3 G04 Destination2 F08 30
165+
ColorBatch Source6 H10 Destination2 F09 30
166+
ColorBatch Source1 E02 Destination2 F10 30
167+
ColorBatch Source5 F02 Destination2 F11 30
168+
ColorBatch Source6 E08 Destination2 F12 30
169+
ColorBatch Source2 E11 Destination2 G03 30
170+
ColorBatch Source5 C07 Destination2 G04 30
171+
ColorBatch Source5 B01 Destination2 G05 30
172+
ColorBatch Source2 C12 Destination2 G06 30
173+
ColorBatch Source5 F06 Destination2 G07 30
174+
ColorBatch Source5 H07 Destination2 G08 30
175+
ColorBatch Source3 A03 Destination2 G09 30
176+
ColorBatch Source6 H02 Destination2 G10 30
177+
ColorBatch Source3 E10 Destination2 G11 30
178+
ColorBatch Source3 A05 Destination2 G12 30
179+
ColorBatch Source6 A03 Destination2 H01 30
180+
ColorBatch Source1 D02 Destination2 H02 30
181+
ColorBatch Source5 G07 Destination2 H03 30
182+
ColorBatch Source5 H03 Destination2 H04 30
183+
ColorBatch Source3 E11 Destination2 H05 30
184+
ColorBatch Source3 F05 Destination2 H06 30
185+
ColorBatch Source2 D08 Destination2 H07 30
186+
ColorBatch Source6 D03 Destination2 H08 30
187+
ColorBatch Source5 B07 Destination2 H09 30
188+
ColorBatch Source1 A09 Destination2 H10 30
189+
ColorBatch Source6 B01 Destination2 H11 30
190+
ColorBatch Source5 A11 Destination2 H12 30
191+
ColorBatch Source4 A04 Destination2 F04 30
192+
ColorBatch Source4 A05 Destination2 G01 30
193+
ColorBatch Source4 A06 Destination2 G02 30

0 commit comments

Comments
 (0)