Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(shared-data): Introduce Tiprack lid labware #17303

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

CaseyBatten
Copy link
Contributor

@CaseyBatten CaseyBatten commented Jan 17, 2025

Overview

Covers EXEC-1003

Introduce the tiprack lid labware for Opentrons Flex Tipracks. This will enable Flex Stacker protocols involving a Tiprack with a Lid.

The dimensions and grip positions were calculated using data from the DVT Robot Extents spreadsheet, under the Tiprack Lid section.

Test Plan and Hands on Testing

  • The following Protocol should pass analysis and succeed at throwing away a lid (API 2.23):
requirements = {"robotType": "Flex", "apiLevel": "2.23"}

def run(protocol):
    
    trash = protocol.load_trash_bin("A3")

    tiprack = protocol.load_labware(load_name="opentrons_flex_96_tiprack_200ul", location="D3", lid="opentrons_flex_tiprack_lid")

    protocol.move_lid(tiprack, trash, True)

Changelog

New Lid labware definition under Labware V3

Review requests

Anything missing from this? Pretty basic definition, no wells and this labware cannot be placed or loaded on regular lid slots or in stacks.

Risk assessment

Low - New labware definition.

@CaseyBatten CaseyBatten requested a review from a team as a code owner January 17, 2025 17:51
Copy link
Contributor

@ahiuchingau ahiuchingau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@CaseyBatten CaseyBatten merged commit 0e7b516 into edge Jan 17, 2025
70 checks passed
@CaseyBatten CaseyBatten deleted the create_tip_rack_lid_labware branch January 17, 2025 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants