librostlab-blast0v5

Very fast c++ library for parsing the output of ncbi blast programs
  http://rostlab.org/
  0
  no reviews



This package provides a very fast library for parsing the default output of ncbi blast programs into a c++ structure.

libzerg is faster, but it provides only lexing (i.e. it only returns pairs of token identifiers and token string values). librostlab-blast uses a parser generated with bison on top of a flex-generated lexer very similar to that of libzerg.

this package contains the shared library.