Releases: kdm9/libqcpp
Releases · kdm9/libqcpp
Version 0.4.1
Version 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
Minor changes to static builds
Version 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
- Travis CI fixes
- Fix reporting of windowed QC
Version 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
- 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
Misc:
- remove unused libssw copy
- Fix travis CI builds
Version 0.1.5
Features:
- Implement CLI flag for quality threshold for GBSqc
Developer Features:
- More tests for AdaptorTrimPE
Version 0.1.4
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