comparison phylogenies/beast_treeannotator.xml @ 0:5b9a38ec4a39 draft default tip

First commit of old repositories
author osiris_phylogenetics <ucsb_phylogenetics@lifesci.ucsb.edu>
date Tue, 11 Mar 2014 12:19:13 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5b9a38ec4a39
1 <tool id="beast_tree_annotator172" name="Tree Annotator" version="1.0">
2 <description>from BEAST 1.7.2</description>
3 <command interpreter="perl">
4 beast_treeannotator.pl $input $burnin $node_heights
5 </command>
6 <inputs>
7 <param name="input" type="data" format="trees" label="Input file" />
8 <param name="burnin" value="0" type="integer" label="Burnin" />
9 <param name="node_heights" type="select" label="Node heights" >
10 <option value="0">Keep</option>
11 <option value="1">Median</option>
12 <option value="2">Mean</option>
13 </param>
14 </inputs>
15 <outputs>
16 <data from_work_dir="out.tre" />
17 </outputs>
18
19 <help>
20 TreeAnnotator is a part of BEAST 1.7.2.
21
22 http://beast.bio.ed.ac.uk/Main_Page
23
24 This program assists in summarizing the information from a sample of trees produced by BEAST onto a single “target” tree.
25 The summary information includes the posterior probabilities of the nodes in the target tree, the posterior estimates and HPD limits of the node heights and (in the case of a relaxed molecular clock model) the rates.
26
27 Burnin: This option allows you to select the amount of burn-in, i.e., the number of samples that will be discarded at the start of the run, so that you are only analysing the part of the trace that is in equilibrium.
28
29 Node heights: This option allows you select how the node heights are summarised on the target tree. You can choose to keep the heights that the target tree has, or rescale it to reflect the posterior mean/median node heights for the clades contained in the target tree.
30
31 http://beast.bio.ed.ac.uk/TreeAnnotator
32
33 Citations:
34
35 http://mbe.oxfordjournals.org/content/early/2012/02/25/molbev.mss075.abstract
36 Drummond AJ, Suchard MA, Xie D and Rambaut A "Bayesian phylogenetics with BEAUti and the BEAST 1.7" "Molecular Biology And Evolution" "in press"
37
38
39 -------
40
41 **Citations**
42
43 This tool is part of the Osiris Phylogenetics Tool Package for Galaxy. If you make extensive use of this tool in a publication, please consider citing the following.
44
45 Current Osiris Citation is here
46
47 http://osiris-phylogenetics.blogspot.com/2012/10/citation.html
48
49
50 </help>
51 </tool>