sumaclust version 1.0.02

This commit is contained in:
Celine Mercier
2015-07-16 14:41:51 +02:00
commit 5d7715dc27
9 changed files with 2584 additions and 0 deletions

15
mtcompare_sumaclust.h Normal file
View 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_ */