Last change
on this file was
12043,
checked in by westram, 11 years ago
|
- reintegrates 'fix' into 'trunk' (fixes #519)
- this patch wasn't really straightforward, instead each change caused new unexpected side effects. It's quite likely that i didn't detect all of them.
- adds:
|
File size:
1.6 KB
|
Line | |
---|
1 | // =============================================================== // |
---|
2 | // // |
---|
3 | // File : di_awars.hxx // |
---|
4 | // Purpose : Global awars for ARB_DIST // |
---|
5 | // // |
---|
6 | // Coded by Ralf Westram (coder@reallysoft.de) in October 2009 // |
---|
7 | // Institute of Microbiology (Technical University Munich) // |
---|
8 | // http://www.arb-home.de/ // |
---|
9 | // // |
---|
10 | // =============================================================== // |
---|
11 | |
---|
12 | #ifndef DI_AWARS_HXX |
---|
13 | #define DI_AWARS_HXX |
---|
14 | |
---|
15 | #define AWAR_DIST_PREFIX "dist/" |
---|
16 | #define AWAR_DIST_FILTER_PREFIX AWAR_DIST_PREFIX "filter/" |
---|
17 | #define AWAR_DIST_COLUMN_STAT_PREFIX AWAR_DIST_PREFIX "colstat/" |
---|
18 | #define AWAR_DIST_TREE_PREFIX AWAR_DIST_PREFIX "tree/" |
---|
19 | |
---|
20 | #define AWAR_DIST_WHICH_SPECIES AWAR_DIST_PREFIX "which_species" |
---|
21 | #define AWAR_DIST_ALIGNMENT AWAR_DIST_PREFIX "alignment" |
---|
22 | |
---|
23 | #define AWAR_DIST_FILTER_ALIGNMENT AWAR_DIST_FILTER_PREFIX "alignment" |
---|
24 | #define AWAR_DIST_FILTER_NAME AWAR_DIST_FILTER_PREFIX "name" |
---|
25 | #define AWAR_DIST_FILTER_FILTER AWAR_DIST_FILTER_PREFIX "filter" |
---|
26 | #define AWAR_DIST_FILTER_SIMPLIFY AWAR_DIST_FILTER_PREFIX "simplify" |
---|
27 | |
---|
28 | #define AWAR_DIST_TREE_CURR_NAME "tmp/" AWAR_DIST_TREE_PREFIX "curr_tree_name" |
---|
29 | |
---|
30 | #define AWAR_DIST_MATRIX_DNA_BASE AWAR_DIST_PREFIX "dna/matrix" |
---|
31 | #define AWAR_DIST_MATRIX_DNA_ENABLED "tmp/" AWAR_DIST_MATRIX_DNA_BASE "/enable" |
---|
32 | |
---|
33 | #else |
---|
34 | #error di_awars.hxx included twice |
---|
35 | #endif // DI_AWARS_HXX |
---|
Note: See
TracBrowser
for help on using the repository browser.