This would be useful for real-time applications including dashboards and nanopore adaptive sampling where index loading overhead is intolerable. Need to consider API design and whether to use JSON/HTTP or something like protobuf/gRPC.
Request format could be either raw FASTA/Q or a (id, seq) tuple?
Response format could be an (id, n_hits, n_minimizers) tuple?
Suggestions welcome.
This would be useful for real-time applications including dashboards and nanopore adaptive sampling where index loading overhead is intolerable. Need to consider API design and whether to use JSON/HTTP or something like protobuf/gRPC.
Request format could be either raw FASTA/Q or a
(id, seq)tuple?Response format could be an
(id, n_hits, n_minimizers)tuple?Suggestions welcome.