minknow_api icon indicating copy to clipboard operation
minknow_api copied to clipboard

realtime access to channel states from the minknow API?

Open JasonNPitt opened this issue 2 years ago • 1 comments

I'd like to be able to access the channel states during a run using the api, but am unable to determine where those values are available. The values I'm describing are outputted at the end of the run to the pore_actvity_FAW(...).csv file

JasonNPitt avatar Jan 03 '24 19:01 JasonNPitt

Hi @JasonNPitt,

Please see https://github.com/nanoporetech/minknow_api/blob/master/proto/minknow_api/data.proto#L39 - this provides an instant snapshot of the channel states.

This API: https://github.com/nanoporetech/minknow_api/blob/master/proto/minknow_api/statistics.proto#L15 provides access to the values over time.

I hope that helps,

  • George

0x55555555 avatar Jan 10 '24 08:01 0x55555555