Releases: cartoonist/kseqpp
Releases · cartoonist/kseqpp
v1.1.2
- Minor improvement on compatibility with older GCC versions
- Adapt with the lastest version of SeqAn2 in the benchmark
Full Changelog: v1.1.1...v1.1.2
kseq++ v1.1.1
- Add optimization originally due to @kloetzl in the original
kseq.h
kseq++ v1.0.0
Release for bioconda package
kseq++ v0.2.5
- Minor improvements
- Update documentation
kseq++ v0.2.4
- Fix ZLIB dependency issue
- Fix CMake integration issue
- No line wrapping for output FASTQ files by default
- Add
set_wrapping
andset_nowrapping
methods
kseq++ v0.2.3
- Improve build script
- Install CMake targets and configurations required for calling
find_package(kseq++)
kseq++ v0.2.2
- Fix pkg-config file
kseq++ v0.2.1
- Fixed
"PROJECT_VERSION" redefined
warning
kseq++ v0.2.0
- [Writer] Added
format::fasta
andformat::fastq
modifiers to force a specific format - Switched to CMake build system
kseq++ v0.1.4
- Add install script.
- Add
pkg-config
config file.