Postgres database: iondb
Postgres table: rundb_dnabarcode
Barcode data model (for experiments that use a barcoding kit)
These database elements are populated by user input on the sequencing instrument. The rundb_experiment.barcodeId element references this table to create the /results/barcodeList.txt file.
| Field | Type | Description |
|---|---|---|
| adapter | String (up to 128) | adapter |
| annotation | String (up to 512) | annotation |
| floworder | String (up to 128) | floworder |
| id | Integer | ID |
| id_str | String (up to 128) | id str |
| index | Integer | index |
| length | Integer | length |
| name | String (up to 128) | name |
| score_cutoff | Floating point number | score cutoff |
| score_mode | Integer | score mode |
| sequence | String (up to 128) | sequence |
| type | String (up to 64) | type |