Skip to content

Commit dbb965e

Browse files
Changed tip rack quantity for P20 and P300
1 parent 32c1b9c commit dbb965e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protocols/0e525c/0e525c.ot2.apiv2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
'author': 'Parrish Payne <[email protected]>',
66
'source': 'Custom Protocol Request',
77
'apiLevel': '2.13'
8+
}
89

910
def run(ctx):
1011

@@ -25,7 +26,6 @@ def run(ctx):
2526
# custom labware Biorad semi-skirted 96-well plate held in a ELISA plate
2627
source_plate = ctx.load_labware('biorad_96_wellplate_200ul_pcr', 5, 'Reagent Plate')
2728
# custom labware Biorad semi-skirted 96-well plate held in a ELISA plate
28-
2929

3030
# pipettes
3131
m300 = ctx.load_instrument('p300_multi_gen2', m300_mount, tip_racks=tips200)
@@ -37,7 +37,6 @@ def run(ctx):
3737
mas_mix = source_plate.rows()[0][10] # col. 11
3838
water = source_plate.rows()[0][11] # col. 12
3939
dpbs_destinations = dest_plate_1.rows()[0][:8] # col. 1-8
40-
# art_destinations = dest_plate_1.rows()[0][0]
4140

4241
# Helper Functions
4342
def pick_up(pip):

0 commit comments

Comments
 (0)