Skip to content

Releases: shenwei356/unikmer

unikmer v0.4.4

27 Oct 11:48
Compare
Choose a tag to compare

Changelog

  • unikmer: add global option -L/--compression-level.
  • unikmer diff: reduce memory occupation, speed not affected.

unikmer v0.4.3

13 Oct 14:02
Compare
Choose a tag to compare

Changelog

  • unikmer diff: fix bug of hanging when the first file having no Kmers.

unikmer v0.4.2

13 Oct 13:04
Compare
Choose a tag to compare

Changelog

  • unikmer stats/diff: more intuitional output

unikmer v0.4.1

10 Oct 14:50
Compare
Choose a tag to compare

Changelog

  • Better performance of writing and reading binary files

unikmer v0.4.0

09 Oct 14:46
Compare
Choose a tag to compare

Changelog

  • Binary serialization format changed.
  • new command unikmer sort: sort binary files
  • unikmer count/diff/union/inter: better performance, add option to sort Kmers which significantly reduces file size
  • unikmer dump: changed option
  • unikmer count: changed option

unikmer v0.3.1

24 Sep 16:17
Compare
Choose a tag to compare

Changelog

  • Binary serialization format changed.
  • new command unikmer stats: statistics of binary files.
  • unikmer: adding global option -i/--infile-list for reading files listed in file.
  • unikmer diff: fixed a concurrency bug when no diff found.

unikmer v0.2.1

22 Sep 16:22
Compare
Choose a tag to compare

Changelog

  • unikmer count: performance improvement and new option --canonical for only keeping canonical Kmers.

unikmer v0.2

09 Sep 04:17
Compare
Choose a tag to compare

Changelog

  • new command unikmer sample: sample Kmers from binary files.
  • new global options:
    • -c, --compact: write more compact binary file with little loss of speed.
    • -C, --no-compress: do not compress binary file (not recommended).
  • some improvements.

unikmer v0.1.0

09 Aug 15:51
Compare
Choose a tag to compare

first release