Read Me
LIBBIOCPP
The aim is to have different efficient programs that perform simple but powerful tasks for NGS data. The implementation is divided in two parts: the core algorithms and data structures are implemented in a library called "libbiocpp".
This last is an open source library written in C++11 that can be easily adapted to be used and extended and it is independent with respect to the final user objectives. The tools in "ngs-suite" take advantage of the library to solve user-oriented problems like fastq/bam statistics, data filtering, computing coverage profiles and so on.
"libbiocpp" can be downloaded from http://libbiocpp.sf.net
"ngs-suite" can be downloaded from http://ngs-suite.sf.net
================
= INSTALLATION =
================
Prerequisite are:
- C++11 compiler (tested with GNU gcc/g++ >= 4.9.0 and CLANG >= 3.6.0)
- BOOST library >= 1.41.0
Then, just run:
./configure
make
make install
That's all! Enjoy LIBBIOCPP!
=================
= DOCUMENTATION =
=================
If you want to build and install documentation, run (after the "./configure" step!):
cd docs
make
make install