-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
In the v6 breaking change, one of the change was the switch from "guppy" to "basecaller" in instances.
However it appears that the manager API still had guppy remaining in it.
minknow_api/proto/minknow_api/manager.proto
Lines 783 to 785 in 0249250
| message GetGuppyInfoRequest {} | |
| message GetGuppyInfoResponse { |
Correspondingly, the Python API minknow_api also has the guppy_version property in Manager object. The socket still remains /tmp/.guppy/5555 as of now.
I wonder if these would also be renamed to "basecaller" in a later major release, or if they would stay this way for the foreseeable future.
Metadata
Metadata
Assignees
Labels
No labels