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

v0.2.0 release

Compare
Choose a tag to compare
@pjotrp pjotrp released this 15 Sep 06:42
· 144 commits to master since this release

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