1 | menu:Print |
---|
2 | |
---|
3 | item:[experimental] Validate taxonomy (SATIVA) |
---|
4 | itemmethod: (mkdir -p ~/.arb_tmp/sativa_$$; cd ~/.arb_tmp/sativa_$$ ; arb_convert_aln --arb-notify -GenBank TmpInputFile -phylip sativa_in.phy; ${ARB_XCMD} bash -x -c @@LD_LIBRARY_PATH="${ARB_LIBRARY_PATH:-/usr/arb/lib}";export LD_LIBRARY_PATH; arb_sativa.pl $MARKEDONLY $MARKMIS $RANKTEST $VERBOSE $TAXFIELD $TAXCODE $METHOD $NUMREPS $CUTOFF $RANDSEED $CORES $SPECIESFIELD; arb_wait@@; cd ~/.arb_tmp; rm -rf sativa_$$) & |
---|
5 | seqtype:* |
---|
6 | itemmeta:V |
---|
7 | itemhelp:sativa.help |
---|
8 | |
---|
9 | #arb_export_tree $TREE > reftree.tre |
---|
10 | |
---|
11 | in:TmpInputFile |
---|
12 | informat:genbank |
---|
13 | insave: |
---|
14 | |
---|
15 | arg:MARKEDONLY |
---|
16 | arglabel:Process marked species only? |
---|
17 | argtype:choice_menu |
---|
18 | argchoice:Yes:--marked-only |
---|
19 | argchoice:No: |
---|
20 | |
---|
21 | arg:MARKMIS |
---|
22 | arglabel:Mark found misplaced species? |
---|
23 | argtype:choice_menu |
---|
24 | argchoice:Yes:--mark-misplaced |
---|
25 | argchoice:No: |
---|
26 | |
---|
27 | arg:RANKTEST |
---|
28 | arglabel:Test for misplaced higher ranks? |
---|
29 | argtype:choice_menu |
---|
30 | argchoice:No: |
---|
31 | argchoice:Yes:--rank-test |
---|
32 | |
---|
33 | arg:TAXFIELD |
---|
34 | arglabel:Taxonomy path field |
---|
35 | argtype:text |
---|
36 | argtext:tax_slv |
---|
37 | |
---|
38 | arg:SPECIESFIELD |
---|
39 | arglabel:Species name field (empty=ignore species) |
---|
40 | argtype:text |
---|
41 | argtext:full_name |
---|
42 | |
---|
43 | arg:TAXCODE |
---|
44 | arglabel:Taxonomic code |
---|
45 | argtype:choice_menu |
---|
46 | argchoice:Bacteriological:bac |
---|
47 | argchoice:Botanical:bot |
---|
48 | argchoice:Zoological:zoo |
---|
49 | argchoice:Virological:vir |
---|
50 | |
---|
51 | arg:METHOD |
---|
52 | arglabel:Reference tree: inference method |
---|
53 | argtype:choice_menu |
---|
54 | argchoice:Thorough (standard RAxML):thorough |
---|
55 | argchoice:Fast (RAxML "-D" option):fast |
---|
56 | argchoice:Ultrafast (RAxML "-f e" option):ultrafast |
---|
57 | |
---|
58 | arg:NUMREPS |
---|
59 | arglabel:Reference tree: number of RAxML searches |
---|
60 | argtype:text |
---|
61 | argtext:1 |
---|
62 | |
---|
63 | arg:CUTOFF |
---|
64 | arglabel:Confidence cut-off |
---|
65 | argtype:text |
---|
66 | argtext:0.51 |
---|
67 | |
---|
68 | arg:RANDSEED |
---|
69 | arglabel:Random seed |
---|
70 | argtype:text |
---|
71 | argtext:12345 |
---|
72 | |
---|
73 | arg:CORES |
---|
74 | arglabel:Number of threads to use (0=auto) |
---|
75 | argtype:text |
---|
76 | argtext:0 |
---|
77 | |
---|
78 | arg:VERBOSE |
---|
79 | arglabel:Verbose output |
---|
80 | argtype:choice_menu |
---|
81 | argchoice:No: |
---|
82 | argchoice:Yes:--verbose |
---|
83 | |
---|
84 | |
---|
85 | #arg:DUPRANKS |
---|
86 | #arglabel:Action for non-unique rank names |
---|
87 | #argtype:choice_menu |
---|
88 | #argchoice:Ignore:ignore |
---|
89 | ##argchoice:Auto-rename:autofix |
---|
90 | #argchoice:Report and exit:abort |
---|
91 | #argchoice:Skip sequences:skip |
---|
92 | |
---|
93 | #arg:BADRANKS |
---|
94 | #arglabel:Action for redundant ranks (subclass, suborder etc.) |
---|
95 | #argtype:choice_menu |
---|
96 | #argchoice:Ignore:ignore |
---|
97 | ##argchoice:"Best guess" fix:autofix |
---|
98 | #argchoice:Report and exit:abort |
---|
99 | #argchoice:Skip sequences:skip |
---|