Mercurial > repos > ucsb-phylogenetics > ucsb_phylogenetics
comparison pb.xml @ 0:bbf0d9e9b82a draft
Uploaded
author | ucsb-phylogenetics |
---|---|
date | Thu, 31 May 2012 19:44:16 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bbf0d9e9b82a |
---|---|
1 <tool id="phylobayes" name="Phylobayes"> | |
2 <description>Runs phylobayes</description> | |
3 <command interpreter="perl">pb.pl $filename $nchain $cycles $discrepancies $effectivesize $burnin $sampleInterval</command> | |
4 <inputs> | |
5 <param name="filename" type="data" format="txt" label="Input file (ali)" /> | |
6 <param name="nchain" type="integer" value="0" label="Number of chains to run" /> | |
7 <param name="cycles" type="integer" value="0" label="Cycle interval to run bpcomp and tracecomp" /> | |
8 <param name="discrepancies" type="float" value="0.0" label="Discrepancies ceiling" /> | |
9 <param name="effectivesize" type="integer" value="0" label="Effective sizes floor"/> | |
10 <param name="burnin" type="integer" value="0" label="Post analysis burnin" /> | |
11 <param name="sampleInterval" type="integer" value="0" label="Post analysis sample interval"/> | |
12 </inputs> | |
13 <outputs> | |
14 <data from_work_dir="dataset.con.tre" name="contre" format="txt" /> | |
15 <data from_work_dir="dataset.bplist" name="bplist" format="txt" /> | |
16 </outputs> | |
17 | |
18 <help> | |
19 Phylobayes - Bayesian phylogenetic software based on mixture models. | |
20 Lartillot N., Philippe H. Molecular Biology and Evolution. 2004 21(6):1095-1109. | |
21 | |
22 PhyloBayes is a Bayesian Monte Carlo Markov Chain (MCMC) sampler for phylogenetic reconstruction using protein alignments. | |
23 Compared to other phylogenetic MCMC samplers (e.g. MrBayes ), the main distinguishing feature of PhyloBayes is the underlying probabilistic model, CAT. | |
24 It is particularly well suited for large multigene alignments, such as those used in phylogenomics. | |
25 | |
26 The version 2.3 of phylobayes allows for divergence time estimation, posterior predictive analyses, including compositional homogeneity and saturation tests, | |
27 data recoding (analogous to R/Y coding, but for amino-acids), and cross-validation. It also implements a more efficient tree searching MCMC algorithm. | |
28 | |
29 http://www.atgc-montpellier.fr/phylobayes/ | |
30 | |
31 "A Bayesian Mixture Model for Across-Site Heterogeneities in the Amino-Acid Replacement Process." | |
32 http://www.atgc-montpellier.fr/download/papers/cat_2004.pdf | |
33 Lartillot N., Philippe H. | |
34 Molecular Biology and Evolution. 2004 21(6):1095-1109. | |
35 | |
36 "Computing Bayes factors using thermodynamic integration." | |
37 http://www.atgc-montpellier.fr/download/papers/phylobayes_2006.pdf | |
38 Lartillot N., Philippe H. | |
39 Systematic Biology. 2006 55:195-207. | |
40 | |
41 Suppression of long-branch attraction artefacts in the animal phylogeny using a site-heterogeneous model." | |
42 http://www.atgc-montpellier.fr/download/papers/cat_2007.pdf | |
43 Lartillot N., Brinkmann H., Philippe H. | |
44 BMC Evolutionary Biology. 2007 Feb 8;7 Suppl 1:S4. | |
45 | |
46 "Phylogenomics." | |
47 http://www.atgc-montpellier.fr/download/papers/phylogenomics_2005.pdf | |
48 Philippe H., Delsuc F., Brinkmann H., Lartillot N. | |
49 Annual Review of Ecology, Evolution and Systematics. 2005 36,541-562. | |
50 | |
51 </help> | |
52 </tool> |