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(api): add labware-scope liquid loading api #16745

Open
wants to merge 3 commits into
base: edge
Choose a base branch
from

Conversation

sfoster1
Copy link
Member

@sfoster1 sfoster1 commented Nov 8, 2024

We had the ability to load liquids on individual Wells, but this creates an engine command per well - which can be very onerous for large labware

  • and requires loops and such to load liquids. The common case for loading liquids is that everything is the same, and the second common case is that you care about a labware as a whole at a time (e.g. because you're reading from a platemap).

We can support these uses better by having Labware.load_liquid (for many wells with the same amount of liquid), Labware.load_liquid_by_well (more complex, for more complex use cases) and Labware.load_empty, all taking arguments of the type that you can derive from other PAPI methods or domain-specific reasoning.

Also, remove well.load_empty because it wasn't shipped yet and is now duplicative.

Closes EXEC-825

We had the ability to load liquids on individual Wells, but this creates
an engine command per well - which can be very onerous for large labware
- and requires loops and such to load liquids. The common case for
loading liquids is that everything is the same, and the second common
case is that you care about a labware as a whole at a time (e.g. because
you're reading from a platemap).

We can support these uses better by having Labware.load_liquid (for many
wells with the same amount of liquid), Labware.load_liquid_by_well (more
complex, for more complex use cases) and Labware.load_empty, all taking
arguments of the type that you can derive from other PAPI methods or
domain-specific reasoning.

Also, remove well.load_empty because it wasn't shipped yet and is now
duplicative.

Closes EXEC-825
@ecormany
Copy link
Contributor

ecormany commented Nov 8, 2024

Thanks for the docstrings. Added a followup ticket RTC-626 to take some of that content and build it into other docs pages.

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