annotate phylomatic/phylomatic.xml @ 2:4de3f9572615 draft

Uploaded
author ucsb-phylogenetics
date Thu, 21 Jun 2012 17:46:55 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
1 <tool id="phylomatic" name="Phylomatic">
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
2 <description>Run Phylomatic</description>
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
3 <command interpreter="perl">./phylomatic.pl $input1 $input2</command>
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
4 <inputs>
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
5 <param name="input1" type="data" format="txt" label="Phylogenetic Tree" />
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
6 <param name="input2" type="data" format="txt" label="Taxonomy File" />
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
7 </inputs>
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
8
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
9 <outputs>
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
10 <data from_work_dir="output.txt"/>
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
11 </outputs>
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
12
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
13 <help>
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
14 Phylomatic (Part of Phylocom)
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
15
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
16 http://www.phylodiversity.net/phylomatic/phylomatic.html
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
17
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
18 The online software takes your list of taxa, and first tries to match them by genus name to the megatree.
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
19 Failing that, they are attached by family name. If all the genera appear in the megatree, then that family appears resolved.
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
20 If even one genus is missing from the megatree, the returned phylogeny portrays a polytomy of genera.
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
21 Currently, species are not included in the megatree, and species within a genus are always returned as polytomies.
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
22 (http://www.phylodiversity.net/phylomatic/phylomatic_old.html)
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
23
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
24 http://bioinformatics.oxfordjournals.org/content/24/18/2098
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
25 Webb, C. O., Ackerly, D. D. and Kembel, S. W. (2008) Phylocom: software for the analysis of phylogenetic community structure and trait evolution. Bioinformatics, 24: 2098-2100.
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
26
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
27 </help>
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
28 </tool>
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
29