annotate fasttree.xml @ 3:70f85ee4f242 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 08:07:18 +0000
parents 6c9eef7ca7ef
children 66e48435be9a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
3
70f85ee4f242 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 2
diff changeset
2 <tool id="fasttree" name="FASTTREE" version="@VERSION@+galaxy2" profile="18.01">
2
6c9eef7ca7ef "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 3b044152a60cd46b50ab58bc15af2d9a9cf2c86d"
iuc
parents: 1
diff changeset
3 <description>build maximum-likelihood phylogenetic trees</description>
3
70f85ee4f242 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 2
diff changeset
4 <xrefs>
70f85ee4f242 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 2
diff changeset
5 <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
6 </xrefs>
0
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
7 <macros>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
8 <token name="@VERSION@">2.1.10</token>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
9 </macros>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
10 <requirements>
1
72ad35752216 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 7cef8f26706035207d601ba0f0a37edbb2be9664"
iuc
parents: 0
diff changeset
11 <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
12 </requirements>
3
70f85ee4f242 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents: 2
diff changeset
13 <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
14 <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
15 <![CDATA[
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
16 FastTree
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
17
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
18 $model_selector.format
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
19 $model_selector.model
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
20 -nopr
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
21 #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
22 $input_selector.quote
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
23 #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
24 -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
25 #end if
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
26 #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
27 #if $inform == 'one':
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
28 -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
29 #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
30 -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
31 #end if
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.maximize == 'max':
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
33 #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
34 -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
35 #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
36 -nocat
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
37 #end if
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
38 $advanced_selector.gamma
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
39 $advanced_selector.nosupport
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
40 $advanced_selector.mllen
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
41 $advanced_selector.likelihood
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
42 $advanced_selector.fastest
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
43 $advanced_selector.pseudo
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
44 #end if
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
45
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
46 < '$input' > '$output'
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
47
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
48 #if $save_logfile:
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
49 2> '$log'
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
50 #end if
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
51
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
52 ]]>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
53 </command>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
54 <inputs>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
55 <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
56 <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
57 <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
58 <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
59 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
60 <when value="fasta">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
61 <param format="fasta" name="input" type="data" multiple="false" label="FASTA file"/>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
62 <param name="quote" 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." />
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
63 <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
64 <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
65 <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
66 <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
67 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
68 <when value="none">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
69 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
70 <when value="one">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
71 <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
72 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
73 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
74 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
75 <when value="phylip">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
76 <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
77 <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
78 <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
79 <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
80 <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
81 <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
82 <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
83 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
84 <when value="none">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
85 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
86 <when value="one">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
87 <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
88 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
89 <when value="many">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
90 <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
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 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
94 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
95 <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
96 <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
97 <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
98 <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
99 <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
100 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
101 <when value="-nt">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
102 <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
103 <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
104 <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
105 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
106 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
107 <when value="">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
108 <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
109 <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
110 <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
111 <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
112 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
113 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
114 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
115 <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
116 <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
117 <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
118 <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
119 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
120 <when value="min">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
121 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
122 <when value="max">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
123 <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
124 <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
125 <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
126 <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
127 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
128 <when value="no">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
129 <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
130 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
131 <when value="yes">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
132 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
133 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
134 <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
135 <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
136 <param name="likelihood" argument="-noml" type="boolean" truevalue="-noml" falsevalue="" checked="false" label = "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
137 <param name="fastest" 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)" />
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
138 <param name="pseudo" argument="-pseudo" type="boolean" truevalue="-pseudo" falsevalue="" checked="false" label="Use pseudocounts" help="Recommended for highly gapped/fragmentary sequences." />
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
139 <param name="mllen" argument="-mllen" type="boolean" truevalue="-mllen" falsevalue="" checked="false" label="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
140 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
141 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
142 </inputs>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
143 <outputs>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
144 <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
145 <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
146 <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
147 </data>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
148 </outputs>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
149 <tests>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
150 <test>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
151 <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
152 <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
153 <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
154 <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
155 <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
156 <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
157 <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
158 </test>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
159 </tests>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
160 <help>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
161 <![CDATA[
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
162
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 Description
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
165 ===========
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 .. class:: infomark
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_ 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
170
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
171 .. _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
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
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 Input
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
177 -----
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
178
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
179 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
180 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
181
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 Parameters
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
184 ----------
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
185
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
186 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
187 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
188
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
189 Nucleotide evolution model
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
190 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
191
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
192 Protein evolution model
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
193 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
194
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
195 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
196 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
197
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
198 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
199 (-n)
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
200
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 Advanced Parameters
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
203 -------------------
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
204
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
205 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
206 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
207
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
208 Use Gamma20
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
209 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
210
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
211 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
212 (-nosupport)
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
213
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
214 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
215 (-noml)
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
216
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
217 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
218 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
219
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
220 Use pseudocounts
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
221 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
222
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
223 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
224 (-mllen)
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
225
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 Output
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
228 ------
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 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
231
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
232 (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
233
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
234 (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
235
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
236 .. class:: infomark
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 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
239
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
240 .. _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
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
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 Resources
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
247 =========
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_
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 .. _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
252 ]]>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
253 </help>
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 <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
256 </citations>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
257 </tool>