Mattis Knulst
Results
1
issues of
Mattis Knulst
Well, you can use the new "[simpified python interface](http://illumina.github.io/interop/namespacecore.html)" to read the imaging table .. ```python import interop as iop run_metrics = iop.read(run_folder) def read_imaging_table(run_metrics): ar = iop.imaging(run_metrics) df =...