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

Q: Run layout from InterOp? #258

Closed sklages closed 3 years ago

sklages commented 3 years ago

Is there a way to deduce index read positions from InterOp using the python bindings? Or at least read cycles? Or do I need to read RunInfo.xml?

E.g. a PE150 run, dual-indexed, cycles = y150,i9,i9,y150. i7 position = 151 to 159, i5 = 160 to 168.

sklages commented 3 years ago

Well, yes there is a way as described in #254 .. my bad :-)