Skip to content

Releases: hcdenbakker/colorid

v0.1.4.3

10 Mar 21:43
Compare
Choose a tag to compare
v0.1.4.3 Pre-release
Pre-release

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

04 Mar 16:11
Compare
Choose a tag to compare
v0.1.4.2 Pre-release
Pre-release

More bug fixes. Now with a batch mode for the read classifier.

v0.1.4.1

02 Mar 04:30
Compare
Choose a tag to compare
v0.1.4.1 Pre-release
Pre-release

Fixes a bug that causes error in build of index when low coverage samples are included. Found by @lskatz!

v0.1.4.0

27 Feb 14:47
Compare
Choose a tag to compare
v0.1.4.0 Pre-release
Pre-release

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

29 Nov 17:13
Compare
Choose a tag to compare
Colorid v 0.1.3.1 Pre-release
Pre-release

Minor bug fix in k-mer modules

Colorid v 0.1.3

29 Nov 14:42
Compare
Choose a tag to compare
Colorid v 0.1.3 Pre-release
Pre-release
v0.1.3

Colorid v 0.1.2.1

13 Nov 20:43
41772ad
Compare
Choose a tag to compare
Colorid v 0.1.2.1 Pre-release
Pre-release

Minor edit to make sure 'read_filter' subcommand includes/excludes 'accepted' read(-pairs).

Colorid v 0.1.2

12 Nov 19:41
f43128b
Compare
Choose a tag to compare
Colorid v 0.1.2 Pre-release
Pre-release

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

04 Oct 13:47
Compare
Choose a tag to compare
Colorid v 0.1.1 Pre-release
Pre-release

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

28 Aug 19:37
1174537
Compare
Choose a tag to compare
bugz Pre-release
Pre-release

Fixed a couple of bugs in the build and search functions.