Releases: hcdenbakker/colorid
v0.1.4.3
Found a bug introduced in the latest pre-release (v0.1.4.2), which made it impossible to limit the number of threads to be used for the classifier
v0.1.4.2
More bug fixes. Now with a batch mode for the read classifier.
v0.1.4.1
v0.1.4.0
Bug fixes and improvements. The colorid_Linux64v0.1.4.0 binary works on CentOS and probably on many other Linux distributions (tested on Ubuntu).
Colorid v 0.1.3.1
Minor bug fix in k-mer modules
Colorid v 0.1.3
v0.1.3
Colorid v 0.1.2.1
Minor edit to make sure 'read_filter' subcommand includes/excludes 'accepted' read(-pairs).
Colorid v 0.1.2
Included a branch of bit-vec which allows for direct serialization of bit vectors; previous in previous versions I used a Vec representation. Using serialized bit vectors results in faster searches when larger indices are used.
Colorid v 0.1.1
This version should be faster and more RAM friendly. Please make new indices for this version; Implementation of (presumably) faster hash functions (xx hash for Bloom filters, FNV hash for hash maps) cause indices to be incompatible with older versions,
bugz
Fixed a couple of bugs in the build and search functions.