Skip to content

jborevitz/libqcpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libqc++

Build Status Documentation Status

A C++11 library for sequence quality control.

Design features:

  • Modularity
  • Parallelisation
  • Pipelined
  • Simple API

Installation

Statically compiled libraries and binaries are available from the GitHub releases page.

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 install

License

Library code is licensed under the Mozilla Public Licence, version 2.0. trimit and other executables bundled with libqcpp are licensed under the GNU General Public License, version 3 or higher.

Catch.hpp, seqan and libssw are licensed under their respective licenses, see their LICENSE files for more information.

About

libqc++: C++11 library for next-gen sequence quality control and assessment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.0%
  • Objective-C 2.7%
  • C 1.0%
  • CMake 0.2%
  • Python 0.1%
  • HTML 0.0%