mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-18 05:21:19 +00:00
修复biomek缺少的字段
This commit is contained in:
@@ -30,6 +30,7 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract):
|
|||||||
protocol_version: str,
|
protocol_version: str,
|
||||||
protocol_author: str,
|
protocol_author: str,
|
||||||
protocol_date: str,
|
protocol_date: str,
|
||||||
|
protocol_type: str,
|
||||||
none_keys: List[str] = [],
|
none_keys: List[str] = [],
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
@@ -54,6 +55,7 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract):
|
|||||||
"version": protocol_version,
|
"version": protocol_version,
|
||||||
"author": protocol_author,
|
"author": protocol_author,
|
||||||
"date": protocol_date,
|
"date": protocol_date,
|
||||||
|
"type": protocol_type,
|
||||||
},
|
},
|
||||||
"labwares": [],
|
"labwares": [],
|
||||||
"steps": [],
|
"steps": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user