Skip to content

Instantly share code, notes, and snippets.

@bmiles
Created July 25, 2016 11:11
Show Gist options
  • Save bmiles/02c1151500b409694dc6b5a725100a92 to your computer and use it in GitHub Desktop.
Save bmiles/02c1151500b409694dc6b5a725100a92 to your computer and use it in GitHub Desktop.
Example of using some of the mag bead operations in autoprotocol.
from autoprotocol_utilities.magnetic_helpers import get_mag_amplicenter, get_mag_frequency
source_plate = protocol.ref(
block_name,
cont_type="96-deep-kf",
storage="cold_80")
protocol.dispense_full_plate(
source_plate,
"water",
"900:microliter")
protocol.dispense_full_plate(
source_plate,
"beads",
"50:microliter")
protocol.mag_mix("96-deep", source_plate,
"30:second", frequency=get_mag_frequency(
source_plate, speed="fast"),
**get_mag_amplicenter(source_plate))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment