nanoporetech / minknow_api

Protobuf and gRPC specifications for the MinKNOW API
Other
50 stars 12 forks source link

realtime access to channel states from the minknow API? #63

Open JasonNPitt opened 6 months ago

JasonNPitt commented 6 months ago

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

0x55555555 commented 5 months ago

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,