Illumina / interop

C++ Library to parse Illumina InterOp files
http://illumina.github.io/interop/index.html
GNU General Public License v3.0
75 stars 26 forks source link

AlignmentMetricsOut.bin and IndexMetricsOut.bin mapping information #329

Closed NateBaileyTempus closed 10 months ago

NateBaileyTempus commented 10 months ago

I was wondering if you had the mapping details for these file types and the other .bin files not included in github so we could parse ourselves?

ezralanglois commented 10 months ago

This library parses IndexMetricsOut.bin.

All the binary formats are described here for supported formats: https://illumina.github.io/interop/binary_formats.html

The AlignmentMetricsOut.bin is not supported.

NateBaileyTempus commented 10 months ago

Thanks for the swift reply! Have a parallel question in tech support asking after the binary map info for AlignmentMetricsOut.bin to parse the data ourselves. Do you happen to know where this info might be? -Nate

ezralanglois commented 10 months ago

Only tech support has the context to provide that information.

NateBaileyTempus commented 10 months ago

Thanks! closing, but will update for other folks to find the map if i do get an answer.