import json
from opentrons import protocol_api, types

metadata = {
    "protocolName": "Columns 11 & 12 Pipette Shearing for ONT",
    "author": "ad46",
    "description": "Protocol for pipette shearing 16 DNA extracts in columns 11 & 12 of a KingFisher Apex plate to ~50 kb fragment sizes.",
    "created": "2025-04-28T13:57:56.949Z",
    "lastModified": "2025-10-17T12:50:04.586Z",
    "protocolDesigner": "8.5.6",
    "source": "Protocol Designer",
}

requirements = {"robotType": "OT-2", "apiLevel": "2.24"}

def run(protocol: protocol_api.ProtocolContext) -> None:
    # Load Labware:
    tip_rack_1 = protocol.load_labware(
        "opentrons_96_tiprack_300ul",
        location="2",
        namespace="opentrons",
        version=1,
    )
    well_plate_1 = protocol.load_labware_from_definition(
        CUSTOM_LABWARE["custom_beta/thermofisher_96_wellplate_2000ul/1"],
        location="1",
    )

    # Load Pipettes:
    pipette_right = protocol.load_instrument(
        "p300_multi", "right", tip_racks=[tip_rack_1],
    )

    # Define Liquids:
    liquid_1 = protocol.define_liquid(
        "HMW DNA",
        description="Unsheared HMW DNA",
        display_color="#ff80f5ff",
    )

    # Load Liquids:
    well_plate_1.load_liquid(
        wells=[
            "A11", "B11", "C11", "D11", "E11", "F11", "G11", "H11",
            "A12", "B12", "C12", "D12", "E12", "F12", "G12", "H12"
        ],
        liquid=liquid_1,
        volume=300,
    )

    # PROTOCOL STEPS

    # Step 1:
    pipette_right.pick_up_tip(location=tip_rack_1)
    pipette_right.mix(
        repetitions=800,
        volume=200,
        location=well_plate_1["A11"].bottom(z=4),
        aspirate_flow_rate=769,
        dispense_flow_rate=772,
        final_push_out=0,
    )
    pipette_right.flow_rate.blow_out = 785
    pipette_right.blow_out(well_plate_1["A11"].top(z=-10))
    pipette_right.drop_tip()

    # Step 2:
    pipette_right.pick_up_tip(location=tip_rack_1)
    pipette_right.mix(
        repetitions=800,
        volume=200,
        location=well_plate_1["A12"].bottom(z=4),
        aspirate_flow_rate=769,
        dispense_flow_rate=772,
        final_push_out=0,
    )
    pipette_right.flow_rate.blow_out = 785
    pipette_right.blow_out(well_plate_1["A12"].top(z=-10))
    pipette_right.drop_tip()

CUSTOM_LABWARE = json.loads("""{"custom_beta/thermofisher_96_wellplate_2000ul/1":{"ordering":[["A1","B1","C1","D1","E1","F1","G1","H1"],["A2","B2","C2","D2","E2","F2","G2","H2"],["A3","B3","C3","D3","E3","F3","G3","H3"],["A4","B4","C4","D4","E4","F4","G4","H4"],["A5","B5","C5","D5","E5","F5","G5","H5"],["A6","B6","C6","D6","E6","F6","G6","H6"],["A7","B7","C7","D7","E7","F7","G7","H7"],["A8","B8","C8","D8","E8","F8","G8","H8"],["A9","B9","C9","D9","E9","F9","G9","H9"],["A10","B10","C10","D10","E10","F10","G10","H10"],["A11","B11","C11","D11","E11","F11","G11","H11"],["A12","B12","C12","D12","E12","F12","G12","H12"]],"brand":{"brand":"ThermoFisher","brandId":["95040450"]},"metadata":{"displayName":"ThermoFisher 96 Well Plate 2000 µL","displayCategory":"wellPlate","displayVolumeUnits":"µL","tags":[]},"dimensions":{"xDimension":127,"yDimension":85,"zDimension":43.5},"wells":{"A1":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":13,"y":75,"z":1.5},"B1":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":13,"y":66,"z":1.5},"C1":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":13,"y":57,"z":1.5},"D1":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":13,"y":48,"z":1.5},"E1":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":13,"y":39,"z":1.5},"F1":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":13,"y":30,"z":1.5},"G1":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":13,"y":21,"z":1.5},"H1":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":13,"y":12,"z":1.5},"A2":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":22,"y":75,"z":1.5},"B2":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":22,"y":66,"z":1.5},"C2":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":22,"y":57,"z":1.5},"D2":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":22,"y":48,"z":1.5},"E2":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":22,"y":39,"z":1.5},"F2":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":22,"y":30,"z":1.5},"G2":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":22,"y":21,"z":1.5},"H2":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":22,"y":12,"z":1.5},"A3":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":31,"y":75,"z":1.5},"B3":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":31,"y":66,"z":1.5},"C3":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":31,"y":57,"z":1.5},"D3":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":31,"y":48,"z":1.5},"E3":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":31,"y":39,"z":1.5},"F3":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":31,"y":30,"z":1.5},"G3":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":31,"y":21,"z":1.5},"H3":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":31,"y":12,"z":1.5},"A4":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":40,"y":75,"z":1.5},"B4":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":40,"y":66,"z":1.5},"C4":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":40,"y":57,"z":1.5},"D4":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":40,"y":48,"z":1.5},"E4":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":40,"y":39,"z":1.5},"F4":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":40,"y":30,"z":1.5},"G4":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":40,"y":21,"z":1.5},"H4":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":40,"y":12,"z":1.5},"A5":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":49,"y":75,"z":1.5},"B5":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":49,"y":66,"z":1.5},"C5":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":49,"y":57,"z":1.5},"D5":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":49,"y":48,"z":1.5},"E5":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":49,"y":39,"z":1.5},"F5":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":49,"y":30,"z":1.5},"G5":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":49,"y":21,"z":1.5},"H5":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":49,"y":12,"z":1.5},"A6":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":58,"y":75,"z":1.5},"B6":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":58,"y":66,"z":1.5},"C6":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":58,"y":57,"z":1.5},"D6":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":58,"y":48,"z":1.5},"E6":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":58,"y":39,"z":1.5},"F6":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":58,"y":30,"z":1.5},"G6":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":58,"y":21,"z":1.5},"H6":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":58,"y":12,"z":1.5},"A7":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":67,"y":75,"z":1.5},"B7":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":67,"y":66,"z":1.5},"C7":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":67,"y":57,"z":1.5},"D7":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":67,"y":48,"z":1.5},"E7":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":67,"y":39,"z":1.5},"F7":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":67,"y":30,"z":1.5},"G7":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":67,"y":21,"z":1.5},"H7":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":67,"y":12,"z":1.5},"A8":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":76,"y":75,"z":1.5},"B8":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":76,"y":66,"z":1.5},"C8":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":76,"y":57,"z":1.5},"D8":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":76,"y":48,"z":1.5},"E8":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":76,"y":39,"z":1.5},"F8":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":76,"y":30,"z":1.5},"G8":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":76,"y":21,"z":1.5},"H8":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":76,"y":12,"z":1.5},"A9":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":85,"y":75,"z":1.5},"B9":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":85,"y":66,"z":1.5},"C9":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":85,"y":57,"z":1.5},"D9":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":85,"y":48,"z":1.5},"E9":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":85,"y":39,"z":1.5},"F9":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":85,"y":30,"z":1.5},"G9":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":85,"y":21,"z":1.5},"H9":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":85,"y":12,"z":1.5},"A10":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":94,"y":75,"z":1.5},"B10":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":94,"y":66,"z":1.5},"C10":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":94,"y":57,"z":1.5},"D10":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":94,"y":48,"z":1.5},"E10":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":94,"y":39,"z":1.5},"F10":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":94,"y":30,"z":1.5},"G10":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":94,"y":21,"z":1.5},"H10":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":94,"y":12,"z":1.5},"A11":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":103,"y":75,"z":1.5},"B11":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":103,"y":66,"z":1.5},"C11":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":103,"y":57,"z":1.5},"D11":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":103,"y":48,"z":1.5},"E11":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":103,"y":39,"z":1.5},"F11":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":103,"y":30,"z":1.5},"G11":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":103,"y":21,"z":1.5},"H11":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":103,"y":12,"z":1.5},"A12":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":112,"y":75,"z":1.5},"B12":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":112,"y":66,"z":1.5},"C12":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":112,"y":57,"z":1.5},"D12":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":112,"y":48,"z":1.5},"E12":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":112,"y":39,"z":1.5},"F12":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":112,"y":30,"z":1.5},"G12":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":112,"y":21,"z":1.5},"H12":{"depth":42,"totalLiquidVolume":2000,"shape":"rectangular","xDimension":8.5,"yDimension":8.5,"x":112,"y":12,"z":1.5}},"groups":[{"metadata":{"wellBottomShape":"v"},"wells":["A1","B1","C1","D1","E1","F1","G1","H1","A2","B2","C2","D2","E2","F2","G2","H2","A3","B3","C3","D3","E3","F3","G3","H3","A4","B4","C4","D4","E4","F4","G4","H4","A5","B5","C5","D5","E5","F5","G5","H5","A6","B6","C6","D6","E6","F6","G6","H6","A7","B7","C7","D7","E7","F7","G7","H7","A8","B8","C8","D8","E8","F8","G8","H8","A9","B9","C9","D9","E9","F9","G9","H9","A10","B10","C10","D10","E10","F10","G10","H10","A11","B11","C11","D11","E11","F11","G11","H11","A12","B12","C12","D12","E12","F12","G12","H12"]}],"parameters":{"format":"irregular","quirks":[],"isTiprack":false,"isMagneticModuleCompatible":false,"loadName":"thermofisher_96_wellplate_2000ul"},"namespace":"custom_beta","version":1,"schemaVersion":2,"cornerOffsetFromSlot":{"x":0,"y":0,"z":0}}}""")

DESIGNER_APPLICATION = """{"robot":{"model":"OT-2 Standard"},"designerApplication":{"name":"opentrons/protocol-designer","version":"8.5.5","data":{"pipetteTiprackAssignments":{"123c0a98-a04a-4811-90e4-82155858e862":["opentrons/opentrons_96_tiprack_300ul/1"]},"dismissedWarnings":{"form":[],"timeline":["ASPIRATE_MORE_THAN_WELL_CONTENTS","ASPIRATE_FROM_PRISTINE_WELL"]},"ingredients":{"0":{"displayName":"HMW DNA","description":"Unsheared HMW DNA","displayColor":"#ff80f5ff","liquidGroupId":"0","liquidClass":null}},"ingredLocations":{"790fcd9f-f835-4404-a812-457298ee0736:custom_beta/thermofisher_96_wellplate_2000ul/1":{"A11":{"0":{"volume":300}},"B11":{"0":{"volume":300}},"C11":{"0":{"volume":300}},"D11":{"0":{"volume":300}},"E11":{"0":{"volume":300}},"F11":{"0":{"volume":300}},"G11":{"0":{"volume":300}},"H11":{"0":{"volume":300}},"A12":{"0":{"volume":300}},"B12":{"0":{"volume":300}},"C12":{"0":{"volume":300}},"D12":{"0":{"volume":300}},"E12":{"0":{"volume":300}},"F12":{"0":{"volume":300}},"G12":{"0":{"volume":300}},"H12":{"0":{"volume":300}}}},"savedStepForms":{"__INITIAL_DECK_SETUP_STEP__":{"labwareLocationUpdate":{"94883ad1-40e0-4666-a67c-0af52fc373b1:opentrons/opentrons_96_tiprack_300ul/1":"2","790fcd9f-f835-4404-a812-457298ee0736:custom_beta/thermofisher_96_wellplate_2000ul/1":"1"},"moduleLocationUpdate":{},"pipetteLocationUpdate":{"123c0a98-a04a-4811-90e4-82155858e862":"right"},"trashBinLocationUpdate":{"e538b7b5-bc34-439d-b9fc-fc070d0f63a8:trashBin":"cutout12"},"wasteChuteLocationUpdate":{},"stagingAreaLocationUpdate":{},"gripperLocationUpdate":{},"stepType":"manualIntervention","id":"__INITIAL_DECK_SETUP_STEP__"},"66110cad-f458-4b2c-b289-7fd2324da752":{"aspirate_delay_checkbox":false,"aspirate_delay_seconds":"1","aspirate_flowRate":769,"blowout_checkbox":true,"blowout_flowRate":785,"blowout_location":"dest_well","blowout_z_offset":-10,"changeTip":"once","dispense_delay_checkbox":false,"dispense_delay_seconds":"1","dispense_flowRate":772,"dropTip_location":"e538b7b5-bc34-439d-b9fc-fc070d0f63a8:trashBin","labware":"790fcd9f-f835-4404-a812-457298ee0736:custom_beta/thermofisher_96_wellplate_2000ul/1","liquidClassesSupported":false,"liquidClass":"none","mix_mmFromBottom":4,"mix_touchTip_checkbox":false,"mix_touchTip_mmFromTop":null,"mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","mix_position_reference":"well-bottom","mix_x_position":0,"mix_y_position":0,"nozzles":null,"pipette":"123c0a98-a04a-4811-90e4-82155858e862","pushOut_checkbox":false,"pushOut_volume":0,"times":"800","tipRack":"opentrons/opentrons_96_tiprack_300ul/1","volume":"200","wells":["A11"],"stepType":"mix","stepName":"mix","stepDetails":"","id":"66110cad-f458-4b2c-b289-7fd2324da752"},"7065c268-1e5c-4caa-a145-5a0864032a6b":{"aspirate_delay_checkbox":false,"aspirate_delay_seconds":"1","aspirate_flowRate":769,"blowout_checkbox":true,"blowout_flowRate":785,"blowout_location":"dest_well","blowout_z_offset":-10,"changeTip":"once","dispense_delay_checkbox":false,"dispense_delay_seconds":"1","dispense_flowRate":772,"dropTip_location":"e538b7b5-bc34-439d-b9fc-fc070d0f63a8:trashBin","labware":"790fcd9f-f835-4404-a812-457298ee0736:custom_beta/thermofisher_96_wellplate_2000ul/1","liquidClassesSupported":false,"liquidClass":"none","mix_mmFromBottom":4,"mix_touchTip_checkbox":false,"mix_touchTip_mmFromTop":null,"mix_wellOrder_first":"t2b","mix_wellOrder_second":"l2r","mix_position_reference":"well-bottom","mix_x_position":0,"mix_y_position":0,"nozzles":null,"pipette":"123c0a98-a04a-4811-90e4-82155858e862","pushOut_checkbox":false,"pushOut_volume":0,"times":"800","tipRack":"opentrons/opentrons_96_tiprack_300ul/1","volume":"200","wells":["A12"],"stepType":"mix","stepName":"mix","stepDetails":"","id":"7065c268-1e5c-4caa-a145-5a0864032a6b"}},"orderedStepIds":["66110cad-f458-4b2c-b289-7fd2324da752","7065c268-1e5c-4caa-a145-5a0864032a6b"],"pipettes":{"123c0a98-a04a-4811-90e4-82155858e862":{"pipetteName":"p300_multi"}},"modules":{},"labware":{"94883ad1-40e0-4666-a67c-0af52fc373b1:opentrons/opentrons_96_tiprack_300ul/1":{"displayName":"Opentrons OT-2 96 Tip Rack 300 µL","labwareDefURI":"opentrons/opentrons_96_tiprack_300ul/1"},"790fcd9f-f835-4404-a812-457298ee0736:custom_beta/thermofisher_96_wellplate_2000ul/1":{"displayName":"ThermoFisher 96 Well Plate 2000 µL","labwareDefURI":"custom_beta/thermofisher_96_wellplate_2000ul/1"}}}},"metadata":{"protocolName":"Columns 11 & 12 Pipette Shearing for ONT","author":"ad46","description":"Protocol for pipette shearing 16 DNA extracts in columns 11 & 12 of a KingFisher Apex plate to ~50 kb fragment sizes.","created":1745848676949,"lastModified":1760705404586,"category":null,"subcategory":null,"tags":[],"source":"Protocol Designer"}}"""
