Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Releases: biod/BioD

BioD release 0.2.3

19 Nov 18:16
Compare
Choose a tag to compare

ChangeLog v0.2.3 (20191119)

  • Compiles and tests pass on Debian with dub and ldc 1.17.0

BioD release 0.2.2

16 Mar 15:44
Compare
Choose a tag to compare

ChangeLog v0.2.2 (20190316)

BioD 0.2.1

04 Oct 06:53
Compare
Choose a tag to compare

ChangeLog v0.2.1 (20181004)

v0.2.0 release

15 Sep 06:42
Compare
Choose a tag to compare

ChangeLog v0.2.0 (20180915)

64-bit compilation should be fine on ldc 1.10

  • Added FastQ parser (thanks George Githinji @george-githinji)
  • Added rewritten Bamreader f4a6c1c (thanks Pjotr Prins @pjotrp)
  • Improved big-endian support and other bug fixes (thanks Artem Tarasov @lomereiter)
  • Include SAM/BAM AH tag (thanks Indraniel Das @indraniel)
  • D undeaD compilation fixes (thanks John Colvin @John-Colvin)
  • Meson build definition added (thanks Matthias Klumpp @ximion)
  • Update outputstream.d (thanks Brett T. Hannigan @godotgildor)
  • Moved Cigar into its own module 7994406
  • Added 'asserte' method which throws an exception on assert (failure)
  • Bug fixes:
    • #31 Bug in bio/core/utils/outbuffer.d: _heap.length is not correctly set affects reading long SAM records
    • biod/sambamba#210 correct pseudo-bin calculation (thanks @jfarek)
    • JSON header output fixes #331