Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNASC20 committed Dec 3, 2024
1 parent a02c9d5 commit bf51e7b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,22 @@ def run(ctx: ProtocolContext) -> None:
num_cols = math.ceil(num_samples / 8)

# Pre-set parameters
sample_vol = 35.0
# sample_vol = 35.0
frag_vol = 15.0
end_repair_vol = 10.0
adapter_vol = 5.0
ligation_vol = 45.0
amplification_vol = 30.0
bead_vol_1 = 88.0
bead_vol_2 = 50.0
bead_vol = bead_vol_1 + bead_vol_2
# bead_vol = bead_vol_1 + bead_vol_2
bead_inc = 2.0
rsb_vol_1 = 25.0
rsb_vol_2 = 20.0
rsb_vol = rsb_vol_1 + rsb_vol_2
# rsb_vol = rsb_vol_1 + rsb_vol_2
elution_vol = 20.0
elution_vol_2 = 17.0
etoh_vol = 400.0
# etoh_vol = 400.0

# Importing Labware, Modules and Instruments
magblock: MagneticBlockContext = ctx.load_module(
Expand Down

0 comments on commit bf51e7b

Please sign in to comment.