Go to the documentation of this file.
20 #ifndef CLUSTALO_PAIR_DIST_H
21 #define CLUSTALO_PAIR_DIST_H
23 #define PAIRDIST_UNKNOWN 0
25 #define PAIRDIST_KTUPLE 1
28 #define PAIRDIST_SQUIDID 2
30 #define PAIRDIST_SQUIDID_KIMURA 3
37 const int istart,
const int iend,
38 const int jstart,
const int jend,
39 char *fdist_in,
char *fdist_out);