-
Notifications
You must be signed in to change notification settings - Fork 178
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(protocol-designer): avoid use of labware "format" #4070
Conversation
d2bd981
to
57a97a2
Compare
Codecov Report
@@ Coverage Diff @@
## edge #4070 +/- ##
=========================================
+ Coverage 57.2% 57.89% +0.69%
=========================================
Files 851 850 -1
Lines 23975 24688 +713
=========================================
+ Hits 13714 14293 +579
- Misses 10261 10395 +134
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, also 👌 to moving well sets to shared-data
shared-data/js/helpers/wellSets.js
Outdated
@@ -0,0 +1,101 @@ | |||
// @flow | |||
// A "well set" is array of wells corresponding to each tip of an 8 channel pipette. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// A "well set" is array of wells corresponding to each tip of an 8 channel pipette. | |
// A "well set" is an array of wells corresponding to each tip of an 8 channel pipette. |
overview
Closes #3894 - infer multichannel compatibility from geometry instead of using
format
changelog
format
of labware def to determine multi-channel compatibility, use geometry insteadreview requests
Make sure multi-channel & single-channel well selection still works, tube racks for example should not be compatible with multi-channel, 384 plates & reservoirs should work.
Note that the unpolished behavior PD has for handling multi-channel-incompatible labware is out of the scope of this PR. It will still allow you select wells, but will give you the blocking error:
Selected (aspirate/dispense) labware is incompatible with pipette
.