source: tags/arb-6.0/ARB_GDE/GDE_awars.h

Last change on this file was 5675, checked in by westram, 15 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
File size: 1.1 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
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
Note: See TracBrowser for help on using the repository browser.