ARB
GDE_awars.h
Go to the documentation of this file.
1 // =============================================================== //
2 // //
3 // File : GDE_awars.h //
4 // Purpose : Declare AWARS used by ARB-GDE-interface //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in January 2008 //
7 // Institute of Microbiology (Technical University Munich) //
8 // http://www.arb-home.de/ //
9 // //
10 // =============================================================== //
11 
12 #ifndef GDE_AWARS_H
13 #define GDE_AWARS_H
14 
15 #define AWAR_PREFIX_GDE_TEMP "tmp/gde"
16 #define AWAR_PREFIX_GDE "gde"
17 
18 #define AWAR_GDE_CUTOFF_STOPCODON AWAR_PREFIX_GDE "/cutoff_stop_codon"
19 #define AWAR_GDE_SPECIES AWAR_PREFIX_GDE "/species"
20 #define AWAR_GDE_COMPRESSION AWAR_PREFIX_GDE "/compress"
21 
22 #else
23 #error GDE_awars.h included twice
24 #endif // GDE_AWARS_H