sumalibs first commit
This commit is contained in:
9
liblcs/banded_LCS_alignment.h
Normal file
9
liblcs/banded_LCS_alignment.h
Normal 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);
|
Reference in New Issue
Block a user