Files
sumaclust/mtcompare_sumaclust.h
2015-07-16 14:41:51 +02:00

16 lines
320 B
C

/*
* 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_ */