DREC Data Type
| name | data type | constraints | description |
|---|---|---|---|
| sequence-file-id | string | The unique id of the associated sequence file. | |
| name | string | ||
| read-extended-data | boolean | required boolean | |
| read-snapshot | boolean | required boolean | |
| repeat | boolean | required boolean |
Example
{
"sequence-file-id" : "seq123456.seq",
"name" : "DREC_1",
"read-extended-data" : true,
"read-snapshot" : true,
"repeat" : true
}