|
Last change
on this file was
14281,
checked in by westram, 10 years ago
|
- GDE commands failed to read sequence filter settings
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.0 KB
|
| 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 | #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 |
|---|
Note: See
TracBrowser
for help on using the repository browser.