source: branches/profile/WINDOW/aw_awar_defs.hxx

Last change on this file was 12138, checked in by westram, 10 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1#ifndef AW_AWAR_DEFS_HXX
2#define AW_AWAR_DEFS_HXX
3
4#define AWAR_DB        "tmp/nt/arbdb/"
5#define AWAR_DB_PATH   AWAR_DB "file_name"
6#define AWAR_DB_TYPE   AWAR_DB "type"
7#define AWAR_DB_FILTER AWAR_DB "filter"
8#define AWAR_DB_NAME   AWAR_DB_PATH "_without_path" //  awar is automatically updated when AWAR_DB_PATH changes
9
10#define AWAR_DEFAULT_ALIGNMENT "presets/use" // has to match ../ARBDB/arbdb.h@GB_DEFAULT_ALIGNMENT
11
12#define AWAR_TREE          "focus/tree_name"
13#define AWAR_TREE_REFRESH  "tmp/focus/tree_refresh" // touch this awar to refresh the tree display
14#define AWAR_CONFIGURATION "focus/configuration"
15
16#define AWAR_SECURITY_LEVEL "tmp/etc/security_level"
17
18#define AWAR_GDE_EXPORT_FILTER "tmp/gde/export_filter"
19#define AWAR_GDE_FILTER        "tmp/gde/filter"
20
21#define AWAR_DB_COMMENT "description"
22
23#define AWAR_PT_SERVER            "nt/pt_server"
24#define AWAR_TARGET_STRING        "nt/target_string"
25#define AWAR_PRIMER_TARGET_STRING "nt/primer_target_string"
26#define AWAR_GENE_CONTENT         "nt/gene_content"
27#define AWAR_MAX_MISMATCHES       "nt/max_mismatches"
28#define AWAR_ITARGET_STRING       "nt/itarget_string"
29#define AWAR_EXPERT               "nt/expert"
30
31#define AWAR_SAI_COLOR_STR       "tmp/sai_color_str" // to visualize SAIs in probe Match window
32
33// local awars for edit and edit4:
34
35#define AWAR_SPECIES_NAME_LOCAL    "tmp/edit/species_name" // string: name of selected species
36#define AWAR_CURSOR_POSITION_LOCAL "tmp/edit/cursor_position" // int: position in sequence [0..N-1]
37#define AWAR_EDITOR_ALIGNMENT      "tmp/edit/alignment" // string: alignment used by editor
38
39// global awars
40
41#define AWAR_CURSOR_POSITION     "tmp/focus/cursor_position" // int: position in sequence range=[1;len]
42#define AWAR_SET_CURSOR_POSITION "tmp/focus/set_cursor_position" // int: set position in sequence (remote control for ARB_EDIT4)  range=[0;len-1]
43
44#define AWAR_SPECIES_NAME       "tmp/focus/species_name" // string: name of selected species
45#define AWAR_INFO_BUTTON_TEXT   "tmp/focus/info_button_text" // string: to display selected species
46#define AWAR_ORGANISM_NAME      "tmp/focus/organism_name" // string: name of selected organism (differs from AWAR_SPECIES_NAME only for pseudo-gene-species)
47/* - normally AWAR_ORGANISM_NAME contains the same value as AWAR_SPECIES_NAME
48   - if AWAR_SPECIES_NAME contains the name of a pseudo gene-species then AWAR_ORGANISM_NAME
49   contains the name of the species the pseudo gene-species originated from */
50// #define AWAR_EXPERIMENT_NAME    "tmp/focus/experiment_name" // string :  name of selected experiment
51#define AWAR_SAI_NAME           "tmp/focus/sai_name" // string :  name of selected SAI (e.g. in EDIT4 and 'Manage SAI')
52#define AWAR_SAI_GLOBAL         "tmp/focus/sai_global" // string :  name of selected SAI in EDIT4/Visualize SAI Tool - used in RNA3D Tool
53
54#define AWAR_HELIX_NAME "tmp/focus/helix_name" // string: name of selected helix, for helix numbers append _NR, get default by GBT_get_default_helix
55
56#define AWAR_ERROR_MESSAGES "tmp/message/displayed" // error-messages: display awar
57
58#define AWAR_FOOTER         "tmp/LeftFooter" // mode line (showing help for selected mode)
59#define AWAR_FOOTER_MAX_LEN 100          // max allowed textlen for mode line
60
61#define AWAR_AWM_MASK "tmp/awm_mask"
62
63#else
64#error aw_awar_defs.hxx included twice
65#endif
Note: See TracBrowser for help on using the repository browser.