annotate fasttree.xml @ 2:e005e659ae21 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 3b044152a60cd46b50ab58bc15af2d9a9cf2c86d"
author iuc
date Thu, 20 Feb 2020 14:51:32 -0500
parents ef46a404db96
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c7e73acfa3eb 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"?>
1
ef46a404db96 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 7cef8f26706035207d601ba0f0a37edbb2be9664"
iuc
parents: 0
diff changeset
2 <tool id="fasttree" name="FASTTREE" version="@VERSION@+galaxy1" profile="18.01">
2
e005e659ae21 "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>
0
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
4 <macros>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
6 </macros>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
7 <requirements>
1
ef46a404db96 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit 7cef8f26706035207d601ba0f0a37edbb2be9664"
iuc
parents: 0
diff changeset
8 <requirement type="package" version="@VERSION@">fasttree</requirement>
0
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
9 </requirements>
c7e73acfa3eb 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>
c7e73acfa3eb 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">
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
12 <![CDATA[
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
13 FastTree
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
14
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
15 $model_selector.format
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
16 $model_selector.model
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
17 -nopr
c7e73acfa3eb 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':
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
19 $input_selector.quote
c7e73acfa3eb 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':
c7e73acfa3eb 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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
22 #end if
c7e73acfa3eb 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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
24 #if $inform == 'one':
c7e73acfa3eb 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'
c7e73acfa3eb 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':
c7e73acfa3eb 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'
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
28 #end if
c7e73acfa3eb 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':
c7e73acfa3eb 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':
c7e73acfa3eb 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
c7e73acfa3eb 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':
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
33 -nocat
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
34 #end if
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
35 $advanced_selector.gamma
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
36 $advanced_selector.nosupport
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
37 $advanced_selector.mllen
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
38 $advanced_selector.likelihood
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
39 $advanced_selector.fastest
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
40 $advanced_selector.pseudo
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
41 #end if
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
42
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
43 < '$input' > '$output'
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
44
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
45 #if $save_logfile:
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
46 2> '$log'
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
47 #end if
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
48
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
49 ]]>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
50 </command>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
51 <inputs>
c7e73acfa3eb 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">
c7e73acfa3eb 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)">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
56 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
57 <when value="fasta">
c7e73acfa3eb 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"/>
c7e73acfa3eb 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." />
c7e73acfa3eb 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">
c7e73acfa3eb 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)">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
64 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
65 <when value="none">
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
66 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
67 <when value="one">
c7e73acfa3eb 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" />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
69 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
70 </conditional>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
71 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
72 <when value="phylip">
c7e73acfa3eb 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" />
c7e73acfa3eb 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" />
c7e73acfa3eb 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">
c7e73acfa3eb 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)">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
80 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
81 <when value="none">
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
82 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
83 <when value="one">
c7e73acfa3eb 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" />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
85 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
86 <when value="many">
c7e73acfa3eb 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." />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
88 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
89 </conditional>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
90 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
91 </conditional>
c7e73acfa3eb 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" />
c7e73acfa3eb 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">
c7e73acfa3eb 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">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
97 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
98 <when value="-nt">
c7e73acfa3eb 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">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
102 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
103 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
104 <when value="">
c7e73acfa3eb 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">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
109 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
110 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
111 </conditional>
c7e73acfa3eb 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">
c7e73acfa3eb 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">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
116 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
117 <when value="min">
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
118 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
119 <when value="max">
c7e73acfa3eb 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">
c7e73acfa3eb 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?">
c7e73acfa3eb 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>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
124 </param>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
125 <when value="no">
c7e73acfa3eb 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)" />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
127 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
128 <when value="yes">
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
129 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
130 </conditional>
c7e73acfa3eb 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." />
c7e73acfa3eb 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."/>
c7e73acfa3eb 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." />
c7e73acfa3eb 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)" />
c7e73acfa3eb 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." />
c7e73acfa3eb 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." />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
137 </when>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
138 </conditional>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
139 </inputs>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
140 <outputs>
c7e73acfa3eb 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" />
c7e73acfa3eb 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">
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
144 </data>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
145 </outputs>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
146 <tests>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
147 <test>
c7e73acfa3eb 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" />
c7e73acfa3eb 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="" />
c7e73acfa3eb 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" />
c7e73acfa3eb 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" />
c7e73acfa3eb 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" />
c7e73acfa3eb 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" />
c7e73acfa3eb 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" />
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
155 </test>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
156 </tests>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
157 <help>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
158 <![CDATA[
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
159
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
160 ===========
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
161 Description
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
162 ===========
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
163
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
164 .. class:: infomark
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
165
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
167
c7e73acfa3eb 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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
169
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
170 -----
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
171
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
172 -----
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
173 Input
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
174 -----
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
175
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
176 A) Aligned sequences file in FASTA format (e.g. the alignment from the 'PyNAST' tool) or PHYLIP format.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
177 B) Newick file to set the starting tree(s) (optional)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
178
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
179 ----------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
180 Parameters
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
181 ----------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
182
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
183 Nucleotide or protein alignment
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
184 To specify the type of sequence alignment (nucleotide or protein) you are providing.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
185
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
186 Nucleotide evolution model
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
188
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
189 Protein evolution model
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
191
c7e73acfa3eb 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)
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
194
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
196 (-n)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
197
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
198 -------------------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
199 Advanced Parameters
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
200 -------------------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
201
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
202 Number of rates of sites
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
203 Defaults to 20. Specify whether you wish to choose constant rates. (-cat/-nocat)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
204
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
205 Use Gamma20
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
207
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
209 (-nosupport)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
210
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
212 (-noml)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
213
c7e73acfa3eb 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
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
216
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
217 Use pseudocounts
c7e73acfa3eb 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)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
219
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
221 (-mllen)
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
222
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
223 ------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
224 Output
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
225 ------
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
226
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
227 This tool produces two output files, one of which is optional (the log file).
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
228
c7e73acfa3eb 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).
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
230
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
232
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
233 .. class:: infomark
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
234
c7e73acfa3eb 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.
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
236
c7e73acfa3eb 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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
238
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
239 -----
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
240
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
241
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
242 =========
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
243 Resources
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
244 =========
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
245
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
246 FastTree_v2.1.10_
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
247
c7e73acfa3eb 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
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
249 ]]>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
250 </help>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
251 <citations>
c7e73acfa3eb 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>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
253 </citations>
c7e73acfa3eb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasttree commit e47dfac91821500d0fcfc43750d036662c7c43ca
iuc
parents:
diff changeset
254 </tool>