Update biomek.py

This commit is contained in:
Guangxin Zhang
2025-05-30 17:08:19 +08:00
parent cb7c56a1d9
commit 208540b307

View File

@@ -175,7 +175,7 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract):
"SplitVolumeCleaning": False, "SplitVolumeCleaning": False,
"Stop": "Destinations", "Stop": "Destinations",
"TipLocation": "BC1025F", "TipLocation": "BC1025F",
"UseCurrentTips": False, "UseCurrentTips": False,
"UseDisposableTips": True, "UseDisposableTips": True,
"UseFixedTips": False, "UseFixedTips": False,
"UseJIT": True, "UseJIT": True,
@@ -205,4 +205,4 @@ class LiquidHandlerBiomek(LiquidHandlerAbstract):
self.temp_protocol["steps"].append(transfer_params) self.temp_protocol["steps"].append(transfer_params)
return return
s