1
|
1 <tool id="kaks_barplot" name="Orthologous or paralogous ks analyses barplot" version="1.0.0">
|
0
|
2 <description></description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="1.3.0">r-optparse</requirement>
|
|
5 </requirements>
|
|
6 <command>
|
|
7 <![CDATA[
|
1
|
8 Rscript $__tool_directory__/kaks_analysis_barplot.R
|
0
|
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>
|