Skip to content

Commit 02792bc

Browse files
committed
Fixed bug mm_tube not declared
1 parent 7fe7c08 commit 02792bc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ Protocol modifications:
99
- Increased supernatant removal to 810 ul to remove all of it in protocol B.
1010
- Removed reuse of first tip in washes in protocol B.
1111
- Protocol B labware layout has now two possible configurations, a legacy one for the old version of the protocol without tips reuse and the new optimised one.
12+
- Protocol C does not mix master mix any longer if not prepared in the machine to avoid creating bubbles.
1213

1314
Bug fixes:
1415
- Replaced default plate for biorad in protocol C.
1516
- Fixed tip tracking for the case where we have same p20 both multi-channel and single-channel in protocol C.
1617
- Fixed bug not transferring samples for exactly 8 samples with multi-channel in protocol C.
1718
- Fixed bug not changing trash for 48 samples exactly in protocol B.
1819
- Fixed bug added missing pick up tip for protocol C.
20+
- Fixed bug mm_tube not decalred in protocol C.
1921

2022
## Version 1.7
2123

protocols/S3/stationC_protocol1_pcr_S3.ot2.apiv2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,8 @@ def run(ctx: protocol_api.ProtocolContext):
599599
mm_tube = prepare_mastermix(mm_rack, p300, p20,tips300,tips20)
600600
if TRANSFER_MASTERMIX:
601601
drop(p300)
602+
else:
603+
mm_tube = mm_rack.wells()[0]
602604

603605
# transfer mastermix
604606
if TRANSFER_MASTERMIX:

0 commit comments

Comments
 (0)