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.4 KB
|
Line | |
---|
1 | item:PHYML (DNA) |
---|
2 | seqtype: N |
---|
3 | itemmeta: M |
---|
4 | itemmethod:( GOTO_LOCAL_DIR;GEN_PHYLIP(infile) && \ |
---|
5 | RUN_IN_WINDOW((arb_phyml infile DNA $MODEL $OPTFREQ $BASEFREQEST $TSTVRATIO $PINVAR $INTERACTIVE && \ |
---|
6 | $DISPLAY_FUNC )); \ |
---|
7 | )& |
---|
8 | itemhelp:phyml.help |
---|
9 | |
---|
10 | arg:DISPLAY_FUNC |
---|
11 | argtype:choice_menu |
---|
12 | arglabel:What to do with the tree? |
---|
13 | argchoice:ARB ('tree_phyml_'):arb_read_tree `/bin/cat arb_read_tree_args` tree_phyml_$$ outtree "PRG=phyml-2.4.5 FILTER=$FILTER STYPE=DNA" |
---|
14 | argchoice:TextEdit:arb_textedit outfile |
---|
15 | argchoice:Treetool:treetool outtree |
---|
16 | |
---|
17 | arg:MODEL |
---|
18 | argtype:choice_menu |
---|
19 | arglabel:Nuc. substitution model |
---|
20 | argchoice:HKY:0 |
---|
21 | argchoice:F84:1 |
---|
22 | argchoice:TN93:2 |
---|
23 | argchoice:GTR:3 |
---|
24 | argchoice:custom:4 |
---|
25 | argchoice:JC69:5 |
---|
26 | argchoice:KP2:6 |
---|
27 | argchoice:F81:7 |
---|
28 | |
---|
29 | arg:OPTFREQ |
---|
30 | argtype:choice_menu |
---|
31 | arglabel:Optimize equilibrium freq.? [custom] |
---|
32 | argchoice:No:0 |
---|
33 | argchoice:Yes:1 |
---|
34 | |
---|
35 | arg:BASEFREQEST |
---|
36 | argtype:choice_menu |
---|
37 | arglabel:Base frequency estimates |
---|
38 | argchoice:empirical:0 |
---|
39 | argchoice:ML:1 |
---|
40 | |
---|
41 | arg:TSTVRATIO |
---|
42 | argtype:choice_menu |
---|
43 | arglabel:Ts/tv ratio |
---|
44 | argchoice:fixed (4.00):0 |
---|
45 | argchoice:estimated:1 |
---|
46 | |
---|
47 | arg:PINVAR |
---|
48 | argtype:choice_menu |
---|
49 | arglabel:Proportion of invariable sites |
---|
50 | argchoice:fixed (0.00):0 |
---|
51 | argchoice:estimated:1 |
---|
52 | |
---|
53 | arg:INTERACTIVE |
---|
54 | argtype:choice_menu |
---|
55 | arglabel:Interactive? |
---|
56 | argchoice:No:0 |
---|
57 | argchoice:Yes:1 |
---|
58 | |
---|
59 | in:TmpInputFile |
---|
60 | informat:genbank |
---|
61 | insave: |
---|
62 | |
---|
63 | // -------------------------------------------------------------------------------- |
---|
64 | |
---|
65 | item:PHYML (Amino acids) |
---|
66 | seqtype: A |
---|
67 | itemmeta: L |
---|
68 | itemmethod:( GOTO_LOCAL_DIR;GEN_PHYLIP(infile) && \ |
---|
69 | RUN_IN_WINDOW((arb_phyml infile AA $MODEL $PINVAR $INTERACTIVE && \ |
---|
70 | $DISPLAY_FUNC )); \ |
---|
71 | )& |
---|
72 | itemhelp:phyml.help |
---|
73 | |
---|
74 | arg:DISPLAY_FUNC |
---|
75 | argtype:choice_menu |
---|
76 | arglabel:What to do with the tree? |
---|
77 | argchoice:ARB ('tree_phyml_'):arb_read_tree `/bin/cat arb_read_tree_args` tree_phyml_$$ outtree "PRG=phyml-2.4.5 FILTER=$FILTER STYPE=AA" |
---|
78 | argchoice:TextEdit:arb_textedit outfile |
---|
79 | argchoice:Treetool:treetool outtree |
---|
80 | |
---|
81 | arg:MODEL |
---|
82 | argtype:choice_menu |
---|
83 | arglabel:AA substitution model |
---|
84 | argchoice:JTT:0 |
---|
85 | argchoice:MtRev:1 |
---|
86 | argchoice:WAG:2 |
---|
87 | argchoice:DCMut:3 |
---|
88 | argchoice:RtREV:4 |
---|
89 | argchoice:CpREV:5 |
---|
90 | argchoice:VT:6 |
---|
91 | argchoice:Blosum62:7 |
---|
92 | argchoice:MtMam:8 |
---|
93 | argchoice:Dayhoff:9 |
---|
94 | |
---|
95 | arg:PINVAR |
---|
96 | argtype:choice_menu |
---|
97 | arglabel:Proportion of invariable sites |
---|
98 | argchoice:fixed (0.00):0 |
---|
99 | argchoice:estimated:1 |
---|
100 | |
---|
101 | arg:INTERACTIVE |
---|
102 | argtype:choice_menu |
---|
103 | arglabel:Interactive? |
---|
104 | argchoice:No:0 |
---|
105 | argchoice:Yes:1 |
---|
106 | |
---|
107 | in:TmpInputFile |
---|
108 | informat:genbank |
---|
109 | insave: |
---|
110 | |
---|
Note: See
TracBrowser
for help on using the repository browser.