From 879d4202c998d0678a025be88a18bb53d184e82d Mon Sep 17 00:00:00 2001 From: MiguelJulia Date: Thu, 14 May 2020 16:55:18 +0200 Subject: [PATCH] Added missing save_tip_info() at the end of protocol C --- protocols/S3/stationC_protocol1_pcr_S3.ot2.apiv2.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protocols/S3/stationC_protocol1_pcr_S3.ot2.apiv2.py b/protocols/S3/stationC_protocol1_pcr_S3.ot2.apiv2.py index 9c2b4ec..e0f7ebd 100644 --- a/protocols/S3/stationC_protocol1_pcr_S3.ot2.apiv2.py +++ b/protocols/S3/stationC_protocol1_pcr_S3.ot2.apiv2.py @@ -493,4 +493,7 @@ def run(ctx: protocol_api.ProtocolContext): # transfer negative control to position NUM_SAMPLES-2 p20.transfer(7, mm_rack.wells()[4].bottom(1), dests[NUM_SAMPLES-2].bottom(2), air_gap=2, new_tip='always') + # track final used tip + save_tip_info() + finish_run()