Created
July 25, 2016 11:11
-
-
Save bmiles/02c1151500b409694dc6b5a725100a92 to your computer and use it in GitHub Desktop.
Example of using some of the mag bead operations in autoprotocol.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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