Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdm9/libqcpp
libqc++: C++11 library for next-gen sequence quality control and assessment.
https://github.com/kdm9/libqcpp
Last synced: 11 days ago
JSON representation
libqc++: C++11 library for next-gen sequence quality control and assessment.
- Host: GitHub
- URL: https://github.com/kdm9/libqcpp
- Owner: kdm9
- License: mpl-2.0
- Created: 2015-04-23T10:09:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T02:29:50.000Z (over 7 years ago)
- Last Synced: 2024-10-11T19:22:58.979Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 2.89 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
libqc++
=======[![Build
Status](https://travis-ci.org/kdmurray91/libqcpp.svg?branch=master)](https://travis-ci.org/kdmurray91/libqcpp)
[![Documentation
Status](https://readthedocs.org/projects/qcpp/badge/?version=latest)](http://qcpp.readthedocs.org/en/latest/?badge=latest)A C++11 library for sequence quality control.
Design features:
- Modularity
- Parallelisation
- Pipelined
- Simple APIInstallation
------------Statically compiled libraries and binaries are available from the
[GitHub releases page](https://github.com/kdmurray91/libqcpp/releases).These can be uncompressed then copied to, for instance, `/usr/local/` or `~/`.
### From Source:
On Debian-like systems:
sudo apt-get install git libboost-dev libyaml-cpp-dev zlib1g-dev \
libbz2-dev cmake build-essential
git clone https://github.com/kdmurray91/libqcpp.git
cd libqcpp
mkdir build && cd build
cmake ..
make
make installLicense
-------All libqcpp code is licensed under the Mozilla Public Licence, version 2.0.
Catch.hpp, seqan and libssw are licensed under their respective licenses, see
their LICENSE files for more information.