changeset 0:7e6f8a669157 draft

Uploaded initial wrapper.
author anngomez
date Thu, 08 Nov 2012 11:08:02 -0500
parents
children 669a96afbc0d
files nooptsmb.xml
diffstat 1 files changed, 41 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nooptsmb.xml	Thu Nov 08 11:08:02 2012 -0500
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<tool id="mrbayes2" name="MrBayes">
+  <description>without options</description>
+  <command> mb $infile > $outfile</command>
+  <inputs>
+    <param name="infile" type="data" format="nex" label="Nexus input file"/>
+  </inputs>
+
+  <outputs>
+    <data name="outfile" format="txt"/>
+  </outputs>
+
+<help>
+
+.. class:: warningmark
+
+This tool takes as input a Nexus file (.nex), described here_, and should contain both a data block and a command block.
+
+.. _here: http://en.wikipedia.org/wiki/Nexus_file. 
+
+-----
+
+**What it does**
+
+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.
+
+-----
+
+.. class:: infomark
+
+**TIP**
+
+See the manual_ or the `command reference`_ for more information.  
+
+.. _manual: http://mrbayes.sourceforge.net/manual.php
+.. _command reference: http://mrbayes.sourceforge.net/commref_mb3.2.pdf
+
+
+</help>
+</tool>
+