source: tags/initial/GDEHELP/MENUS/desoete.menu

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

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