| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README | 2015-06-04 | 1.1 kB | |
| libbiocpp-1.2-source.tar.gz | 2015-06-03 | 632.0 kB | |
| libbiocpp-1.1-source.tar.bz2 | 2015-01-20 | 483.3 kB | |
| Totals: 3 Items | 1.1 MB | 0 |
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.1 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