File: mtcompare_sumaclust.h

package info (click to toggle)
sumaclust 1.0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 632 kB
  • ctags: 705
  • sloc: ansic: 4,257; lex: 174; makefile: 95
file content (15 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_ */