-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2efbead
commit 56c0390
Showing
16 changed files
with
7,709 additions
and
0 deletions.
There are no files selected for viewing
7,466 changes: 7,466 additions & 0 deletions
7,466
...protocols/json/Flex_P1000_96_Gripper_TC_TM_HS_AnalysisError_GripperCollisionWithTips.json
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
app-testing/files/protocols/py/Flex_None_None_TC_2_14_verifyThermocyclerLoadedSlots.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14491 | ||
|
||
|
||
requirements = { | ||
"robotType": "Flex", | ||
"apiLevel": "2.14", | ||
} | ||
|
||
def run(protocol): | ||
thermocycler = protocol.load_module('thermocycler module gen2') | ||
|
||
assert protocol.loaded_modules == {"B1": thermocycler} | ||
assert protocol.deck["A1"] == thermocycler |
13 changes: 13 additions & 0 deletions
13
app-testing/files/protocols/py/Flex_None_None_TC_2_15_verifyThermocyclerLoadedSlots.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14491 | ||
|
||
|
||
requirements = { | ||
"robotType": "Flex", | ||
"apiLevel": "2.14", | ||
} | ||
|
||
def run(protocol): | ||
thermocycler = protocol.load_module('thermocycler module gen2') | ||
|
||
assert protocol.loaded_modules == {"B1": thermocycler} | ||
assert protocol.deck["A1"] == thermocycler |
16 changes: 16 additions & 0 deletions
16
...iles/protocols/py/Flex_None_None_TC_2_16_AnalysisError_TrashBinAndThermocyclerConflict.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14475 | ||
|
||
|
||
metadata = { | ||
'protocolName': 'Thermocycler conflict 1', | ||
} | ||
|
||
requirements = { | ||
"robotType": "Flex", | ||
"apiLevel": "2.16" | ||
} | ||
|
||
|
||
def run(context): | ||
thermocycler = context.load_module("thermocyclerModuleV2") | ||
trash = context.load_trash_bin('A1') |
13 changes: 13 additions & 0 deletions
13
app-testing/files/protocols/py/Flex_None_None_TC_2_16_verifyThermocyclerLoadedSlots.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14491 | ||
|
||
|
||
requirements = { | ||
"robotType": "Flex", | ||
"apiLevel": "2.14", | ||
} | ||
|
||
def run(protocol): | ||
thermocycler = protocol.load_module('thermocycler module gen2') | ||
|
||
assert protocol.loaded_modules == {"B1": thermocycler} | ||
assert protocol.deck["A1"] == thermocycler |
13 changes: 13 additions & 0 deletions
13
app-testing/files/protocols/py/Flex_None_None_TC_2_17_verifyThermocyclerLoadedSlots.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14491 | ||
|
||
|
||
requirements = { | ||
"robotType": "Flex", | ||
"apiLevel": "2.14", | ||
} | ||
|
||
def run(protocol): | ||
thermocycler = protocol.load_module('thermocycler module gen2') | ||
|
||
assert protocol.loaded_modules == {"B1": thermocycler} | ||
assert protocol.deck["A1"] == thermocycler |
32 changes: 32 additions & 0 deletions
32
...tocols/py/Flex_P1000_96_None_TC_2_16_AnalysisError_pipetteCollisionWithThermocyclerLid.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14547 | ||
|
||
|
||
from opentrons.protocol_api import COLUMN | ||
|
||
requirements = { | ||
"robotType": "Flex", | ||
"apiLevel": "2.16" | ||
} | ||
|
||
def run(ctx): | ||
tip_rack1 = ctx.load_labware("opentrons_flex_96_tiprack_50ul", "B3", adapter="opentrons_flex_96_tiprack_adapter") | ||
tip_rack2 = ctx.load_labware("opentrons_flex_96_tiprack_50ul", "D3") | ||
instrument = ctx.load_instrument('flex_96channel_1000', mount="left") | ||
|
||
my_pcr_plate = ctx.load_labware('nest_96_wellplate_200ul_flat', "C2") | ||
my_other_plate = ctx.load_labware('nest_96_wellplate_200ul_flat', "C1") | ||
|
||
thermocycler = ctx.load_module('thermocyclerModuleV2') | ||
tc_adjacent_plate = ctx.load_labware("nest_96_wellplate_200ul_flat", "A2") | ||
ctx.load_trash_bin("A3") | ||
|
||
instrument.configure_nozzle_layout(style=COLUMN, start="A12", tip_racks=[tip_rack2]) | ||
|
||
instrument.pick_up_tip() | ||
instrument.aspirate(50, my_pcr_plate.wells_by_name()["A4"]) | ||
instrument.dispense(20, my_other_plate.wells_by_name()["A2"]) | ||
|
||
# Should error out because conflict with thermocycler lid | ||
instrument.dispense(20, tc_adjacent_plate.wells_by_name()["A1"]) | ||
|
||
instrument.drop_tip() |
19 changes: 19 additions & 0 deletions
19
...s/py/Flex_P1000_96_None_TC_2_16_AnalysisError_pipetteCollisionWithThermocyclerLidClips.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14522 | ||
|
||
|
||
from opentrons import protocol_api | ||
from opentrons.protocol_api import COLUMN | ||
from opentrons import types | ||
|
||
requirements = { | ||
"robotType": "Flex", | ||
"apiLevel": "2.16", | ||
} | ||
|
||
def run(protocol: protocol_api.ProtocolContext): | ||
thermocycler = protocol.load_module('thermocycler module gen2') | ||
tiprack = protocol.load_labware('opentrons_flex_96_tiprack_200ul', 'A2') | ||
p1000 = protocol.load_instrument("flex_96channel_1000", "left") | ||
thermocycler.open_lid() | ||
p1000.configure_nozzle_layout(style=COLUMN, start="A12", tip_racks=[tiprack]) | ||
p1000.pick_up_tip(tiprack.wells()[0].center().move(types.Point(x=-10, y=10, z=-10))) |
11 changes: 11 additions & 0 deletions
11
app-testing/files/protocols/py/OT2_None_None_2_16_verifyDoesNotDeadlock.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Testing for issue: https://github.com/Opentrons/opentrons/pull/14475 | ||
|
||
|
||
requirements = { | ||
"robotType": "OT-2", | ||
"apiLevel": "2.16" | ||
} | ||
|
||
|
||
def run(context): | ||
pass |
14 changes: 14 additions & 0 deletions
14
...les/protocols/py/OT2_None_None_HS_2_16_AnalysisError_HeaterShakerConflictWithTrashBin1.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14475 | ||
|
||
metadata = { | ||
'protocolName': 'Heater-shaker conflict OT-2', | ||
} | ||
|
||
requirements = { | ||
"robotType": "OT-2", | ||
"apiLevel": "2.16" | ||
} | ||
|
||
|
||
def run(context): | ||
context.load_module("heaterShakerModuleV1", '11') |
14 changes: 14 additions & 0 deletions
14
...les/protocols/py/OT2_None_None_HS_2_16_AnalysisError_HeaterShakerConflictWithTrashBin2.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14475 | ||
|
||
metadata = { | ||
'protocolName': 'Heater-shaker conflict OT-2', | ||
} | ||
|
||
requirements = { | ||
"robotType": "OT-2", | ||
"apiLevel": "2.16" | ||
} | ||
|
||
|
||
def run(context): | ||
context.load_module("heaterShakerModuleV1", '9') |
16 changes: 16 additions & 0 deletions
16
app-testing/files/protocols/py/OT2_None_None_TC_2_14_VerifyThermocyclerLoadedSlots.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14491 | ||
|
||
|
||
requirements = { | ||
"robotType": "OT-2", | ||
"apiLevel": "2.14", | ||
} | ||
|
||
def run(protocol): | ||
thermocycler = protocol.load_module('thermocycler module gen2') | ||
|
||
assert protocol.loaded_modules == {7: thermocycler} | ||
assert protocol.deck["7"] == thermocycler | ||
assert protocol.deck["8"] == thermocycler | ||
assert protocol.deck["10"] == thermocycler | ||
assert protocol.deck["11"] == thermocycler |
16 changes: 16 additions & 0 deletions
16
app-testing/files/protocols/py/OT2_None_None_TC_2_15_VerifyThermocyclerLoadedSlots.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14491 | ||
|
||
|
||
requirements = { | ||
"robotType": "OT-2", | ||
"apiLevel": "2.15", | ||
} | ||
|
||
def run(protocol): | ||
thermocycler = protocol.load_module('thermocycler module gen2') | ||
|
||
assert protocol.loaded_modules == {7: thermocycler} | ||
assert protocol.deck["7"] == thermocycler | ||
assert protocol.deck["8"] == thermocycler | ||
assert protocol.deck["10"] == thermocycler | ||
assert protocol.deck["11"] == thermocycler |
16 changes: 16 additions & 0 deletions
16
app-testing/files/protocols/py/OT2_None_None_TC_2_16_VerifyThermocyclerLoadedSlots.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14491 | ||
|
||
|
||
requirements = { | ||
"robotType": "OT-2", | ||
"apiLevel": "2.16", | ||
} | ||
|
||
def run(protocol): | ||
thermocycler = protocol.load_module('thermocycler module gen2') | ||
|
||
assert protocol.loaded_modules == {7: thermocycler} | ||
assert protocol.deck["7"] == thermocycler | ||
assert protocol.deck["8"] == thermocycler | ||
assert protocol.deck["10"] == thermocycler | ||
assert protocol.deck["11"] == thermocycler |
16 changes: 16 additions & 0 deletions
16
app-testing/files/protocols/py/OT2_None_None_TC_2_17_VerifyThermocyclerLoadedSlots.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14491 | ||
|
||
|
||
requirements = { | ||
"robotType": "OT-2", | ||
"apiLevel": "2.17", | ||
} | ||
|
||
def run(protocol): | ||
thermocycler = protocol.load_module('thermocycler module gen2') | ||
|
||
assert protocol.loaded_modules == {7: thermocycler} | ||
assert protocol.deck["7"] == thermocycler | ||
assert protocol.deck["8"] == thermocycler | ||
assert protocol.deck["10"] == thermocycler | ||
assert protocol.deck["11"] == thermocycler |
21 changes: 21 additions & 0 deletions
21
app-testing/files/protocols/py/OT2_P300S_None_2_16_verifyNoFloatingPointErrorInPipetting.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Pulled from: https://github.com/Opentrons/opentrons/pull/14253 | ||
|
||
|
||
requirements = {"robotType": "OT-2", "apiLevel": "2.16"} | ||
|
||
def run(protocol): | ||
tip_rack = protocol.load_labware("opentrons_96_tiprack_300ul", location="9") | ||
well_plate = protocol.load_labware("opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap", location="10") | ||
|
||
pipette = protocol.load_instrument("p300_single_gen2", mount="left", tip_racks=[tip_rack]) | ||
|
||
pipette.pick_up_tip() | ||
pipette.distribute( | ||
volume=[22.7, 22.7], | ||
source=well_plate["A1"], | ||
dest=[well_plate["B1"], well_plate["B2"]], | ||
air_gap=10, | ||
new_tip="never", | ||
disposal_volume=0, | ||
) | ||
pipette.drop_tip() |