Mercurial > repos > ucsb-phylogenetics > osiris_phylogenetics
comparison phylogenies/phytab_raxml_pars.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="phytab_raxml_pars" name="Phytab RAxML-Parsimony" version="1.0"> | |
2 <description>Phytab RAxML - Parsimony for phytab format</description> | |
3 <requirements> | |
4 <requirement type="package">raxml</requirement> | |
5 </requirements> | |
6 <command interpreter="python"> | |
7 phytab_raxml_pars.py -i $sequence -e $evo -f $efile -T 4> $stdout 2>&1 | |
8 </command> | |
9 <!-- if using a queuing system, make sure number of ppn in jobrunner matches threads as set above --> | |
10 | |
11 <inputs> | |
12 <param format="tabular" name="sequence" type="data" label="PHYTAB sequence file"/> | |
13 <param name="evo" type="select" format="text"> | |
14 <label>Model of evolution to apply to all data partitions (-m)</label> | |
15 <option value="GTRGAMMA">DNA</option> <option value="PROTGAMMADAYHOFF">PROTEIN</option> | |
16 </param> | |
17 <param format="txt" name="efile" type="data" optional="true" value="n" label="Tab-delimited file with partition name in first column, evolutionary model in the second column. Must be RAxML | |
18 valid model names. (optional)"/> | |
19 </inputs> | |
20 <outputs> | |
21 <data format="txt" name="stdout" label="${tool.name} on ${on_string}: stdout" /> | |
22 <data format="tabular" name="Parsimony Tree(s)" label="${tool.name} on ${on_string}: results" from_work_dir="results/parsimony_results.txt" /> | |
23 </outputs> | |
24 <tests> | |
25 </tests> | |
26 <help> | |
27 **What it does** | |
28 This tool computes a randomized parsimony starting tree with RAxML (-y argument). Single or multi-gene phytab files accepted. | |
29 | |
30 Also, see RAxML site for additional information: https://github.com/stamatak/standard-RAxML | |
31 | |
32 **Output** | |
33 A tab-delimited file containing partition-name and newick parsimony tree on each line. This output is accepted by the tool 'RAxML using Starting Trees' to optimize branch lengths for each | |
34 partition. | |
35 | |
36 Please direct questions or comments to ucsb_phylogenetics@lifesci.ucsb.edu or, if you can, enter them on the osiris_phylogenetics site at bitbucket.org | |
37 | |
38 ------- | |
39 | |
40 **Citations** | |
41 | |
42 This tool is part of the Osiris Phylogenetics Tool Package for Galaxy. If you make extensive use of this tool in a publication, please consider citing the following. | |
43 | |
44 Current Osiris Citation is here | |
45 | |
46 http://osiris-phylogenetics.blogspot.com/2012/10/citation.html | |
47 | |
48 </help> | |
49 </tool> |