nanoporetech / minknow_api

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

Access to flow cell check data #40

Closed mwbudde closed 2 years ago

mwbudde commented 2 years ago

It would be very helpful if we can access (or control entirely) the flow cells check via API. Is that feasible? Even being able to scrape the historical data from the computer or via a web protocol would be great.

0x55555555 commented 2 years ago

Hi @mwbudde,

I think what youre asking for is exactly what this project is for, see the example here: https://github.com/nanoporetech/minknow_api/blob/master/python/minknow_api/examples/extract_run_statistics.py about extracting run data from historical runs.

If you have a specific issue please feel free to post a problem - and I can assist.

mwbudde commented 2 years ago

Excellent, thank you, George!