Skip to content

Releases: kdm9/libqcpp

Version 0.4.1

Choose a tag to compare

@kdm9 kdm9 released this 26 May 02:36
0.4.1
Incorporates JOSS review comments, mostly documentation changes

Version 0.4.0

Choose a tag to compare

@kdm9 kdm9 released this 04 Apr 07:11
0.4.0

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

Choose a tag to compare

@kdm9 kdm9 released this 14 Dec 02:00
0.3.1
Minor changes to static builds

Version 0.3.0

Choose a tag to compare

@kdm9 kdm9 released this 14 Dec 01:55
0.3.0

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

Choose a tag to compare

@kdm9 kdm9 released this 27 Jun 04:00
0.2.5
  • Travis CI fixes
  • Fix reporting of windowed QC

Version 0.2.4

Choose a tag to compare

@kdm9 kdm9 released this 01 Jun 07:38
0.2.4

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

Choose a tag to compare

@kdm9 kdm9 released this 07 Apr 06:40
0.2.1
  • 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

Choose a tag to compare

@kdm9 kdm9 released this 02 Mar 01:43

Misc:

  • remove unused libssw copy
  • Fix travis CI builds

Version 0.1.5

Choose a tag to compare

@kdm9 kdm9 released this 30 Jan 13:12

Features:

  • Implement CLI flag for quality threshold for GBSqc

Developer Features:

  • More tests for AdaptorTrimPE

Version 0.1.4

Choose a tag to compare

@kdm9 kdm9 released this 22 Sep 09:09

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