Embryo of code for openMP parallelization of LCS alignment but
deactivated for now because can't make it compile with cython/clang
This commit is contained in:
@ -92,7 +92,8 @@ int obi_lcs_align_one_column(OBIDMS_p dms,
|
||||
const char* id_column_name,
|
||||
const char* output_view_name, const char* output_view_comments,
|
||||
bool print_seq, bool print_count,
|
||||
double threshold, bool normalize, int reference, bool similarity_mode);
|
||||
double threshold, bool normalize, int reference, bool similarity_mode,
|
||||
int thread_count);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user