mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-18 21:41:16 +00:00
支持local_config启动 添加注册表description字段 (#13)
Closes #11 * Update README and MQTTClient for installation instructions and code improvements * feat: 支持local_config启动 add: 增加对crt path的说明,为传入config.py的相对路径 move: web component * add: registry description --------- Co-authored-by: Harvey Que <Q-Query@outlook.com>
This commit is contained in:
@@ -1,74 +1,89 @@
|
||||
corning_6_wellplate_16point8ml_flat:
|
||||
description: Corning 6 wellplate 16.8ml flat
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:corning_6_wellplate_16point8ml_flat
|
||||
type: pylabrobot
|
||||
|
||||
corning_12_wellplate_6point9ml_flat:
|
||||
description: Corning 12 wellplate 6.9ml flat
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:corning_12_wellplate_6point9ml_flat
|
||||
type: pylabrobot
|
||||
|
||||
corning_24_wellplate_3point4ml_flat:
|
||||
description: Corning 24 wellplate 3.4ml flat
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:corning_24_wellplate_3point4ml_flat
|
||||
type: pylabrobot
|
||||
|
||||
corning_48_wellplate_1point6ml_flat:
|
||||
description: Corning 48 wellplate 1.6ml flat
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:corning_48_wellplate_1point6ml_flat
|
||||
type: pylabrobot
|
||||
|
||||
corning_96_wellplate_360ul_flat:
|
||||
description: Corning 96 wellplate 360ul flat
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:corning_96_wellplate_360ul_flat
|
||||
type: pylabrobot
|
||||
|
||||
corning_384_wellplate_112ul_flat:
|
||||
description: Corning 384 wellplate 112ul flat
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:corning_384_wellplate_112ul_flat
|
||||
type: pylabrobot
|
||||
|
||||
nest_96_wellplate_2ml_deep:
|
||||
description: Nest 96 wellplate 2ml deep
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:nest_96_wellplate_2ml_deep
|
||||
type: pylabrobot
|
||||
|
||||
nest_96_wellplate_200ul_flat:
|
||||
description: Nest 96 wellplate 200ul flat
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:nest_96_wellplate_200ul_flat
|
||||
type: pylabrobot
|
||||
|
||||
nest_96_wellplate_100ul_pcr_full_skirt:
|
||||
description: Nest 96 wellplate 100ul pcr full skirt
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:nest_96_wellplate_100ul_pcr_full_skirt
|
||||
type: pylabrobot
|
||||
|
||||
appliedbiosystemsmicroamp_384_wellplate_40ul:
|
||||
description: Applied Biosystems microamp 384 wellplate 40ul
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:appliedbiosystemsmicroamp_384_wellplate_40ul
|
||||
type: pylabrobot
|
||||
|
||||
thermoscientificnunc_96_wellplate_1300ul:
|
||||
description: Thermoscientific Nunc 96 wellplate 1300ul
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:thermoscientificnunc_96_wellplate_1300ul
|
||||
type: pylabrobot
|
||||
|
||||
thermoscientificnunc_96_wellplate_2000ul:
|
||||
description: Thermoscientific Nunc 96 wellplate 2000ul
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:thermoscientificnunc_96_wellplate_2000ul
|
||||
type: pylabrobot
|
||||
|
||||
usascientific_96_wellplate_2point4ml_deep:
|
||||
description: USAScientific 96 wellplate 2.4ml deep
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:usascientific_96_wellplate_2point4ml_deep
|
||||
type: pylabrobot
|
||||
|
||||
biorad_96_wellplate_200ul_pcr:
|
||||
description: BioRad 96 wellplate 200ul pcr
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:biorad_96_wellplate_200ul_pcr
|
||||
type: pylabrobot
|
||||
|
||||
biorad_384_wellplate_50ul:
|
||||
description: BioRad 384 wellplate 50ul
|
||||
class:
|
||||
module: pylabrobot.resources.opentrons.plates:biorad_384_wellplate_50ul
|
||||
type: pylabrobot
|
||||
|
||||
Reference in New Issue
Block a user