Open billtell opened 1 month ago
qPCR node writes to update new relationships (dilution and pooling) and molarity information group into new Pools and assign to tech be able to distinguish flowcell pools - send to flowcell builder sheet
Sum up total reads in a lane Check index compatability may have to reference Billing Info sheet
These variables are automatically populated from the qPCR node.
• Pool ESP ID
• ESP Entity
• ESP Barcode
• Pool Group
• qPCR Molarity (nM)
• Average Library Size (bp)
• qPCR Volume (µl)
• qPCR Date
• Dilution (nM)
These variables pull their values directly from specific cell references in your data source.
• SR#
• Drop Date
• Project
• Customer Sample Name
• Index Name
• i7 Index
• i5 Index
• i7 Index trimmed
• i5 Index trimmed
• Expected Molarity (nM/uL) (possibly from cell reference)
• Library Type (partially, also joins child rows)
• ESP Entity (partially, also written from qPCR node)
• ESP Barcode (partially, also written from qPCR node)
These variables aggregate data from child rows, typically by summing numerical values.
• Requested Reads (M)
• Requested Bases (Gb)
• Pool Amount (uL) (also involves manual entry)
• Library Count
These variables require manual input from users.
• Pool Amount (uL) (also involves summing children)
• Pool Relatives Checked into Freezer
• Notes / Comments
• Dilution Group
These variables can be selected from a dropdown menu or entered manually if the desired option isn’t available.
• Next Step
• qPCR Tech
• Results Validation Tech
• Dilution Tech
These variables use multiple methods to determine their values, such as combining cell references with other operations.
• Library Type: Cell reference and joins delimited strings of child rows
• Requested Reads (M): Cell reference and sums children
• Requested Bases (Gb): Cell reference and sums children
• ESP Entity: Cell reference and written from qPCR node
• ESP Barcode: Cell reference and written from qPCR node
• Pool Amount (uL): Manual entry and sums children
• Expected Molarity (nM/uL): Client assessed molarity and/or cell reference
For variables that weren’t fully described, assumptions are made based on naming conventions.
• Plate Barcode: Likely a unique identifier, possibly manually entered or auto-generated.
• Total Dilution Volume (µl): Possibly calculated from other dilution variables.
• Sample Volume for Dilution (µL): Likely derived from experimental setup or manual input.
• Buffer Volume for Dilution (uL): Similar to sample volume, possibly calculated or manually entered.
Testing infrustructure
Average Concentration (ng/µl)
Dilution (nM)
, only going to use Molarity (nM)
for all sample types[ ] Existing Entity - Update Info
[ ] New Library - New Library Row
[ ] New Library Dilution - Add Library Dilution Row as parent of library
[ ] New Pool - Look up hierarchy and child entity esp info
[ ] New Pool Dilution of an existing Pool - add pool parent row
Determine entity type = Library / Library Dilution / Pool / Pool Dilution
Determine New / Existing
"{\"result\": {\"code\": 1123, \"errorCode\": 1123, \"message\": \"Specifying multiple row locations is not yet supported. Each row must use the same row location attribute and value (toBottom, toTop, parentId, siblingId, above)\", \"name\": \"ApiError\", \"recommendation\": \"Do not retry without fixing the problem. \", \"refId\": \"8183f94f-24b0-446a-a2bb-524f7bd34af1\", \"shouldRetry\": false, \"statusCode\": 400}}"
Initial Library/Pool row writes to Builder/Billing sheets updates: #486
Provide a way for the Seq Lab to schedule work and load Flowcells.