24 #define ph_assert(cond) arb_assert(cond)
26 #define AWAR_PHYLO_ALIGNMENT "tmp/phyl/alignment"
27 #define AWAR_PHYLO_FILTER_FILTER "phyl/filter/filter"
29 #define AWAR_PHYLO_FILTER_STARTCOL "phyl/filter/startcol"
30 #define AWAR_PHYLO_FILTER_STOPCOL "phyl/filter/stopcol"
31 #define AWAR_PHYLO_FILTER_MINHOM "phyl/filter/minhom"
32 #define AWAR_PHYLO_FILTER_MAXHOM "phyl/filter/maxhom"
33 #define AWAR_PHYLO_FILTER_DOT "phyl/filter/point"
34 #define AWAR_PHYLO_FILTER_MINUS "phyl/filter/minus"
35 #define AWAR_PHYLO_FILTER_AMBIG "phyl/filter/rest"
36 #define AWAR_PHYLO_FILTER_LOWER "phyl/filter/lower"
37 #define AWAR_PHYLO_FILTER_AUTOCALC "phyl/filter/autocalc"
39 #define AWAR_PHYLO_MARKERLINENAME "tmp/phylo/markerlinename"
55 #define PH_DB_CACHE_SIZE 2000000
115 GBDATA *gb_species_data_ptr;
123 gb_species_data_ptr(
NULp),
133 unsigned int last_key_number;
170 char *
load(
char*& use);
176 #error phylo.hxx included twice
GB_ERROR open(const char *db_server)
AW_window * PH_create_filter_window(AW_root *aw_root)
void PH_create_filter_variables(AW_root *aw_root, AW_default default_file, GBDATA *gb_main)
GBDATA * get_gb_main() const
PHDATA(AW_root *aw_root_, PH_root *ph_root_)