source: tags/old_import_filter/GDEHELP/ARB_GDEmenus.source

Last change on this file was 8660, checked in by westram, 12 years ago
  • workaround quoting error in ARB_GDEmenus (clang)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1#define STD_REMOVE(in1)         /bin/rm -f in1 infile intree outfile outtree treefile arb_read_tree_args
2
3#define GOTO_LOCAL_DIR          mkdir -p ~/.arb_tmp/$$; cd ~/.arb_tmp/$$; STD_REMOVE(nofile)
4#define RM_LOCAL_DIR(in1)       cd ~/.arb_tmp/$$ ; STD_REMOVE(in1); cd .. ; rmdir $$
5
6#define GEN_INFILE(in1)         GOTO_LOCAL_DIR ; arb_convert_aln -GenBank in1 -phylip infile
7#define RM_LOCAL_FILES(in1)     RM_LOCAL_DIR(in1)
8
9#define RUN_IN_WINDOW(cmd)      ${ARB_XCMD} bash -x -c @@LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb/lib}";export LD_LIBRARY_PATH; cmd ;arb_wait@@
10// Note: @@ will result in a single quote. see ../ARB_GDE/GDE_ParseMenu.cxx@WHY_USE_DOUBLE_AT
11
12#include <warning.genmenu>
13
14lmenu:Export
15menumeta: E
16#include <export.genmenu>
17
18lmenu:Print
19menumeta: r
20#include <pretty_print.genmenu>
21
22lmenu:Import
23menumeta:I
24#include <import.genmenu>
25
26menu:Align
27menumeta:A
28#include <align.genmenu>
29
30menu:User
31menumeta:U
32#include <start_arb.genmenu>
33
34menu:SAI
35menumeta:S
36#include <dnamlrates.genmenu>
37
38menu:Incremental phylogeny
39menumeta:c
40#include <inc_fastdnaml.genmenu>
41
42menu:Phylogeny Distance Matrix
43menumeta:D
44#include <phylip_dist_org.genmenu>
45#include <phylip_dist.genmenu>
46
47menu:Phylogeny max. parsimony
48menumeta:p
49#include <phylip_pars.genmenu>
50
51menu:Phylogeny max. Likelyhood EXP
52menumeta:X
53#include <fastdnaml.genmenu>
54
55menu:Phylogeny max. Likelyhood
56menumeta:L
57#define RAXML_DNA
58#include <raxml.genmenu>
59#undef RAXML_DNA
60#include <raxml.genmenu>
61
62#include <phylip_ml.genmenu>
63
64menu:Phylogeny (Other)
65menumeta:O
66#include <puzzle.genmenu>
67#include <desoete.genmenu>
68
Note: See TracBrowser for help on using the repository browser.