Skip to content

Commit

Permalink
fix 96ch pipette name issue when running photometric calibration prot…
Browse files Browse the repository at this point in the history
…ocols
  • Loading branch information
meh-di committed Sep 21, 2023
1 parent 7f1bc0a commit 2c0c505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run(ctx: ProtocolContext) -> None:
]
reservoir = ctx.load_labware(RESERVOIR_LABWARE, SLOT_RESERVOIR)
plate = ctx.load_labware(PHOTOPLATE_LABWARE, SLOT_PLATE)
pipette = ctx.load_instrument("p1000_96", "left")
pipette = ctx.load_instrument("flex_96channel_1000", "left")
for rack in tipracks:
pipette.pick_up_tip(rack["A1"])
pipette.aspirate(10, reservoir["A1"].top())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run(ctx: ProtocolContext) -> None:
]
reservoir = ctx.load_labware(RESERVOIR_LABWARE, SLOT_RESERVOIR)
plate = ctx.load_labware(PHOTOPLATE_LABWARE, SLOT_PLATE)
pipette = ctx.load_instrument("p1000_96", "left")
pipette = ctx.load_instrument("flex_96channel_1000", "left")
for rack in tipracks:
pipette.pick_up_tip(rack["A1"])
pipette.aspirate(10, reservoir["A1"].top())
Expand Down

0 comments on commit 2c0c505

Please sign in to comment.