annotate beast.xml @ 4:2ca3df65222b draft default tip

Uploaded to the correct location
author malex
date Thu, 26 Apr 2012 11:12:24 -0400
parents 95b13782906c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
1 <tool id="beast" name="Beast" version="1.1" force_history_refresh="True">
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
2 <description>Bayesian MCMC analysis of molecular sequences.</description>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
3 <version_command>beast 2> /dev/null | grep -e "v[0-9]\.*" | awk '{print $2}' | awk -F, '{print $1}' | sed 's/^.//'</version_command>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
4 <command interpreter="python">beast.py -T 4 -r $strict -s $seed -i $inputxml -o $operators -l $log -t $trees -d $trees.id -p $__new_file_path__</command>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
5 <inputs>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
6 <param format="xml" name="inputxml" type="data">
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
7 <label>Input XML File</label>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
8 </param>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
9 <param name="strict" type="boolean" checked="no" truevalue="-strict" falsevalue="" display="checkboxes">
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
10 <label>Fail on non-conforming BEAST XML</label>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
11 </param>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
12 <param name="seed" size="8" type="integer" value="12345" label="Random Seed">
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
13 </param>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
14 <param name="errors" size="4" type="integer" value="1000" label="Maxium number of numerical errors before stopping">
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
15 </param>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
16 </inputs>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
17 <outputs>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
18 <data format="txt" name="operators" label="${tool.name} on ${on_string}: Operators " from_work_dir="mcmc.operators"/>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
19 <data format="txt" name="log" label="${tool.name} on ${on_string}: Log" from_work_dir="beast.log"/>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
20 <data format="nexus" name="trees" label="${tool.name} on ${on_string}: Trees" />
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
21 </outputs>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
22 <help>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
23 .. class:: warningmark
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
24
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
25 The input dataset needs to be in BEAST XML format. The names of the log output files configured in the xml file should have the '.log' extension and the trees file(s) should have the '.tree' extension for the best presentation.
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
26
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
27 If the random seed is not chosen "12345" will be used.
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
28
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
29 -----
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
30
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
31 **BEAST v1.7.1, 2002-2012**
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
32
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
33 Bayesian Evolutionary Analysis Sampling Trees
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
34
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
35 Designed and developed by
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
36
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
37
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
38 Alexei J. Drummond -
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
39 Department of Computer Science,
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
40 University of Auckland,
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
41 alexei@cs.auckland.ac.nz
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
42
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
43 Andrew Rambaut -
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
44 Institute of Evolutionary Biology,
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
45 University of Edinburgh,
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
46 a.rambaut@ed.ac.uk
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
47
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
48 Marc A. Suchard - David Geffen School of Medicine,
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
49 University of California, Los Angeles,
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
50 msuchard@ucla.edu
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
51
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
52 Downloads, Help and Resources: http://beast.bio.ed.ac.uk
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
53
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
54 Source code distributed under the GNU Lesser General Public License:
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
55 http://code.google.com/p/beast-mcmc
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
56
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
57 BEAST developers:
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
58 Alex Alekseyenko, Trevor Bedford, Erik Bloomquist, Joseph Heled, Sebastian
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
59 Hoehna, Denise Kuehnert, Philippe Lemey, Wai Lok Sibon Li, Gerton Lunter,
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
60 Sidney Markowitz, Vladimir Minin, Michael Defoin Platel, Oliver Pybus,
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
61 Chieh-Hsi Wu, Walter Xie
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
62
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
63 Thanks to: Roald Forsberg, Beth Shapiro and Korbinian Strimmer
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
64 </help>
95b13782906c Uploaded to the correct location
malex
parents:
diff changeset
65 </tool>