mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-19 05:51:17 +00:00
fix registry typo
This commit is contained in:
@@ -54,6 +54,7 @@ class Registry:
|
|||||||
"res_id": "res_id",
|
"res_id": "res_id",
|
||||||
"class_name": "class_name",
|
"class_name": "class_name",
|
||||||
"parent": "parent",
|
"parent": "parent",
|
||||||
|
"device_id": "device_id",
|
||||||
"bind_locations": "bind_locations",
|
"bind_locations": "bind_locations",
|
||||||
"liquid_input_slot": "liquid_input_slot",
|
"liquid_input_slot": "liquid_input_slot",
|
||||||
"liquid_type": "liquid_type",
|
"liquid_type": "liquid_type",
|
||||||
|
|||||||
@@ -1,35 +1,35 @@
|
|||||||
agilent_1_reservoir_290ml:
|
agilent_1_reservoir_290ml:
|
||||||
description: Agilent 1 reservoir 290ml
|
description: Agilent 1 reservoir 290ml
|
||||||
class:
|
class:
|
||||||
module: pylabrobot.resources.opentrons.reserviors:agilent_1_reservoir_290ml
|
module: pylabrobot.resources.opentrons.reservoirs:agilent_1_reservoir_290ml
|
||||||
type: pylabrobot
|
type: pylabrobot
|
||||||
|
|
||||||
axygen_1_reservoir_90ml:
|
axygen_1_reservoir_90ml:
|
||||||
description: Axygen 1 reservoir 90ml
|
description: Axygen 1 reservoir 90ml
|
||||||
class:
|
class:
|
||||||
module: pylabrobot.resources.opentrons.reserviors:axygen_1_reservoir_90ml
|
module: pylabrobot.resources.opentrons.reservoirs:axygen_1_reservoir_90ml
|
||||||
type: pylabrobot
|
type: pylabrobot
|
||||||
|
|
||||||
nest_12_reservoir_15ml:
|
nest_12_reservoir_15ml:
|
||||||
description: Nest 12 reservoir 15ml
|
description: Nest 12 reservoir 15ml
|
||||||
class:
|
class:
|
||||||
module: pylabrobot.resources.opentrons.reserviors:nest_12_reservoir_15ml
|
module: pylabrobot.resources.opentrons.reservoirs:nest_12_reservoir_15ml
|
||||||
type: pylabrobot
|
type: pylabrobot
|
||||||
|
|
||||||
nest_1_reservoir_195ml:
|
nest_1_reservoir_195ml:
|
||||||
description: Nest 1 reservoir 195ml
|
description: Nest 1 reservoir 195ml
|
||||||
class:
|
class:
|
||||||
module: pylabrobot.resources.opentrons.reserviors:nest_1_reservoir_195ml
|
module: pylabrobot.resources.opentrons.reservoirs:nest_1_reservoir_195ml
|
||||||
type: pylabrobot
|
type: pylabrobot
|
||||||
|
|
||||||
nest_1_reservoir_290ml:
|
nest_1_reservoir_290ml:
|
||||||
description: Nest 1 reservoir 290ml
|
description: Nest 1 reservoir 290ml
|
||||||
class:
|
class:
|
||||||
module: pylabrobot.resources.opentrons.reserviors:nest_1_reservoir_290ml
|
module: pylabrobot.resources.opentrons.reservoirs:nest_1_reservoir_290ml
|
||||||
type: pylabrobot
|
type: pylabrobot
|
||||||
|
|
||||||
usascientific_12_reservoir_22ml:
|
usascientific_12_reservoir_22ml:
|
||||||
description: USAScientific 12 reservoir 22ml
|
description: USAScientific 12 reservoir 22ml
|
||||||
class:
|
class:
|
||||||
module: pylabrobot.resources.opentrons.reserviors:usascientific_12_reservoir_22ml
|
module: pylabrobot.resources.opentrons.reservoirs:usascientific_12_reservoir_22ml
|
||||||
type: pylabrobot
|
type: pylabrobot
|
||||||
|
|||||||
Reference in New Issue
Block a user