|
Revision 5675, 1.1 KB
(checked in by westram, 3 years ago)
|
- removed automatic timestamps (the best they were good for, were vc-conflicts)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 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 | |
|---|
| 16 | #define AWAR_GDE_ALIGNMENT "tmp/gde/alignment" |
|---|
| 17 | |
|---|
| 18 | #define AWAR_GDE_CUTOFF_STOPCODON "gde/cutoff_stop_codon" |
|---|
| 19 | #define AWAR_GDE_SPECIES "gde/species" |
|---|
| 20 | #define AWAR_GDE_COMPRESSION "gde/compress" |
|---|
| 21 | |
|---|
| 22 | #define AWAR_GDE_FILTER_NAME "gde/filter/name" |
|---|
| 23 | #define AWAR_GDE_FILTER_FILTER "gde/filter/filter" |
|---|
| 24 | #define AWAR_GDE_FILTER_ALIGNMENT "gde/filter/alignment" |
|---|
| 25 | |
|---|
| 26 | #else |
|---|
| 27 | #error GDE_awars.h included twice |
|---|
| 28 | #endif // GDE_AWARS_H |
|---|