sumaclust version 1.0.02
This commit is contained in:
15
mtcompare_sumaclust.h
Normal file
15
mtcompare_sumaclust.h
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* mtcompare.h
|
||||
*
|
||||
* Created on: 12 mars 2013
|
||||
* Author: celinemercier
|
||||
*/
|
||||
|
||||
#ifndef MTCOMPARE_H_
|
||||
#define MTCOMPARE_H_
|
||||
|
||||
int mt_compare_sumaclust(fastaSeqPtr* db, int n, BOOL fast, double threshold, BOOL normalize,
|
||||
int reference, BOOL lcsmode, int threads_number, double max_ratio);
|
||||
|
||||
|
||||
#endif /* MTCOMPARE_H_ */
|
Reference in New Issue
Block a user