minknow_api
minknow_api copied to clipboard
realtime access to channel states from the minknow API?
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
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