Skip to content

Commit

Permalink
adjusted liquid set up, removed csv
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarke0 committed Nov 25, 2024
1 parent 6b48958 commit 6ee0d9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 29 deletions.
25 changes: 0 additions & 25 deletions abr-testing/abr_testing/protocols/csv_parameters/3_samplevols.csv

This file was deleted.

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",
}
Expand All @@ -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",
)

0 comments on commit 6ee0d9f

Please sign in to comment.