Mercurial > repos > iuc > fasttree
annotate fasttree.xml @ 4:66e48435be9a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
| author | iuc |
|---|---|
| date | Sat, 05 Oct 2024 10:02:31 +0000 |
| parents | 70f85ee4f242 |
| children | e368780552ad |
| rev | line source |
|---|---|
|
4
66e48435be9a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents:
3
diff
changeset
|
1 <tool id="fasttree" name="FASTTREE" version="@VERSION@+galaxy3" profile="23.1"> |
|
2
6c9eef7ca7ef
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 3b044152a60cd46b50ab58bc15af2d9a9cf2c86d"
iuc
parents:
1
diff
changeset
|
2 <description>build maximum-likelihood phylogenetic trees</description> |
|
4
66e48435be9a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents:
3
diff
changeset
|
3 <macros> |
|
66e48435be9a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents:
3
diff
changeset
|
4 <token name="@VERSION@">2.1.10</token> |
|
66e48435be9a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents:
3
diff
changeset
|
5 </macros> |
|
3
70f85ee4f242
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
2
diff
changeset
|
6 <xrefs> |
|
70f85ee4f242
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
2
diff
changeset
|
7 <xref type="bio.tools">fasttree</xref> |
|
70f85ee4f242
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
2
diff
changeset
|
8 </xrefs> |
|
0
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
9 <requirements> |
|
1
72ad35752216
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 7cef8f26706035207d601ba0f0a37edbb2be9664"
iuc
parents:
0
diff
changeset
|
10 <requirement type="package" version="@VERSION@">fasttree</requirement> |
|
0
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
11 </requirements> |
|
3
70f85ee4f242
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
2
diff
changeset
|
12 <version_command><![CDATA[FastTree 2>&1 >/dev/null | head -n 1 | cut -d" " -f 5]]></version_command> |
|
0
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
13 <command detect_errors="aggressive"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
14 <![CDATA[ |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
15 FastTree |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
16 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
17 $model_selector.format |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
18 $model_selector.model |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
19 -nopr |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
20 #if $input_selector.select_format == 'fasta': |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
21 $input_selector.quote |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
22 #else if $input_selector.select_format == 'phylip': |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
23 -n $input_selector.num |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
24 #end if |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
25 #set $inform = $input_selector.intree_selector.intree_format |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
26 #if $inform == 'one': |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
27 -intree1 '$input_selector.intree_selector.start_tree' |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
28 #else if $inform == 'many': |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
29 -intree '$input_selector.intree_selector.start_tree' |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
30 #end if |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
31 #if $advanced_selector.maximize == 'max': |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
32 #if $advanced_selector.cat_selector.conrate == 'no': |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
33 -cat $advanced_selector.cat_selector.ratecat |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
34 #else if $advanced_selector.cat_selector.conrate == 'yes': |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
35 -nocat |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
36 #end if |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
37 $advanced_selector.gamma |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
38 $advanced_selector.nosupport |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
39 $advanced_selector.mllen |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
40 $advanced_selector.likelihood |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
41 $advanced_selector.fastest |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
42 $advanced_selector.pseudo |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
43 #end if |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
44 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
45 < '$input' > '$output' |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
46 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
47 #if $save_logfile: |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
48 2> '$log' |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
49 #end if |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
50 ]]> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
51 </command> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
52 <inputs> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
53 <conditional name="input_selector"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
54 <param name="select_format" type="select" label="Aligned sequences file (FASTA or Phylip format)"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
55 <option value="fasta" selected="true">fasta</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
56 <option value="phylip">phylip</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
57 </param> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
58 <when value="fasta"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
59 <param format="fasta" name="input" type="data" multiple="false" label="FASTA file"/> |
|
4
66e48435be9a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents:
3
diff
changeset
|
60 <param argument="-quote" type="boolean" truevalue="-quote" falsevalue="" checked="false" label="Allow spaces and other restricted characters (but not ') in sequence and quote names in the output tree." help="This tool is only available for fasta input only; FastTree will not be able to read these trees back in." /> |
|
0
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
61 <conditional name="intree_selector"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
62 <param name="intree_format" type="select" label="Set starting tree(s)"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
63 <option value="none" selected="true">No starting trees</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
64 <option value="one">Use starting tree</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
65 </param> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
66 <when value="none"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
67 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
68 <when value="one"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
69 <param format="nhx" name="start_tree" type="data" label="Newick file" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
70 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
71 </conditional> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
72 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
73 <when value="phylip"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
74 <param format="phylip" name="input" type="data" label="PHYLIP file" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
75 <param name="num" type="integer" value="1" optional="true" label="Number of multiple alignments" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
76 <conditional name="intree_selector"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
77 <param name="intree_format" type="select" label="Set starting tree(s)"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
78 <option value="none" selected="true">No starting trees</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
79 <option value="one">One tree for multiple alignments</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
80 <option value="many">Multiple trees for multiple alignments</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
81 </param> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
82 <when value="none"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
83 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
84 <when value="one"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
85 <param format="nhx" name="start_tree" type="data" multiple="false" label="Newick file" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
86 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
87 <when value="many"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
88 <param format="nhx" name="start_tree" type="data" label="Newick file" multiple="false" help="The tree produced by the full alignment to be used as a starting point for each bootstrapping replicate. This will save considerable computation time." /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
89 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
90 </conditional> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
91 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
92 </conditional> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
93 <param name="save_logfile" type="boolean" truevalue="" falsevalue="" checked="false" label="Save log file output" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
94 <conditional name="model_selector"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
95 <param name="format" type="select" label="Protein or nucleotide alignment" help="Specify if the aligned sequences are nucleotide or protein sequences"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
96 <option value="-nt">Nucleotide</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
97 <option value="" selected="true">Protein</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
98 </param> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
99 <when value="-nt"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
100 <param name="model" type="select" label="Nucleotide evolution model"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
101 <option value="-gtr" selected="true">GTR+CAT</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
102 <option value="">Jukes-Cantor + CAT</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
103 </param> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
104 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
105 <when value=""> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
106 <param name="model" type="select" label="Protein evolution model"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
107 <option value="" selected="true">JTT + CAT</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
108 <option value="-wag">WAG + CAT</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
109 <option value="-lg">LG + CAT</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
110 </param> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
111 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
112 </conditional> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
113 <conditional name="advanced_selector"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
114 <param name="maximize" type="select" label="Show advanced options"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
115 <option value="min" selected="true">No</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
116 <option value="max">Yes</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
117 </param> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
118 <when value="min"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
119 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
120 <when value="max"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
121 <conditional name="cat_selector"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
122 <param name="conrate" type="select" label="Use constant rates?"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
123 <option value="no" selected="true">Do not use constant rates.</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
124 <option value="yes">Use constant rates.</option> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
125 </param> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
126 <when value="no"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
127 <param name="ratecat" type="integer" value="20" label="Specify the number of rate categories of sites (default 20)" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
128 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
129 <when value="yes"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
130 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
131 </conditional> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
132 <param value="gamma" argument="-gamma" type="boolean" truevalue="-gamma" falsevalue="" checked="false" label="Use Gamma20" help="After optimizing the tree under the CAT approximation, rescale the lengths to optimize the Gamma20 likelihood." /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
133 <param value="nosupport" argument="-nosupport" type="boolean" truevalue="-nosupport" falsevalue="" checked="false" label="Eliminates the support value computation. Support value computation is not recommended for wide alignments."/> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
134 <param name="likelihood" argument="-noml" type="boolean" truevalue="-noml" falsevalue="" checked="false" label = "Turn off maximum-likelihood." /> |
|
4
66e48435be9a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents:
3
diff
changeset
|
135 <param argument="-fastest" type="boolean" truevalue="-fastest" falsevalue="" checked="false" label="Speed up the neighbor joining phase and reduce memory usage (recommended for >50,000 sequences)" /> |
|
66e48435be9a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents:
3
diff
changeset
|
136 <param argument="-pseudo" type="boolean" truevalue="-pseudo" falsevalue="" checked="false" label="Use pseudocounts" help="Recommended for highly gapped/fragmentary sequences." /> |
|
66e48435be9a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents:
3
diff
changeset
|
137 <param argument="-mllen" type="boolean" truevalue="-mllen" falsevalue="" checked="false" label="Optimize branch lengths without ML NNIs." /> |
|
0
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
138 </when> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
139 </conditional> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
140 </inputs> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
141 <outputs> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
142 <data name="output" format="nhx" label="${tool.name} on ${on_string}:tree.nhx" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
143 <data name="log" format="txt" label="${tool.name} on ${on_string}:log_FastTree_run.txt"> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
144 <filter>save_logfile</filter> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
145 </data> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
146 </outputs> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
147 <tests> |
|
4
66e48435be9a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents:
3
diff
changeset
|
148 <test expect_num_outputs="2"> |
|
0
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
149 <param name="select_format" value="fasta" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
150 <param name="model" value="" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
151 <param name="input" value="aligned.fasta" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
152 <param name="format" value="-nt" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
153 <param name="save_logfile" value="true" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
154 <output name="output" file="tree.nhx" ftype="nhx" lines_diff="2" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
155 <output name="log" file="log.txt" ftype="txt" compare="contains" /> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
156 </test> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
157 </tests> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
158 <help> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
159 <![CDATA[ |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
160 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
161 =========== |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
162 Description |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
163 =========== |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
164 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
165 .. class:: infomark |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
166 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
167 FastTree_ infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences. FastTree can handle alignments with up to a million of sequences in a reasonable amount of time and memory. For large alignments, FastTree is 100-1,000 times faster than PhyML 3.0 or RAxML 7. FastTree is open-source software. |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
168 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
169 .. _FastTree: http://meta.microbesonline.org/fasttree |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
170 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
171 ----- |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
172 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
173 ----- |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
174 Input |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
175 ----- |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
176 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
177 A) Aligned sequences file in FASTA format (e.g. the alignment from the 'PyNAST' tool) or PHYLIP format. |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
178 B) Newick file to set the starting tree(s) (optional) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
179 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
180 ---------- |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
181 Parameters |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
182 ---------- |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
183 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
184 Nucleotide or protein alignment |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
185 To specify the type of sequence alignment (nucleotide or protein) you are providing. |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
186 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
187 Nucleotide evolution model |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
188 Specify GTR+CAT (Generalized Time Reversable Model) or Jukes-Cantor + CAT. |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
189 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
190 Protein evolution model |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
191 Specify JTT (Jones-Taylor-Thornton 1992 model) + CAT, WAG (Whelan-And-Goldman 2001 model) + CAT, or LG (Le-Gascuel 2008 model) + CAT. |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
192 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
193 Allow spaces and other restricted characters (but not ') in sequence and quote names in the output tree. (fasta only) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
194 FastTree will not be able to read these trees back in. (-quote) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
195 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
196 Number of multiple alignments (phylip only) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
197 (-n) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
198 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
199 ------------------- |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
200 Advanced Parameters |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
201 ------------------- |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
202 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
203 Number of rates of sites |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
204 Defaults to 20. Specify whether you wish to choose constant rates. (-cat/-nocat) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
205 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
206 Use Gamma20 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
207 After optimizing the tree under the CAT approximation, rescale the lengths to optimize the Gamma20 likelihood. (-gamma) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
208 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
209 Eliminates the support value computation. Support value computation is not recommended for wide alignments. |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
210 (-nosupport) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
211 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
212 Turn off maximum-likelihood. |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
213 (-noml) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
214 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
215 Speed up the neighbor joining phase and reduce memory usage |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
216 Recommended for >50,000 sequences. (-fastest) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
217 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
218 Use pseudocounts |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
219 Recommended if you have many fragmentary sequences. (-pseudo) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
220 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
221 Optimize branch lengths without ML NNIs. |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
222 (-mllen) |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
223 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
224 ------ |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
225 Output |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
226 ------ |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
227 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
228 This tool produces two output files, one of which is optional (the log file). |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
229 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
230 (A) The phylogenetic tree in Newick_ format (nhx). |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
231 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
232 (B) *(optional)* The log file, containing information of the FastTree run to build the phylogenetic tree. |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
233 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
234 .. class:: infomark |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
235 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
236 The placement of the root is not biologically meaningful. The local support values are given as names for the internal nodes, and range from 0 to 1, not from 0 to 100 or 0 to 1,000. If all sequences are unique, then the tree will be fully resolved (the root will have three children and other internal nodes will have two children). If there are multiple sequences that are identical to each other, then there will be a multifurcation. Also, there are no support values for the parent nodes of redundant sequences. |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
237 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
238 .. _Newick: http://en.wikipedia.org/wiki/Newick_format |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
239 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
240 ----- |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
241 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
242 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
243 ========= |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
244 Resources |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
245 ========= |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
246 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
247 FastTree_v2.1.10_ |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
248 |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
249 .. _FastTree_v2.1.10: http://meta.microbesonline.org/fasttree/#Install |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
250 ]]> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
251 </help> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
252 <citations> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
253 <citation type="doi">10.1371/journal.pone.0009490</citation> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
254 </citations> |
|
a415bf349f95
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff
changeset
|
255 </tool> |
