Skip to content

Releases: epi2me-labs/kraken2-server

v0.1.8

23 Jan 11:06
Compare
Choose a tag to compare

Fixed

  • Receive size of messages in client raised to accomodate larger requests.

v0.1.7

04 Sep 10:36
Compare
Choose a tag to compare

Fixed

  • Several CLI options did not correctly require a value.

v0.1.6

14 Jul 09:58
Compare
Choose a tag to compare

Fixed

  • Memory mapping CLI option was setting translated search mode not enabling memory mapping!

v0.1.4

24 Apr 11:14
Compare
Choose a tag to compare

Fixed

  • Explicitely send metadata from server to avoid stall, remove hacky sleep.

v0.1.3

04 Apr 21:14
Compare
Choose a tag to compare

Added

  • Client can read input from stdin.

Fixed

  • Work around a non-understood error.

v0.1.2

24 Mar 17:30
Compare
Choose a tag to compare

Fixed

  • Batching of reads for gRPC stream was incorrect, leading to client errors.

v0.1.1

22 Mar 20:51
Compare
Choose a tag to compare

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

17 Mar 18:13
Compare
Choose a tag to compare

Fixed

  • Memory use of client when processing large input files.

v0.0.10

19 Dec 12:23
Compare
Choose a tag to compare

Fixed

  • Loading of database when user does not provide trailing /.

v0.0.9

25 Nov 17:26
Compare
Choose a tag to compare

Fixed

  • Segmentation fault in client when fasta/q comment sections are empty.