修复biomek缺少的字段

This commit is contained in:
Xuwznln
2025-05-31 00:00:55 +08:00
parent 0f2555c90c
commit 478a85951c

View File

@@ -30,6 +30,7 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract):
protocol_version: str,
protocol_author: str,
protocol_date: str,
protocol_type: str,
none_keys: List[str] = [],
):
"""
@@ -54,6 +55,7 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract):
"version": protocol_version,
"author": protocol_author,
"date": protocol_date,
"type": protocol_type,
},
"labwares": [],
"steps": [],