File: README.md

package info (click to toggle)
pbseqlib 0~20151014%2Bgitbe5d1bf-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 5,656 kB
  • sloc: cpp: 80,791; makefile: 305; python: 244; sh: 8
file content (22 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[![Build Status](https://travis-ci.org/PacificBiosciences/blasr_libcpp.svg?branch=master)](https://travis-ci.org/PacificBiosciences/blasr_libcpp)

#What is blasr_libcpp#

**Blasr_libcpp** is a *library* used by **blasr** and other executables such as samtoh5, loadPulses for analyzing PacBio sequences. This library contains three sub-libraries, including pbdata, hdf and alignment:
+ pbdata  
   - contains source code for handling Pacbio sequences and can build lib ```libpbdata```.
+ hdf 
   - contains source code for handling Pacbio hdf5 files (e.g., *.pls.h5, *.rgn.h5, *.bas.h5) and builds ```libpbhdf```.
+ alignment 
   - contains source code for aligning Pacbio reads to target sequences used in blasr and builds ```libblasr```.

For more information, see
* https://github.com/PacificBiosciences/blasr_libcpp/wiki

## Building
The simplest way is:
```
NOPBBAM=1 ./configure.py
make -j all
```
That will skip pbbam, and it will download HDF5 headers.