Library Process Log
The system generates a Library Process Log at the start and completion or failure of each batch process; at batch failure or invalidation; and at analysis completion (generated per pool).
Column |
Description |
Type |
Regex |
---|---|---|---|
batch_name |
Batch name. |
text |
^[a-zA-Z0-9_-]{1,36}$ |
process |
Batch process name, in the format of PROCESS:sub-process. Value options: ISOLATION—batch_validation, prespin, postspin, data_transact. EXTRACTION—setup, chemistry, data_transact. LIBRARY—setup, chemistry, data_transact, complete. QUANT—setup, build_standards, build_384, analysis, data_transact. POOLING—analysis, setup, pooling, data_transact, complete. |
text |
^[A-Z]{1,36}:[a-z0-9_]{1,36}$ |
operator |
Operator initials. |
text |
^[a-zA-Z0-9_ -]{1,36}$ |
instrument |
Instrument name. |
text |
^[a-zA-Z0-9_ -]{1,36}$ |
started |
Date and time of batch process start. |
ISO 8601 timestamp |
|
finished |
Date and time of batch process completion or failure. |
ISO 8601 timestamp |
|
status |
Current batch. |
enum |
completed | failed | started | aborted |