Home | Getting Started | Generic Tools | EchoProto | EchoProto Templates | OTProto | OTProto Templates
BiomationScripter - Standard Layout File
Overview
The standard layout file is an Excel file that can be used for storing information about plates used in protocols. This should be used for recording the location of liquids within a given plate. Information contained within this file can be imported into a protocol using the ImportPlate or ImportLabware functions.
Specification
The standard layout file consists of two sheets: * Plate Summary is for attributes of the plate * Well lookup is for the well contents
Plate Summary
Plate Summary utilises 8 rows in the current version
* Plate Name | str: Name given to the plate by the user (required)
* Plate Type | str: Type of the plate e.g., 96-well, 384PP (required)
* Total Wells | int: Number of wells for the plate type (optional)
* Rows | int: Number of rows for the plate type (optional)
* Columns | int: Number of columns for the plate type (optional)
* Minimum working volume | float: Least volume that the wells can contain for operation (optional)
* Maximum working volume | float: Greatest volume that the wells can contain for operation (optional)
* Description | str: Field available for the user to write a summary of the plate's intended usage (optional)
Well Lookup
Well lookup utilises 10 columns in the current version. The number of rows is dependent on the number of wells of the plate; each well should have its own row.
* Well | str: Name given to the well e.g., A1
* Row | str: Name given to the row e.g., A
* Column | str: Name given to the column e.g., 1
* Name | str: Content of the well e.g., T4 Ligase Buffer
* Volume (uL) - Initial | float: Volume of the liquid originally contained in the well
* Concentration (ng/uL) | float: Concentration of the liquid in ng/uL
* Concentration (uM) | float: Concentration of the liquid in uM
* Volume (uL) - Current | float: Volume of the liquid currently contained in the well i.e., after the last protocol
* Calibration Type | str: Calibration Type of the liquid or labware. Should be specified for when using EchoProto. e.g., AQ_BP
* Notes | str: Field available for the user to leave any comments regarding the well such as the source of the stock, expiry date of reagent, etc.
Example Usage
Included for these docs is an example of this layout file for a plate used to store primers
Resources
The example sheets can be found here: Standard Layout File
Each sheet has been separated into a .csv file for compliance with github