Mercurial > repos > ucsb-phylogenetics > osiris_phylogenetics
comparison phylogenies/beast.xml @ 0:5b9a38ec4a39 draft default tip
First commit of old repositories
author | osiris_phylogenetics <ucsb_phylogenetics@lifesci.ucsb.edu> |
---|---|
date | Tue, 11 Mar 2014 12:19:13 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5b9a38ec4a39 |
---|---|
1 <tool id="beast_bayesian172" name="BEAST 1.7.2" version="1.7.2"> | |
2 <description>Bayesian evolutionary analysis by sampling trees.</description> | |
3 <requirements> | |
4 <requirement type="package">beast</requirement> | |
5 </requirements> | |
6 <command interpreter="bash"> | |
7 beast.sh $beast_stdout $xmlconfig $beagle_sse | |
8 </command> | |
9 <inputs> | |
10 <param format="txt" name="xmlconfig" type="data" label="BEAST XML" help="NOTE: If your job fails or your output is empty see the help section below."/> | |
11 <param name='beagle_sse' type='boolean' checked='false' truevalue='-beagle_sse' falsevalue='' label='Use Beagle SSE?' help='Beagle will speed up calculations, but may not work on your dataset.'/> | |
12 </inputs> | |
13 <outputs> | |
14 <data format="txt" name="beast_stdout" label="${tool.name} on ${on_string}: stdout" /> | |
15 <data format="txt" name="beast_log" label="${tool.name} on ${on_string}: log" from_work_dir="data.log" /> | |
16 <data format="txt" name="beast_tree" label="${tool.name} on ${on_string}: Assembled Tree" from_work_dir="data.trees" /> | |
17 </outputs> | |
18 <tests> | |
19 </tests> | |
20 <help> | |
21 **BEAST v1.7.2** | |
22 | |
23 This tool takes an xml file configured as a BEAST datafile, and executes BEAST for phylogenetic analysis. | |
24 | |
25 **If the job fails** | |
26 | |
27 Make sure your XML file is formatted correctly by running BEAST on you own system first. | |
28 | |
29 **If your output is empty** | |
30 | |
31 This tool requires that your output files be named data.log and data.trees. The tool will try and rename them for you, but it may fail. | |
32 To rename them manually look in your XML for the fileLog and treeLog nodes. Change the fileName attribute of each node to data.log and data.trees, respectively. | |
33 | |
34 See BEAST wiki: http://beast.bio.ed.ac.uk/Main_Page | |
35 </help> | |
36 </tool> |