Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jborevitz/libqcpp

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

285 Commits
285 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • C++ 96.0%
  • Objective-C 2.7%
  • C 1.0%
  • CMake 0.2%
  • Python 0.1%
  • HTML 0.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.