source: tags/arb_5.2/GDEHELP/MENUS/desoete.menu

Last change on this file was 2218, checked in by westram, 20 years ago
  • hotkeys fixed
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1item:DeSoete Tree fit
2itemmeta: S
3itemmethod: (RUN_IN_WINDOW((arb_readseq -a -f8 in1>in1.flat;\
4                            count -t $CORR in1.flat> in1.tmp;\
5                            lsadt<in1.tmp -seed $SEED -init $INIT -empty -99.9 > in1.out;\
6                            $DISPLAY_FUNC));\
7            /bin/rm -f in1* )&
8itemhelp:lsadt.help
9
10in:in1
11informat:genbank
12insave:
13inmask:
14
15arg:CORR
16arglabel:Dist. correction?
17argtype:choice_menu
18argchoice:Olsen:-c=olsen
19argchoice:Jukes/Cantor:-c=jukes
20argchoice:None:-c=none
21
22arg:INIT
23arglabel:Parameter estimate
24argtype:choice_menu
25argchoice:uniformly distributed random numbers:1
26argchoice:error-perturbed data:2
27argchoice:original distance data from input matrix:3
28
29arg:SEED
30argtype:slider
31arglabel:Random nr. seed
32argmin:0
33argmax:65535
34argvalue:12345
35
36arg:DISPLAY_FUNC
37argtype:choice_menu
38arglabel:View tree using
39argchoice:ARB ('tree_desoete'):arb_read_tree tree_desoete_$$ in1.out "PRG=DeSoete CORR=$CORR FILTER=$FILTER"
40argchoice:TextEdit:arb_textedit in1.out &
41argchoice:Treetool:treetool in1.out
Note: See TracBrowser for help on using the repository browser.