Skip to content

Commit 3a2d9e9

Browse files
committed
transfer liquid handles
add msg goal Fix OT2 & ReAdd Virtual Devices
1 parent a277bd2 commit 3a2d9e9

5 files changed

Lines changed: 5825 additions & 2 deletions

File tree

.conda/base/recipe.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ requirements:
4141
- networkx
4242
- typing_extensions
4343
- websockets
44-
- opentrons_shared_data
4544
- pint
4645
- fastapi
4746
- jinja2

unilabos/registry/devices/liquid_handler.yaml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9743,7 +9743,34 @@ liquid_handler.prcxi:
97439743
touch_tip: false
97449744
use_channels:
97459745
- 0
9746-
handles: {}
9746+
handles:
9747+
input:
9748+
- data_key: sources
9749+
data_source: handle
9750+
data_type: resource
9751+
handler_key: sources_identifier
9752+
label: 待移动液体
9753+
- data_key: targets
9754+
data_source: handle
9755+
data_type: resource
9756+
handler_key: targets_identifier
9757+
label: 转移目标
9758+
- data_key: tip_rack
9759+
data_source: handle
9760+
data_type: resource
9761+
handler_key: tip_rack_identifier
9762+
label: 墙头盒
9763+
output:
9764+
- data_key: liquid
9765+
data_source: handle
9766+
data_type: resource
9767+
handler_key: sources_out
9768+
label: sources
9769+
- data_key: liquid
9770+
data_source: executor
9771+
data_type: resource
9772+
handler_key: targets_out
9773+
label: targets
97479774
placeholder_keys:
97489775
sources: unilabos_resources
97499776
targets: unilabos_resources

0 commit comments

Comments
 (0)