0
|
1 <?xml version="1.0"?>
|
|
2 <tool id="mrbayes2" name="MrBayes">
|
|
3 <description>without options</description>
|
|
4 <command> mb $infile > $outfile</command>
|
|
5 <inputs>
|
|
6 <param name="infile" type="data" format="nex" label="Nexus input file"/>
|
|
7 </inputs>
|
|
8
|
|
9 <outputs>
|
|
10 <data name="outfile" format="txt"/>
|
|
11 </outputs>
|
1
|
12 <requirements>
|
2
|
13 <requirement version="3.2.1" type="binary">mb</requirement>
|
1
|
14 </requirements>
|
0
|
15 <help>
|
|
16
|
|
17 .. class:: warningmark
|
|
18
|
|
19 This tool takes as input a Nexus file (.nex), described here_, and should contain both a data block and a command block.
|
|
20
|
|
21 .. _here: http://en.wikipedia.org/wiki/Nexus_file.
|
|
22
|
|
23 -----
|
|
24
|
|
25 **What it does**
|
|
26
|
|
27 MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models. MrBayes uses Markov chain Monte Carlo (MCMC) methods to estimate the posterior distribution of model parameters.
|
|
28
|
|
29 -----
|
|
30
|
|
31 .. class:: infomark
|
|
32
|
|
33 **TIP**
|
|
34
|
|
35 See the manual_ or the `command reference`_ for more information.
|
|
36
|
|
37 .. _manual: http://mrbayes.sourceforge.net/manual.php
|
|
38 .. _command reference: http://mrbayes.sourceforge.net/commref_mb3.2.pdf
|
|
39
|
|
40
|
|
41 </help>
|
|
42 </tool>
|
|
43
|