Setting Quality Control Flags

A key reason to track samples is to monitor their quality. In BaseSpace Clarity LIMS, samples are flagged with a checkmark to indicate good quality (QC Pass) or an X to indicate poor quality (QC Fail).

There are many ways to determine quality, including concentration and DNA 260/280 light absorbance measurements. This example uses a tab-separated value (TSV) results file from a Thermo NanoDrop Spectrophotometer to:

Record concentration and 260/280 measurements, and;
Set quality flags in the LIMS

In this example, after the script is installed, the user runs the script, records a step, and imports the results file. The EPP / automation script does the rest of the work, by reading the file, capturing the measurements in Clarity LIMS, and setting the QC flags.

As spectrophotometers are used for many measurements, within many lab protocols, file formats can vary depending on the instrument software settings. Check your instruments for specific file formats and use the script example to get familiar with the QC example scripts.