nanoporetech / minknow_api

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

Is there a list of args for the start protocol method within the protocol.proto? #43

Open biosero-simon opened 1 year ago

biosero-simon commented 1 year ago

Trying to list out all available settings for calling this method through a c# library

0x55555555 commented 1 year ago

Hi @biosero-simon,

Please see our start protocol example here: https://github.com/nanoporetech/minknow_api/blob/master/python/minknow_api/examples/start_protocol.py

for details on how to call start with the right arguments.

Specifically this example calls into:

https://github.com/nanoporetech/minknow_api/blob/master/python/minknow_api/tools/protocols.py

Where we produce all the arguments from the input python request.

I hope that helps,