Skip to content

Commit

Permalink
Merge pull request #5046 from Opentrons/fix-0f7910
Browse files Browse the repository at this point in the history
fix(protocols/0f7910): change field.json to take float instead of int
  • Loading branch information
ramifarawi authored Mar 5, 2024
2 parents c47e8ad + 5680575 commit 1fba176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions protoBuilds/0f7910/README.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"notes": "If you have any questions about this protocol, please contact the Protocol Development Team by filling out the [Troubleshooting Survey](https://protocol-troubleshooting.paperform.co/).\n\n\n",
"pipettes": "* [Opentrons P20 Single Channel Electronic Pipette (GEN2)](https://shop.opentrons.com/single-channel-electronic-pipette-p20/)\n* [Opentrons P300 Single Channel Electronic Pipette (GEN2)](https://shop.opentrons.com/single-channel-electronic-pipette-p20/)\n\n\n",
"process": "1. Input your protocol parameters above.\n2. Download your protocol and unzip if needed.\n3. Upload your custom labware to the [OT App](https://opentrons.com/ot-app) by navigating to `More` > `Custom Labware` > `Add Labware`, and selecting your labware files (.json extensions) if needed.\n4. Upload your protocol file (.py extension) to the [OT App](https://opentrons.com/ot-app) in the `Protocol` tab.\n5. Set up your deck according to the deck map.\n6. Calibrate your labware, tiprack and pipette using the OT App. For calibration tips, check out our [support articles](https://support.opentrons.com/en/collections/1559720-guide-for-getting-started-with-the-ot-2).\n7. Hit \"Run\".\n\n\n",
"protocol-steps": "1. Protocol will input the global transfer volume from source plates to destination plates according to the csv.\n\n\n",
"protocol-steps": "1. Protocol will input the global transfer volume from source plates to destination plates in accordance with the csv.\n\n\n",
"title": "Plate Filling with CSV Import"
},
"notes": "If you have any questions about this protocol, please contact the Protocol Development Team by filling out the Troubleshooting Survey.",
"pipettes": "\nOpentrons P20 Single Channel Electronic Pipette (GEN2)\nOpentrons P300 Single Channel Electronic Pipette (GEN2)\n",
"process": "\nInput your protocol parameters above.\nDownload your protocol and unzip if needed.\nUpload your custom labware to the OT App by navigating to More > Custom Labware > Add Labware, and selecting your labware files (.json extensions) if needed.\nUpload your protocol file (.py extension) to the OT App in the Protocol tab.\nSet up your deck according to the deck map.\nCalibrate your labware, tiprack and pipette using the OT App. For calibration tips, check out our support articles.\nHit \"Run\".\n",
"protocol-steps": "\nProtocol will input the global transfer volume from source plates to destination plates according to the csv.\n",
"protocol-steps": "\nProtocol will input the global transfer volume from source plates to destination plates in accordance with the csv.\n",
"title": "Plate Filling with CSV Import"
}
2 changes: 1 addition & 1 deletion protocols/0f7910/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Source plate barcode, Source plate slot (3-9), Source well (A1, B1, etc.), Desti


### Protocol Steps
1. Protocol will input the global transfer volume from source plates to destination plates according to the csv.
1. Protocol will input the global transfer volume from source plates to destination plates in accordance with the csv.


### Process
Expand Down

0 comments on commit 1fba176

Please sign in to comment.