Releases: epi2me-labs/kraken2-server
Releases · epi2me-labs/kraken2-server
v0.1.8
v0.1.7
Fixed
- Several CLI options did not correctly require a value.
v0.1.6
Fixed
- Memory mapping CLI option was setting translated search mode not enabling memory mapping!
v0.1.4
Fixed
- Explicitely send metadata from server to avoid stall, remove hacky sleep.
v0.1.3
Added
- Client can read input from stdin.
Fixed
- Work around a non-understood error.
v0.1.2
Fixed
- Batching of reads for gRPC stream was incorrect, leading to client errors.
v0.1.1
Added
- Perform classifications in shared thread pool across clients. Allows speed up of
processing data from a single client.
Removed
- The "batch" processing mode of the server and client. This was a stream->unary gRPC,
that did not achieve any useful functionality beyond the stream->stream gRPC.
v0.1.0
Fixed
- Memory use of client when processing large input files.
v0.0.10
Fixed
- Loading of database when user does not provide trailing
/
.
v0.0.9
Fixed
- Segmentation fault in client when fasta/q comment sections are empty.