Pool Report
The system generates a Pool Report at successful library completion, at batch failure, and at batch invalidation if the event occurs after pooling has started.
Column |
Description |
Type |
Regex |
---|---|---|---|
batch_name |
Batch name. |
text |
^[a-zA-Z0-9_-]{1,36}$ |
sample_barcode |
Unique sample barcode. |
text |
^[a-zA-Z0-9_-]{1,36}$ |
pool_barcode |
Pool barcode associated with a sample. |
text |
^[a-zA-Z0-9_-]{1,36}$ |
pool_type |
Pool type associated with a sample. |
enum |
A | B | C |
pooling_volume_ul |
Pooling volume in μl. |
float |
|
pooling_comments |
User comments when performing pooling (free text). |
text |
^[a-zA-Z0-9_ -]{1,512}$ |