Lab Logic Toolkit Script Examples
Setting QC flags
Setting next actions
Create string from multiple UDFs and add additional characters
-exp 'submittedSample.::Run Name:: = step.::Source:: + ::_:: + step.::Numeric ID::'Determine total number of samples
-exp '(step.::Total samples:: = step.::Total samples:: + 1)'-exp 'if(step.hasValue(::Total samples::)) { step.::Total samples:: = step.::Total samples:: + 1 }
else { step.::Total samples:: = 1 }'Calculate concentration from a dilution factor
Calculate volume of buffer and source sample to dilute
Calculate the remaining amount of submitted sample left after the step
Calculate volumes of all components to add to master mix (e.g., PCR reaction)
Calculate nM from concentration and size
Determine dilution to populate robot file
Calculate average concentration
Check container name changed from default value
Calculate yield of sequenced samples using the submittedSamples entity
Concatenate strings
Regex example: Validate output container barcode mask
Regex example: Verify format of flow cell / reagent cartridge barcode
Regex example: Validate a scanned / manually entered container barcode
Populate a Timestamp (Single-line Text and Text) UDF / custom field
Populate a Timestamp (Date) UDF / custom field
Add values within a pool
Convert placement information to a numeric position
Set the error status bar message
Check for special characters
Resources
Last updated
Was this helpful?
