Releases: shenwei356/unikmer
Releases · shenwei356/unikmer
unikmer v0.4.4
Changelog
unikmer
: add global option-L/--compression-level
.unikmer diff
: reduce memory occupation, speed not affected.
unikmer v0.4.3
Changelog
unikmer diff
: fix bug of hanging when the first file having no Kmers.
unikmer v0.4.2
Changelog
unikmer stats/diff
: more intuitional output
unikmer v0.4.1
Changelog
- Better performance of writing and reading binary files
unikmer v0.4.0
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 sizeunikmer dump
: changed optionunikmer count
: changed option
unikmer v0.3.1
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
Changelog
unikmer count
: performance improvement and new option--canonical
for only keeping canonical Kmers.
unikmer v0.2
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
first release