annotate fasttree.xml @ 3:3aa7c6da1696 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:39 +0000
parents e005e659ae21
children bc939965ce41
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
3aa7c6da1696 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents: 2
diff changeset
1 <tool id="fasttree" name="FASTTREE" version="@VERSION@+galaxy3" profile="23.1">
2
e005e659ae21 "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>
0
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
3 <macros>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
4 <token name="@VERSION@">2.1.10</token>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
5 </macros>
3
3aa7c6da1696 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents: 2
diff changeset
6 <xrefs>
3aa7c6da1696 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents: 2
diff changeset
7 <xref type="bio.tools">fasttree</xref>
3aa7c6da1696 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents: 2
diff changeset
8 </xrefs>
0
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
9 <requirements>
1
ef46a404db96 "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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
11 </requirements>
3
3aa7c6da1696 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents: 2
diff changeset
12 <version_command><![CDATA[FastTree 2>&1 >/dev/null | head -n 1 | cut -d" " -f 5]]></version_command>
0
c7e73acfa3eb 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">
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
14 <![CDATA[
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
15 FastTree
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
16
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
17 $model_selector.format
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
18 $model_selector.model
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
19 -nopr
c7e73acfa3eb 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':
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
21 $input_selector.quote
c7e73acfa3eb 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':
c7e73acfa3eb 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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
24 #end if
c7e73acfa3eb 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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
26 #if $inform == 'one':
c7e73acfa3eb 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'
c7e73acfa3eb 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':
c7e73acfa3eb 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'
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
30 #end if
c7e73acfa3eb 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':
c7e73acfa3eb 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':
c7e73acfa3eb 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
c7e73acfa3eb 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':
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
35 -nocat
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
36 #end if
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
37 $advanced_selector.gamma
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
38 $advanced_selector.nosupport
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
39 $advanced_selector.mllen
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
40 $advanced_selector.likelihood
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
41 $advanced_selector.fastest
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
42 $advanced_selector.pseudo
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
43 #end if
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
44
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
45 < '$input' > '$output'
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
46
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
47 #if $save_logfile:
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
48 2> '$log'
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
49 #end if
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
50 ]]>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
51 </command>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
52 <inputs>
c7e73acfa3eb 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">
c7e73acfa3eb 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)">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
57 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
58 <when value="fasta">
c7e73acfa3eb 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"/>
3
3aa7c6da1696 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents: 2
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
c7e73acfa3eb 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">
c7e73acfa3eb 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)">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
65 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
66 <when value="none">
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
67 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
68 <when value="one">
c7e73acfa3eb 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" />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
70 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
71 </conditional>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
72 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
73 <when value="phylip">
c7e73acfa3eb 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" />
c7e73acfa3eb 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" />
c7e73acfa3eb 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">
c7e73acfa3eb 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)">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
81 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
82 <when value="none">
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
83 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
84 <when value="one">
c7e73acfa3eb 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" />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
86 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
87 <when value="many">
c7e73acfa3eb 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." />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
89 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
90 </conditional>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
91 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
92 </conditional>
c7e73acfa3eb 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" />
c7e73acfa3eb 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">
c7e73acfa3eb 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">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
98 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
99 <when value="-nt">
c7e73acfa3eb 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">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
103 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
104 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
105 <when value="">
c7e73acfa3eb 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">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
110 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
111 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
112 </conditional>
c7e73acfa3eb 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">
c7e73acfa3eb 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">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
117 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
118 <when value="min">
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
119 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
120 <when value="max">
c7e73acfa3eb 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">
c7e73acfa3eb 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?">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
125 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
126 <when value="no">
c7e73acfa3eb 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)" />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
128 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
129 <when value="yes">
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
130 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
131 </conditional>
c7e73acfa3eb 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." />
c7e73acfa3eb 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."/>
c7e73acfa3eb 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." />
3
3aa7c6da1696 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents: 2
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)" />
3aa7c6da1696 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents: 2
diff changeset
136 <param argument="-pseudo" type="boolean" truevalue="-pseudo" falsevalue="" checked="false" label="Use pseudocounts" help="Recommended for highly gapped/fragmentary sequences." />
3aa7c6da1696 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents: 2
diff changeset
137 <param argument="-mllen" type="boolean" truevalue="-mllen" falsevalue="" checked="false" label="Optimize branch lengths without ML NNIs." />
0
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
138 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
139 </conditional>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
140 </inputs>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
141 <outputs>
c7e73acfa3eb 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" />
c7e73acfa3eb 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">
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
145 </data>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
146 </outputs>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
147 <tests>
3
3aa7c6da1696 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 54cc70552f8891ab5db124e9e640247e1545b937
iuc
parents: 2
diff changeset
148 <test expect_num_outputs="2">
0
c7e73acfa3eb 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" />
c7e73acfa3eb 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="" />
c7e73acfa3eb 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" />
c7e73acfa3eb 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" />
c7e73acfa3eb 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" />
c7e73acfa3eb 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" />
c7e73acfa3eb 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" />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
156 </test>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
157 </tests>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
158 <help>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
159 <![CDATA[
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
160
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
161 ===========
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
162 Description
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
163 ===========
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
164
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
165 .. class:: infomark
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
166
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
168
c7e73acfa3eb 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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
170
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
171 -----
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
172
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
173 -----
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
174 Input
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
175 -----
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
176
c7e73acfa3eb 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.
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
179
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
180 ----------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
181 Parameters
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
182 ----------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
183
c7e73acfa3eb 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
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
186
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
187 Nucleotide evolution model
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
189
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
190 Protein evolution model
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
192
c7e73acfa3eb 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)
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
195
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
197 (-n)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
198
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
199 -------------------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
200 Advanced Parameters
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
201 -------------------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
202
c7e73acfa3eb 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
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
205
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
206 Use Gamma20
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
208
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
210 (-nosupport)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
211
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
213 (-noml)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
214
c7e73acfa3eb 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
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
217
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
218 Use pseudocounts
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
220
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
222 (-mllen)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
223
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
224 ------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
225 Output
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
226 ------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
227
c7e73acfa3eb 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).
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
229
c7e73acfa3eb 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).
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
231
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
233
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
234 .. class:: infomark
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
235
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
237
c7e73acfa3eb 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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
239
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
240 -----
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
241
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
242
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
243 =========
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
244 Resources
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
245 =========
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
246
c7e73acfa3eb 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_
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
248
c7e73acfa3eb 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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
250 ]]>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
251 </help>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
252 <citations>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
254 </citations>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
255 </tool>