rust-spoa 0.2.4

This crate wraps the C++ SPOA library for generating DNA and protein consensus sequences.
1
2
3
4
5
6
7
8
9
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: Spoa
Description: Spoa (SIMD POA) is a C++ implementation of the partial order alignment (POA) algorithm
Version: @spoa_VERSION@

Libs: -L${libdir} -lspoa
Cflags: -I${includedir}