sumalibs first commit

This commit is contained in:
Celine Mercier
2015-07-16 14:00:12 +02:00
commit 049129488e
41 changed files with 7796 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/*
* banded_LCS_alignment.h
*
* Created on: november 8, 2012
* Author: mercier
*/
double banded_lcs_align(int16_t* seq1, int16_t* seq2, int l1, int l2, double threshold, BOOL n, int ref, BOOL lcsmode, int16_t* address);