-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotocolRandomDispensing1.yaml
182 lines (176 loc) · 5.2 KB
/
protocolRandomDispensing1.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# Run with:
# npm run processor -- --progress -P 'C:\ProgramData\Tecan\EVOware\database\scripts\CR' --evoware testdata/bsse-mario/Carrier.cfg,testdata/bsse-mario/NewLayout_Feb2015.ewt,ourlab.mario.evoware config/bsse-mario.js protocolRandomDispensi ng1.yaml
roboliq: v1
description: |
Random dispensing to check the volume model.
parameters:
excitationWavelength:
description: excitation wavelength to red absorbance
value: 480nm
objects:
plate1:
type: Plate
description: dye plate
model: ourlab.model.plateModel_96_round_transparent_nunc
location: ourlab.mario.site.P3
dyeLightLabware:
type: Plate
description: trough for dye
model: ourlab.model.troughModel_100ml
location: ourlab.mario.site.R5
contents: [Infinity l, dyeLight]
dyeLight:
type: Liquid
description: dye with a low concentration
wells: dyeLightLabware(C01 down F01)
dyeDarkLabware:
type: Plate
description: trough for dye
model: ourlab.model.troughModel_100ml
location: ourlab.mario.site.R4
contents: [Infinity l, dyeDark]
dyeDark:
type: Liquid
description: dye with a high concentration
wells: dyeDarkLabware(C01 down F01)
waterLabware:
type: Plate
description: trough for water
model: ourlab.model.troughModel_100ml
location: ourlab.mario.site.R6
contents: [Infinity l, water]
water:
type: Liquid
description: liquid water
wells: waterLabware(C01 down F01)
design1:
type: Design
description: Random dispensing of volumes in a plate
conditions:
plate: plate1
.case1*:
- {wl: 0, wu: 0}
# - {wl: 1, wu: 3}
- {wl: 3, wu: 10}
- {wl: 10, wu: 50}
- {wl: 50, wu: 100}
waterVolume=calculate:
expression: 'bignumber(random(number(wl), number(wu)))'
decimals: 1
units: ul
.case2*:
- {dl: 0, du: 0}
# - {dl: 1, du: 3}
- {dl: 3, du: 10}
- {dl: 10, du: 50}
- {dl: 50, du: 100}
dyeVolume=calculate:
expression: 'bignumber(random(number(dl), number(du)))'
decimals: 1
units: ul
dyeSource=calculate: '(dyeVolume < 20 ul) ? "dyeDark" : "dyeLight"'
replicate*: 6
well=allocateWells:
rows: 8
columns: 12
order: shuffle
.liquidClasses=:
values:
- firstLiquidClass: Roboliq_Water_Air_1000
secondLiquidClass: Roboliq_Water_Air_1000
- firstLiquidClass: Roboliq_Water_Air_1000
secondLiquidClass: Roboliq_Water_Dry_1000
- firstLiquidClass: Roboliq_Water_Dry_1000
secondLiquidClass: Roboliq_Water_Air_1000
- firstLiquidClass: Roboliq_Water_Dry_1000
secondLiquidClass: Roboliq_Water_Wet_1000
order: reshuffle
firstPipetting=:
values:
- firstPipetting: waterFirst
- firstPipetting: dyeFirst
order: reshuffle
syringe=:
values: [1,2,3,4]
order: repeat
id=range: {}
steps:
data: {source: design1}
1:
description: Read absorbance of empty wells
command: absorbanceReader.measurePlate
object: $plate
program:
excitationWavelength: $#excitationWavelength
output:
joinKey: well
appendTo: measurements
userValues:
stage: empty
units:
totalVolume: ul
dyeVolume: ul
waterVolume: ul
2:
data: {where: 'firstPipetting=="waterFirst" and waterVolume > (0 ul)'}
description: Pre-distribute water to wells that don't require dry-contact
description: "`a: {{$firstPipetting}}`"
command: pipetter.pipette
program: $$firstLiquidClass
sources: water
destinationLabware: $plate
destinations: $$well
volumes: $$waterVolume
syringes: $$syringe
clean: light
cleanBetween: none
3:
data: {where: 'firstPipetting=="waterFirst"'}
description: Pre-distribute water to wells that don't require dry-contact
command: pipetter.pipette
program: $$secondLiquidClass
sources: $$dyeSource
destinationLabware: $plate
destinations: $$well
volumes: $$dyeVolume
syringes: $$syringe
clean: light
cleanBetween: flush
4:
data: {where: 'firstPipetting=="dyeFirst"'}
description: Pre-distribute water to wells that don't require dry-contact
command: pipetter.pipette
program: $$firstLiquidClass
sources: $$dyeSource
destinationLabware: $plate
destinations: $$well
volumes: $$dyeVolume
syringes: $$syringe
clean: light
cleanBetween: flush
cleanAfter: thorough
5:
data: {where: 'firstPipetting=="dyeFirst"'}
description: Pre-distribute water to wells that don't require dry-contact
command: pipetter.pipette
program: $$secondLiquidClass
sources: water
destinationLabware: $plate
destinations: $$well
volumes: $$waterVolume
syringes: $$syringe
clean: light
cleanBetween: none
6:
description: Read absorbance of wells after adding water and dye
command: absorbanceReader.measurePlate
object: $plate
program:
excitationWavelength: $#excitationWavelength
output:
joinKey: well
appendTo: measurements
units:
totalVolume: ul
dyeVolume: ul
waterVolume: ul