0
|
1 Phylobayes Galaxy Installation and Configuration Instructions
|
|
2
|
|
3 Phylobayes original binaries written by: Lartillot N., Philippe H. Molecular Biology and Evolution
|
|
4
|
|
5 Galaxy and Perl wrapper script written by: Roger Ngo and Todd H. Oakley, UCSB
|
|
6
|
|
7
|
|
8 Phylobayes - Bayesian phylogenetic software based on mixture models.
|
|
9 Lartillot N., Philippe H. Molecular Biology and Evolution. 2004 21(6):1095-1109.
|
|
10
|
|
11 PhyloBayes is a Bayesian Monte Carlo Markov Chain (MCMC) sampler for phylogenetic reconstruction using protein alignments.
|
|
12 Compared to other phylogenetic MCMC samplers (e.g. MrBayes ), the main distinguishing feature of PhyloBayes is the underlying probabilistic model, CAT.
|
|
13 It is particularly well suited for large multigene alignments, such as those used in phylogenomics.
|
|
14
|
|
15 The version 2.3 of phylobayes allows for divergence time estimation, posterior predictive analyses, including compositional homogeneity and saturation tests,
|
|
16 data recoding (analogous to R/Y coding, but for amino-acids), and cross-validation. It also implements a more efficient tree searching MCMC algorithm.
|
|
17
|
|
18 http://www.atgc-montpellier.fr/phylobayes/
|
|
19
|
|
20 "A Bayesian Mixture Model for Across-Site Heterogeneities in the Amino-Acid Replacement Process."
|
|
21 http://www.atgc-montpellier.fr/download/papers/cat_2004.pdf
|
|
22 Lartillot N., Philippe H.
|
|
23 Molecular Biology and Evolution. 2004 21(6):1095-1109.
|
|
24
|
|
25 "Computing Bayes factors using thermodynamic integration."
|
|
26 http://www.atgc-montpellier.fr/download/papers/phylobayes_2006.pdf
|
|
27 Lartillot N., Philippe H.
|
|
28 Systematic Biology. 2006 55:195-207.
|
|
29
|
|
30 Suppression of long-branch attraction artefacts in the animal phylogeny using a site-heterogeneous model."
|
|
31 http://www.atgc-montpellier.fr/download/papers/cat_2007.pdf
|
|
32 Lartillot N., Brinkmann H., Philippe H.
|
|
33 BMC Evolutionary Biology. 2007 Feb 8;7 Suppl 1:S4.
|
|
34
|
|
35 "Phylogenomics."
|
|
36 http://www.atgc-montpellier.fr/download/papers/phylogenomics_2005.pdf
|
|
37 Philippe H., Delsuc F., Brinkmann H., Lartillot N.
|
|
38 Annual Review of Ecology, Evolution and Systematics. 2005 36,541-562.
|
|
39
|
|
40
|
|
41
|
|
42 Included in this package:
|
|
43
|
|
44 * pb.pl - Perl wrapper script for the Galaxy tool
|
|
45 * pb.xml - Galaxy Phylobayes XML file
|
|
46 * phylobayes_README - Documentation file
|
|
47
|
|
48 Dependencies: PHYLOBAYES 3.3b must be installed on the Galaxy user account.
|
|
49
|
|
50 How to install Phylobayes
|
|
51
|
|
52 1. Ensure phylobayes 3.3b is installed.
|
|
53
|
|
54 2. Modify the $phylobayes_path and $readPB_path to reflect the location
|
|
55 of pb and readpb in your user account. The default is listed below:
|
|
56
|
|
57 my $phylobayes_path = '/home/galaxy/pkgs/phylobayes3.3b/exe_lin64/pb';
|
|
58 my $readPB_path = '/home/galaxy/pkgs/phylobayes3.3b/exe_lin64/readpb';
|
|
59
|
|
60 3. Copy pb.pl and pb.xml to a folder in the /galaxy-dist/tools directory.
|
|
61
|
|
62 4. Add the XML tool into the tool_conf.xml file in galaxy-dist/
|
|
63
|
|
64 5. Restart Galaxy with:
|
|
65
|
|
66 ./run.sh --stop-daemon
|
|
67
|
|
68 and then
|
|
69
|
|
70 ./run.sh --reload --daemon |