@@ -96,14 +96,20 @@ def run(protocol: ProtocolContext) -> None:
96
96
)
97
97
pipette .configure_nozzle_layout (style = ALL , tip_racks = [tip_rack ])
98
98
pipette .transfer (
99
- 200 , src_reservoir ["A1" ], sample_plate ["A1" ].top (), trash = False
99
+ 200 , src_reservoir ["A1" ], sample_plate ["A1" ].top (), trash = False ,
100
+ blow_out = True ,
101
+ blowout_location = "destination well"
100
102
)
101
103
pipette .reset_tipracks ()
102
104
pipette .transfer (
103
- 100 , src_reservoir ["A1" ], elution_plate ["A1" ].top (), trash = False
105
+ 100 , src_reservoir ["A1" ], elution_plate ["A1" ].top (), trash = False ,
106
+ blow_out = True ,
107
+ blowout_location = "destination well"
104
108
)
105
109
pipette .reset_tipracks ()
106
- pipette .transfer (600 , src_reservoir ["A1" ], res1 ["A1" ].top (), trash = False )
110
+ pipette .transfer (600 , src_reservoir ["A1" ], res1 ["A1" ].top (), trash = False ,
111
+ blow_out = True ,
112
+ blowout_location = "destination well" )
107
113
pipette .reset_tipracks ()
108
114
pvt1abr7_labware = [res1 , elution_plate , sample_plate ]
109
115
for lw in pvt1abr7_labware :
@@ -123,7 +129,7 @@ def run(protocol: ProtocolContext) -> None:
123
129
)
124
130
pipette .configure_nozzle_layout (style = ALL , tip_racks = [tip_rack ])
125
131
pipette .transfer (
126
- 9500 / 8 , src_reservoir ["A1" ], res1 ["A1" ].top (), trash = False , blow_out = True
132
+ 9500 / 8 , src_reservoir ["A1" ], res1 ["A1" ].top (), trash = False , blow_out = True , blowout_location = "destination well"
127
133
)
128
134
pipette .reset_tipracks ()
129
135
pipette .transfer (
@@ -132,6 +138,7 @@ def run(protocol: ProtocolContext) -> None:
132
138
elution_plate ["A1" ].bottom (z = 1 ),
133
139
trash = False ,
134
140
blow_out = True ,
141
+ blowout_location = "destination well"
135
142
)
136
143
pipette .reset_tipracks ()
137
144
pipette .transfer (
@@ -140,6 +147,7 @@ def run(protocol: ProtocolContext) -> None:
140
147
sample_plate ["A1" ].top (),
141
148
trash = False ,
142
149
blow_out = True ,
150
+ blowout_location = "destination well"
143
151
)
144
152
pipette .reset_tipracks ()
145
153
pvt1abr9_labware = [res1 , elution_plate , sample_plate ]
@@ -161,7 +169,7 @@ def run(protocol: ProtocolContext) -> None:
161
169
binding2 = 13500 / 8
162
170
wash2 = 9800 / 8
163
171
pipette .configure_nozzle_layout (style = ALL , tip_racks = [tip_rack ])
164
- pipette .transfer (1225 , src_reservoir ["A1" ], res2 ["A1" ].top (), trash = False )
172
+ pipette .transfer (1225 , src_reservoir ["A1" ], res2 ["A1" ].top (), trash = False , blow_out = True , blowout_location = "destination well" )
165
173
pipette .reset_tipracks ()
166
174
pipette .configure_nozzle_layout (
167
175
style = COLUMN , start = "A1" , tip_racks = [tip_rack_partial ]
@@ -201,7 +209,7 @@ def run(protocol: ProtocolContext) -> None:
201
209
res3 ["A2" ].top (),
202
210
],
203
211
blow_out = True ,
204
- blowout_location = "source well" ,
212
+ blowout_location = "destination well" ,
205
213
trash = True ,
206
214
)
207
215
pipette .reset_tipracks ()
@@ -255,7 +263,7 @@ def run(protocol: ProtocolContext) -> None:
255
263
sample_plate_2 ["A12" ].top (),
256
264
],
257
265
blow_out = True ,
258
- blowout_location = "source well" ,
266
+ blowout_location = "destination well" ,
259
267
trash = True ,
260
268
)
261
269
pipette .configure_nozzle_layout (
@@ -272,7 +280,7 @@ def run(protocol: ProtocolContext) -> None:
272
280
reagent_plate_1 ["A7" ].top (),
273
281
],
274
282
blow_out = True ,
275
- blowout_location = "source well" ,
283
+ blowout_location = "destination well" ,
276
284
trash = True ,
277
285
)
278
286
dvt1abr4_labware = [
@@ -311,6 +319,8 @@ def run(protocol: ProtocolContext) -> None:
311
319
source = 3 * [src_reservoir ["A1" ]],
312
320
dest = [reservoir ["A1" ], indices_plate ["A1" ], dna_plate ["A1" ]],
313
321
trash = False ,
322
+ blow_out = True ,
323
+ blowout_destination = "destination well"
314
324
)
315
325
pipette .reset_tipracks ()
316
326
# partial tip for pcr_reagents_plate
@@ -322,6 +332,8 @@ def run(protocol: ProtocolContext) -> None:
322
332
source = 2 * [src_reservoir ["A1" ]],
323
333
dest = [pcr_reagents_plate ["A1" ], pcr_reagents_plate ["A2" ]],
324
334
trash = True ,
335
+ blow_out = True ,
336
+ blowout_location = "destination well"
325
337
)
326
338
dvt2abr5_plates = [reservoir , pcr_reagents_plate , indices_plate , dna_plate ]
327
339
for plate in dvt2abr5_plates :
@@ -343,6 +355,8 @@ def run(protocol: ProtocolContext) -> None:
343
355
source = 2 * [src_reservoir ["A1" ]],
344
356
dest = [reservoir ["A1" ], sample_and_control_plate ["A1" ]],
345
357
trash = False ,
358
+ blow_out = True ,
359
+ blowout_location = "destination well"
346
360
)
347
361
dvt2abr6_plates = [reservoir , sample_and_control_plate ]
348
362
for plate in dvt2abr6_plates :
@@ -389,9 +403,9 @@ def run(protocol: ProtocolContext) -> None:
389
403
sample_plate_2 ["A11" ].top (),
390
404
sample_plate_2 ["A12" ].top (),
391
405
],
392
- blow_out = True ,
393
- blowout_location = "source well" ,
394
406
trash = True ,
407
+ blow_out = True ,
408
+ blowout_location = "destination well"
395
409
)
396
410
pipette .configure_nozzle_layout (
397
411
style = COLUMN , start = "A12" , tip_racks = [tip_rack_partial_200 ]
@@ -406,9 +420,9 @@ def run(protocol: ProtocolContext) -> None:
406
420
reagent_plate_1 ["A6" ].bottom (z = 1 ),
407
421
reagent_plate_1 ["A7" ].bottom (z = 1 ),
408
422
],
409
- blow_out = True ,
410
- blowout_location = "source well" ,
411
423
trash = True ,
424
+ blow_out = True ,
425
+ blowout_location = "destination well"
412
426
)
413
427
pvt1abr8_labware = [
414
428
reservoir_1 ,
0 commit comments