source: branches/profile/GDEHELP/MENUS/dnamlrates.menu

Last change on this file was 11886, checked in by westram, 10 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1item:Positional Variability by Olsons dnamlrates (max 5000 Species, 8000 seqlength)
2seqtype: N
3itemmeta: O
4itemmethod:(GOTO_LOCAL_DIR ; \
5            arb_export_rates --arb-notify "" "M $RESIDUES" "T $TTRATIO" "U" $LENGTHS "F" | GEN_FASTDNAML(dnarates.in) && \
6            ( echo 1; arb_export_tree $TREE || STOP_ON_FAILURE(arb_export_tree '$TREE') ) >>dnarates.in && \
7            RUN_IN_WINDOW(arb_dnarates dnarates.in); \
8            RM_LOCAL_FILES(TmpInputFile dnarates.in) )&
9
10itemhelp:DNAml_rates.help
11
12arg:TREE
13argtype:tree
14arglabel:Base Tree
15argchoice:tree_main
16
17arg:RESIDUES
18argtype:text
19arglabel:Number of informative residues
20argtext:10
21
22arg:TTRATIO
23argtype:text
24arglabel:Transition/transversion ratio
25argtext:2.0
26
27arg:LENGTHS
28argtype:choice_menu
29arglabel:Use branchlengths?
30argchoice:Yes:"L"
31argchoice:No:
32
33// arg:USERRATES
34// argtype:text(20)
35// arglabel:User frequency rates
36// argtext:F
37
38// arg:USERRATES
39// argtype:choice_menu
40// arglabel:Choose frequency rates
41// argchoice:Calculate frequencies:F
42// argchoice:Estimate equal frequencies:F 0.25 0.25 0.25 0.25
43
44in:TmpInputFile
45informat:genbank
46insave:
Note: See TracBrowser for help on using the repository browser.