Closed sklages closed 10 months ago
Hello @sklages , our best guess is that these are errors caused by rounding higher precision numbers down to floating point in InterOp. For instance, if that comes from the index_summary app, it probably arises from this print statement: https://github.com/Illumina/interop/blob/master/src/apps/index_summary.cpp#L250
We'll try to fix this there and anywhere else we may have done it.
Hi @nudpa - okay, makes sense. But just to be clear, I did not use the app, but the python bindings to InterOp, in this case index_summary
(http://illumina.github.io/interop/namespacecore.html#aa2d77c36f24e55d0d9f31de38e9cb55e)
I suspect this is a bug in bcl2fastq
Comparing "number of reads"
InterOp
results in:
Stats.json
(bcl2fastq)Fastq files
(bcl2fastq)Differences are not that big, but I'd expect identical values. Or vice versa, for any reporting function I would parse
Stats.json
to be "in sync" with the results fastq files.I haven't tested this systematically, so I can't tell how big the differences are in other datasets/runs.
Any idea where this little inaccuracy comes from and how to fix it?