source: tags/arb-7.0.1/GDEHELP/MENUS/phylip_ml.menu

Last change on this file was 16469, checked in by westram, 7 years ago
  • reintegrates 'textedit' into 'trunk'
    • fixes #586
      • editor now always started asynchronously
      • uses inotify to track file changes
    • also use inotify to track directory updates (in order to update file selections when needed)
      (./) by [16515] ff.; merged by [16551]
  • adds: log:branches/textedit@16448:16468
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1item:Phylip PROML
2seqtype: A
3itemmeta: O
4itemmethod:(GOTO_LOCAL_DIR;GEN_PHYLIP(infile) && \
5            RUN_IN_WINDOW((arb_proml $BOOTSTRAP $MODEL $VIEWOUT $ANALYSIS $RANDOM $REARRANGE \
6                                     $RATE_VARIATION $VARIATION_COEFF $HMM_RATES $INV_FRACTION \
7                                     $INTERACTIVE && \
8                           $DISPLAY_FUNC));\
9            RM_LOCAL_FILES(TmpInputFile) )&
10itemhelp:proml.help
11
12arg:DISPLAY_FUNC
13argtype:choice_menu
14arglabel:What to do with the tree?
15argchoice:ARB ('tree_proml_'):arb_read_tree `/bin/cat arb_read_tree_args` tree_proml_$$ outtree "PRG=proml FILTER=$FILTER PKG=phylip BOOT=$BOOTSTRAP MODEL=$MODEL ANALYSIS=$ANALYSIS"
16argchoice:TextEdit:arb_textedit outfile
17argchoice:Treetool:treetool outtree
18
19arg:MODEL
20argtype:choice_menu
21arglabel:Model
22argchoice:Jones-Taylor-Thornton:JTT
23argchoice:Dayhoff PAM:PAM
24
25arg:ANALYSIS
26argtype:choice_menu
27arglabel:Analysis
28argchoice:Rough & fast:rough
29argchoice:Fine & slow:fine
30
31arg:REARRANGE
32argtype:choice_menu
33arglabel:Global rearrangements
34argchoice:No:0
35argchoice:Yes:1
36
37arg:RANDOM
38argtype:choice_menu
39arglabel:Randomize sequence order
40argchoice:Yes:1
41argchoice:No:0
42
43arg:RATE_VARIATION
44argtype:choice_menu
45arglabel:Rate variation among sites?
46argchoice:Constant rate of change:0
47argchoice:Gamma distributed rates:1
48argchoice:Gamma+Invariant sites:2
49
50arg:VARIATION_COEFF
51argtype:text
52arglabel:Variation coeff. (gamma only)
53argtext:4
54
55arg:HMM_RATES
56argtype:text
57arglabel:Rates in HMM (gamma only)
58argtext:4
59
60arg:INV_FRACTION
61argtype:text
62arglabel:Fraction of invariant sites
63argtext:0.1
64
65arg:BOOTSTRAP
66argtype:choice_menu
67arglabel:How many bootstraps?
68argchoice:Do not bootstrap:0
69argchoice:10:10
70argchoice:100:100
71argchoice:500:500
72argchoice:1000:1000
73argchoice:5000:5000
74argchoice:10000:10000
75
76arg:VIEWOUT
77argtype:choice_menu
78arglabel:View report
79argchoice:No:0
80argchoice:Yes:1
81
82arg:INTERACTIVE
83argtype:choice_menu
84arglabel:Interactive? (no for bootstrap)
85argchoice:No:0
86argchoice:Yes:1
87
88in:TmpInputFile
89informat:genbank
90insave:
91
Note: See TracBrowser for help on using the repository browser.