annotate fasttree.xml @ 0:a415bf349f95 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
author iuc
date Mon, 19 Feb 2018 11:36:06 -0500
parents
children 72ad35752216
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"?>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
2 <tool id="fasttree" name="FASTTREE" version="@VERSION@">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
3 <description>adjust short reads</description>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
4 <macros>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
5 <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
6 </macros>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
7 <requirements>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
8 <requirement type="package" version="@VERSION@">FastTree</requirement>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
9 </requirements>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
10 <version_command>FastTree</version_command>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
11 <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
12 <![CDATA[
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
13 FastTree
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
14
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
15 $model_selector.format
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
16 $model_selector.model
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
17 -nopr
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
18 #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
19 $input_selector.quote
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
20 #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
21 -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
22 #end if
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
23 #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
24 #if $inform == 'one':
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
25 -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
26 #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
27 -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
28 #end if
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
29 #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
30 #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
31 -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
32 #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
33 -nocat
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
34 #end if
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
35 $advanced_selector.gamma
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
36 $advanced_selector.nosupport
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
37 $advanced_selector.mllen
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
38 $advanced_selector.likelihood
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
39 $advanced_selector.fastest
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
40 $advanced_selector.pseudo
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
41 #end if
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
42
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
43 < '$input' > '$output'
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
44
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
45 #if $save_logfile:
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
46 2> '$log'
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
47 #end if
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
48
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
49 ]]>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
50 </command>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
51 <inputs>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
52 <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
53 <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
54 <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
55 <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
56 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
57 <when value="fasta">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
58 <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
59 <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
60 <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
61 <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
62 <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
63 <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
64 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
65 <when value="none">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
66 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
67 <when value="one">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
68 <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
69 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
70 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
71 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
72 <when value="phylip">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
73 <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
74 <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
75 <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
76 <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
77 <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
78 <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
79 <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
80 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
81 <when value="none">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
82 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
83 <when value="one">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
84 <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
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="many">
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" 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
88 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
89 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
90 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
91 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
92 <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
93 <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
94 <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
95 <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
96 <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
97 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
98 <when value="-nt">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
99 <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
100 <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
101 <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
102 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
103 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
104 <when value="">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
105 <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
106 <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
107 <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
108 <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
109 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
110 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
111 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
112 <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
113 <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
114 <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
115 <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
116 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
117 <when value="min">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
118 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
119 <when value="max">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
120 <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
121 <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
122 <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
123 <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
124 </param>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
125 <when value="no">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
126 <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
127 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
128 <when value="yes">
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
129 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
130 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
131 <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
132 <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
133 <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
134 <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
135 <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
136 <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
137 </when>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
138 </conditional>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
139 </inputs>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
140 <outputs>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
141 <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
142 <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
143 <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
144 </data>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
145 </outputs>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
146 <tests>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
147 <test>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
148 <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
149 <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
150 <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
151 <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
152 <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
153 <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
154 <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
155 </test>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
156 </tests>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
157 <help>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
158 <![CDATA[
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
159
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
160 ===========
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
161 Description
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 .. class:: infomark
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 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
167
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
168 .. _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
169
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
170 -----
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
171
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
172 -----
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
173 Input
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 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
177 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
178
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
179 ----------
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
180 Parameters
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 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
184 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
185
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
186 Nucleotide evolution model
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
187 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
188
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
189 Protein 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 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
191
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
192 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
193 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
194
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
195 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
196 (-n)
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 -------------------
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
199 Advanced Parameters
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 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
203 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
204
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
205 Use Gamma20
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
206 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
207
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
208 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
209 (-nosupport)
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 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
212 (-noml)
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 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
215 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
216
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
217 Use pseudocounts
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
218 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
219
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
220 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
221 (-mllen)
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 ------
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
224 Output
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 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
228
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
229 (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
230
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
231 (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
232
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
233 .. class:: infomark
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
234
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
235 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
236
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
237 .. _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
238
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
239 -----
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
240
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
241
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
242 =========
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
243 Resources
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 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
247
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
248 .. _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
249 ]]>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
250 </help>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
251 <citations>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
252 <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
253 </citations>
a415bf349f95 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
254 </tool>