File: AP_conservProfile2Gnuplot.h

package info (click to toggle)
arb 6.0.6-8
  • links: PTS, VCS
  • area: non-free
  • in suites: sid
  • size: 66,204 kB
  • sloc: ansic: 394,911; cpp: 250,290; makefile: 19,644; sh: 15,879; perl: 10,473; fortran: 6,019; ruby: 683; xml: 503; python: 53; awk: 32
file content (28 lines) | stat: -rw-r--r-- 1,546 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// ============================================================ //
//                                                              //
//   File      : AP_conservProfile2Gnuplot.h                    //
//   Purpose   :                                                //
//                                                              //
//   Institute of Microbiology (Technical University Munich)    //
//   http://www.arb-home.de/                                    //
//                                                              //
// ============================================================ //

#ifndef AP_CONSERVPROFILE2GNUPLOT_H
#define AP_CONSERVPROFILE2GNUPLOT_H

#define AP_AWAR_CONSPRO                  "tmp/ntree/conservProfile2Gnuplot"
#define AP_AWAR_CONSPRO_FILENAME         AP_AWAR_CONSPRO "/file_name"
#define AP_AWAR_CONSPRO_SMOOTH_GNUPLOT   AP_AWAR_CONSPRO "/smooth_gnuplot"
#define AP_AWAR_CONSPRO_GNUPLOT_DISP_POS AP_AWAR_CONSPRO "/gnuplot_display_positions"
#define AP_AWAR_CONSPRO_GNUPLOT_LEGEND   AP_AWAR_CONSPRO "/gnuplot_legend"
#define AP_AWAR_CONSPRO_GNUPLOT_MIN_X    AP_AWAR_CONSPRO "/gnuplot_xRange_min"
#define AP_AWAR_CONSPRO_GNUPLOT_MAX_X    AP_AWAR_CONSPRO "/gnuplot_xRange_max"
#define AP_AWAR_CONSPRO_GNUPLOT_MIN_Y    AP_AWAR_CONSPRO "/gnuplot_yRange_min"
#define AP_AWAR_CONSPRO_GNUPLOT_MAX_Y    AP_AWAR_CONSPRO "/gnuplot_yRange_max"
#define AP_AWAR_BASE_FREQ_FILTER_NAME    AP_AWAR_CONSPRO "/ap_filter/name"


#else
#error AP_conservProfile2Gnuplot.h included twice
#endif // AP_CONSERVPROFILE2GNUPLOT_H