Skip to content

Releases: dpryan79/lib2bit

1.0.1

Choose a tag to compare

@dpryan79 dpryan79 released this 21 Apr 08:00

Fix segfault in version 0 (32-bit) files

1.0.0

Choose a tag to compare

@dpryan79 dpryan79 released this 20 Apr 07:31
ff889a3

Add support for version 1 2bit files (those supporting more than 4GB of sequence).

0.2.2

Choose a tag to compare

@dpryan79 dpryan79 released this 18 Nov 10:06
189258e

Fix possible out-of-bounds writing, see issue #10

0.2.1

Choose a tag to compare

@dpryan79 dpryan79 released this 21 Jan 22:23
  • Fixed a segfault that occurs if a 1 or 2 base sequence is requested that does not overlap either the start or end of a byte.

0.2.0

Choose a tag to compare

@dpryan79 dpryan79 released this 25 Oct 10:27
  • The twobitBasesWorker() and constructSequence() functions that underly twobitSequence() and twobitBases() have been rewritten and are now much faster.