Mercurial > repos > greg > kaks_analysis_barplot
comparison kaks_analysis_barplot.xml @ 0:844acb833219 draft
Uploaded
author | greg |
---|---|
date | Wed, 08 Mar 2017 08:55:19 -0500 |
parents | |
children | 30430f2758fe |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:844acb833219 |
---|---|
1 <tool id="kaks_barplot" name="KaKs Barplot" version="1.0.0"> | |
2 <description></description> | |
3 <requirements> | |
4 <requirement type="package" version="1.3.0">r-optparse</requirement> | |
5 </requirements> | |
6 <command> | |
7 <![CDATA[ | |
8 Rscript $__tool_directory__/kaks_barplot.R | |
9 -s '${components}' | |
10 -o "$output" | |
11 ]]> | |
12 </command> | |
13 <inputs> | |
14 <param name="components" format="tabular" type="data" label="Select dataset containing significant components in the ks distribution" /> | |
15 </inputs> | |
16 <outputs> | |
17 <data name="output" format="pdf"/> | |
18 </outputs> | |
19 <help> | |
20 **What it does** | |
21 | |
22 Draws a barplot of the significant components in the ks distribution. | |
23 </help> | |
24 <citations> | |
25 <citation type="bibtex"> | |
26 @unpublished{None, | |
27 author = {Eric Wafula}, | |
28 title = {None}, | |
29 year = {None}, | |
30 url = {https://github.com/dePamphilis/PlantTribes} | |
31 } | |
32 </citation> | |
33 </citations> | |
34 </tool> |