Index Metrics Out File
The index metrics out file (IndexMetricsOut.bin) is a binary file in BIN format that contains index statistics for each sample and index combination per lane provided to BCL Convert in the sample sheet. The content of the file is documented as follows:
|
•
|
Byte 0: file version number (2) |
|
•
|
The remaining bytes represent records, which are composed of the following information: |
|
–
|
2 bytes: lane number (uint16) |
|
–
|
4 bytes: tile number (uint32) |
|
–
|
2 bytes: read number (uint16) |
|
–
|
2 bytes: indexLength, the length in bytes of index name (uint16) |
|
–
|
indexLength bytes: string representing index name |
|
–
|
8 bytes: number of occurrences of index (uint64) |
|
–
|
2 bytes: sampleLength, the length in bytes of the sample name (uint16) |
|
–
|
sampleLength bytes: string representing sample name |
|
–
|
2 bytes: projectLength, the length in bytes of the project name (uint16) |
|
–
|
projectLength bytes: string representing project name |