Skip to content

Commit

Permalink
remove salmonella buffer liquids if no salmonella samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Sep 14, 2023
1 parent aeb6942 commit 303d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/gsdx/bacgene.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def wick(pip, well, x_magnitude=0.5, z_offset=3.0):
num_partial_salmonella_buffers+num_additional_salmonella_buffers]

# load partial liq
if num_samples_listeria > 0:
if num_samples_salmonella > 0:
try:
[
well.load_liquid(
Expand Down

0 comments on commit 303d8cc

Please sign in to comment.