annotate phylomatic/phylomatic_README.txt @ 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 Phylomatic (Part of Phylocom)
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
2
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
3
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
4 http://www.phylodiversity.net/phylomatic/phylomatic.html
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
5
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
6
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
7
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
8 "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
9
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
10 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
11
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
12 If even one genus is missing from the megatree, the returned phylogeny portrays a polytomy of genera.
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
13
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
14 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
15 (http://www.phylodiversity.net/phylomatic/phylomatic_old.html)
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
16 "
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
17 http://bioinformatics.oxfordjournals.org/content/24/18/2098
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
18
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
19
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
20 Webb, C. O., Ackerly, D. D. and Kembel, S. W. (2008) Phylocom: software for the analysis of phylogenetic community structure and trait evolution.
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
21 Bioinformatics, 24: 2098-2100.
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
22
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
23
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
24 Galaxy and Perl wrapper tool implemented by: Roger Ngo and Todd H. Oakley, UCSB
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
25
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
26 Included in this package:
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
27
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
28 * phylomatic - binary file
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
29 * phylomatic.pl - wrapper perl script for Galaxy
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
30 * phylomatic.xml - Galaxy tool file
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
31 * phylomatic_README.txt - documentation file
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
32
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
33 Installation instruction:
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
34
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
35 1. Copy the phylomatic binary file to the /bin/ directory of your Galaxy
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
36 user account.
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
37
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
38 2. Copy phylomatic.pl and phylomatic.xml to a folder in the /galaxy-dist/tools/
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
39 directory.
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
40
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
41 3. Add the XML information in tool_conf.xml in /galaxy-dist/
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
42
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
43 4. Restart Galaxy using:
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
44
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
45 ./run.sh --stop-daemon
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
46 ./run.sh --reload --daemon
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
47
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
48 Known Issues:
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
49 Since Galaxy will throw STDERR on warnings generated by programs, the Perl wrappper
4de3f9572615 Uploaded
ucsb-phylogenetics
parents:
diff changeset
50 script is used to redirect any warnings generated by the binary file to a log file.