Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
“ramifarawi” committed Feb 2, 2024
1 parent a9ba830 commit 11d58f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion protocols/019968/019968.ot2.apiv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run(ctx):
# labware
if single_dilution:
waters_racks = [
ctx.load_labware('opentrons_24_aluminumblock_generic_2ml_screwcap', # change this
ctx.load_labware('waters_48_tuberack_300ul', # change this
slot) for slot in [1, 2]]

aluminum_racks = [
Expand Down
15 changes: 5 additions & 10 deletions protocols/019968/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@


## Categories
* Broad Category
* Specific Category
* Sample Prep
* Plate Filling


## Description
This protocol does stuff!
This protocol either perfors single, or double dilution of sample with methanol and standard for LCMS analysis. For more details, please see below.


### Labware
Expand All @@ -28,15 +28,10 @@ This protocol does stuff!


### Deck Setup
![deck](https://opentrons-protocol-library-website.s3.amazonaws.com/custom-README-images/019968/deck.png)


### Reagent Setup
![reagents](https://opentrons-protocol-library-website.s3.amazonaws.com/custom-README-images/019968/reagents.png)

* This is the single dilution deck setup. For the double dilution workflow, replace the waters 48 racks on slots 1 and 2 with Opentrons 24 tuberack aluminum as seen in slots 4 and 5.
![deck](https://opentrons-protocol-library-website.s3.amazonaws.com/custom-README-images/019968/deck.png)

### Protocol Steps
1. Step 1...


### Process
Expand Down

0 comments on commit 11d58f5

Please sign in to comment.