Skip to content

Commit

Permalink
fix bug in line 353 in station C p300 not defined, used pip instead
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon committed May 22, 2020
1 parent 840aa05 commit 34acb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/S3/stationC_protocol1_pcr_S3.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def homogenize_mm(mm_tube, pip, tiprack, times=5):
# blow out before dropping tip
pip.blow_out(mm_tube.top(-2))
if VOLUME_MMIX < 20:
drop(p300)
drop(pip)

def prepare_mastermix(mm_rack, p300, p20,tiprack300,tiprack20):
# setup mastermix coordinates
Expand Down

0 comments on commit 34acb41

Please sign in to comment.