Last change
on this file was
16508,
checked in by westram, 7 years ago
|
- reintegrates 'macros' into 'trunk'
- introduce generic input prompt (related #179)
- use it instead of locally generated windows:
- species (rename + create)
- alignment (rename, copy + create)
- experiments (rename, copy + create)
- genes (rename, copy + extract)
- mergetool (rename SAI + configs)
- SAIviz color translation (copy + create)
- fixed bugs in mergetool ([16503],[16504])
- adds: log:branches/macros@16484:16507
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | // ==================================================================== // |
---|
2 | // // |
---|
3 | // File : EXP_local.hxx // |
---|
4 | // Purpose : // |
---|
5 | // // |
---|
6 | // // |
---|
7 | // Coded by Ralf Westram (coder@reallysoft.de) in September 2001 // |
---|
8 | // Copyright Department of Microbiology (Technical University Munich) // |
---|
9 | // // |
---|
10 | // Visit our web site at: http://www.arb-home.de/ // |
---|
11 | // // |
---|
12 | // // |
---|
13 | // ==================================================================== // |
---|
14 | |
---|
15 | #ifndef EXP_LOCAL_HXX |
---|
16 | #define EXP_LOCAL_HXX |
---|
17 | |
---|
18 | #ifndef EXP_HXX |
---|
19 | #include <EXP.hxx> |
---|
20 | #endif |
---|
21 | |
---|
22 | #define exp_assert(bed) arb_assert(bed) |
---|
23 | |
---|
24 | // contains the path to the experiment: "organism_name;experiment_name" |
---|
25 | // writing this awar has no effect |
---|
26 | #define AWAR_COMBINED_EXPERIMENT_NAME "tmp/experiment/combined_name" |
---|
27 | |
---|
28 | void EXP_popup_experiment_window(AW_root *aw_root, GBDATA *gb_main); |
---|
29 | |
---|
30 | #else |
---|
31 | #error EXP_local.hxx included twice |
---|
32 | #endif // EXP_LOCAL_HXX |
---|
33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.