Skip to content

Releases: kdm9/libqcpp

Version 0.4.1

26 May 02:36
0.4.1

Choose a tag to compare

Incorporates JOSS review comments, mostly documentation changes

Version 0.4.0

04 Apr 07:11
0.4.0

Choose a tag to compare

Major changes:

  • API calls to C++ processor classes have been harmonised such that the quality
    encoding is always optional, defaulting to Sanger encoding.
  • API calls to some C++ processor classes have been reordered to ensure default
    arguments come after non-default arguments across all similar processors.
  • Relicense all parts to MPL v2

Minor changes:

  • Document C++ API
  • Fixes to static builds

Version 0.3.1

14 Dec 02:00
0.3.1

Choose a tag to compare

Minor changes to static builds

Version 0.3.0

14 Dec 01:55
0.3.0

Choose a tag to compare

Version 0.3.0

  • Update seqan to 2.2.0
  • Remove a lot of old code
  • Fix builds of static binaries

Version 0.2.5

27 Jun 04:00
0.2.5

Choose a tag to compare

  • Travis CI fixes
  • Fix reporting of windowed QC

Version 0.2.4

01 Jun 07:38
0.2.4

Choose a tag to compare

libqcpp

Relicense library code under the MPL-2.0.

Trimit

  • Fix -L truncation flag
  • Add -Q flag to silence progress output

Version 0.2.1

07 Apr 06:40
0.2.1

Choose a tag to compare

  • Remove default stdin input from trimit
  • Make GPL of progs clear
  • implement static builds with Phusion's Holy Build Box
  • Fix and update travis config

Version 0.1.9

02 Mar 01:43

Choose a tag to compare

Misc:

  • remove unused libssw copy
  • Fix travis CI builds

Version 0.1.5

30 Jan 13:12

Choose a tag to compare

Features:

  • Implement CLI flag for quality threshold for GBSqc

Developer Features:

  • More tests for AdaptorTrimPE

Version 0.1.4

22 Sep 09:09

Choose a tag to compare

Release including many new features & bug fixes

Features:

  • Implement multi-threaded read processing
  • Implement an HTML reporter
  • Static build supported, see attached statically compiled library and binaries

Bugfixes

  • Fix a litany of bugs in AdaptorTrimPE