fix(protocol-designer, shared-data): correct 384 plate well selection to every other well#21183
Merged
rclarke0 merged 10 commits intochore_release-pd-8.10.0from Apr 3, 2026
Merged
fix(protocol-designer, shared-data): correct 384 plate well selection to every other well#21183rclarke0 merged 10 commits intochore_release-pd-8.10.0from
rclarke0 merged 10 commits intochore_release-pd-8.10.0from
Conversation
… include subheading for ALL nozzle config
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## chore_release-pd-8.10.0 #21183 +/- ##
========================================================
Coverage 57.51% 57.51%
========================================================
Files 3912 3912
Lines 321091 321142 +51
Branches 46280 46290 +10
========================================================
+ Hits 184678 184708 +30
- Misses 136192 136213 +21
Partials 221 221
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
jerader
reviewed
Apr 3, 2026
| return nozzleTextMapping[nozzleConfiguration](primaryNozzle) | ||
| } | ||
|
|
||
| export const skipEveryOtherWell = ( |
Collaborator
There was a problem hiding this comment.
looks like you also added this to shared-data so i think you can delete this?
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Selects every other well when a liquid handling step occurs in a 384 well plate.
Also included minor fix to text styling in pipette nozzle selector
Test Plan and Hands on Testing
Smoke tested 96ch with ROW, ALL, and COLUMN configuration
96ch_384.py
https://github.com/user-attachments/assets/b5934414-074e-43e9-88fb-83ca466cf3c6
Smoke tested 8ch with PARTIAL configuration
8ch_384.py
https://github.com/user-attachments/assets/23f71c0e-fbdc-487e-863f-99a0b5ac2619
Smoke tested protocol attached to RQA-5301
Changelog
NozzleSelectorgetEntireWellSelectiongetWellNamePerMultiTipto skip every other well when 384 plate in row and partial column configurationReview requests
Risk assessment
Closes RQA-5301, RQA-5294, RQA-5295, RQA-5296