Skip to content

Commit

Permalink
Joe's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Aug 16, 2024
1 parent f24c13e commit e7a6411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/docs/v2/parameters/defining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ During run setup, the technician can choose from a menu of the provided choices.
CSV Parameters
--------------

CSV parameters accept any valid comma-separated file. You don't need to specify the format of the data. Due to this flexibility, they do not have default values. Separately provide standard operating procedures or template files to the scientists and technicians who will create the tabular data your protocol relies on.
CSV parameters accept any valid comma-separated file. You don't need to specify the format of the data. Due to this flexibility, CSV parameters do not have default values. Separately provide standard operating procedures or template files to the scientists and technicians who will create the tabular data your protocol relies on.

Briefly describe the purpose of your CSV parameter when defining it.

Expand Down
4 changes: 2 additions & 2 deletions api/docs/v2/parameters/use_case_cherrypicking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The destination labware and well order will remain fixed, to focus on using thes
Preparing the CSV
=================

First, we need to set up the CSV parameter. The data format we expect for this protocol is simple enough to fully explain in the parameter's description.
To get started, let's set up the CSV parameter. The data format we expect for this protocol is simple enough to fully explain in the parameter's description.

.. code-block:: python
Expand Down Expand Up @@ -62,7 +62,7 @@ Now ``well_data`` is a list with four elements, one for each row in the file. We
Loading Source Labware
======================

First, we need to load the source labware. Let's assume that we always use Opentrons Tough PCR plates for both source and destination plates. Then we need to determine the locations for loading source plates from the first column of the CSV. This will have three steps:
We'll use the data from the ``source slot`` column as part of loading the source labware. Let's assume that we always use Opentrons Tough PCR plates for both source and destination plates. Then we need to determine the locations for loading source plates from the first column of the CSV. This will have three steps:

- Using a list comprehension to get data from the ``source slot`` column.
- Deduplicating the items in the column.
Expand Down

0 comments on commit e7a6411

Please sign in to comment.