-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
29 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
abr-testing/abr_testing/protocols/csv_parameters/3_samplevols.csv
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
"""Plate Filler Protocol for Simple Normalize Long.""" | ||
"""Plate Filler Protocol for Tartrazine Protocol.""" | ||
from opentrons import protocol_api | ||
from abr_testing.protocols.helpers import ( | ||
load_common_liquid_setup_labware_and_instruments, | ||
) | ||
|
||
metadata = { | ||
"protocolName": "DVT1ABR3 Liquids: Flex Normalize with Tubes", | ||
"protocolName": "DVT1ABR3 Liquids: Tartrazine Protocol", | ||
"author": "Rhyann clarke <[email protected]>", | ||
"source": "Protocol Library", | ||
} | ||
|
@@ -32,9 +32,16 @@ def run(protocol: protocol_api.ProtocolContext) -> None: | |
) | ||
# Transfer Liquid | ||
p1000.transfer( | ||
4000, | ||
45000, | ||
source_reservoir["A1"], | ||
reagent_tube["A1"].top(), | ||
reagent_tube["B3"].top(), | ||
blowout=True, | ||
blowout_location="source well", | ||
) | ||
p1000.transfer( | ||
45000, | ||
source_reservoir["A1"], | ||
reagent_tube["A4"].top(), | ||
blowout=True, | ||
blowout_location="source well", | ||
) |