3
|
1 <tool id="kaks_barplot" name="Orthologous or paralogous KaKs 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
|
3
|
9 -k '${kaks}'
|
|
10 -c '${components}'
|
0
|
11 -o "$output"
|
|
12 ]]>
|
|
13 </command>
|
|
14 <inputs>
|
3
|
15 <param name="kaks" format="tabular" type="data" label="KaKs analysis file" />
|
|
16 <param name="components" format="tabular" type="data" label="Significant components in the ks distribution" />
|
0
|
17 </inputs>
|
|
18 <outputs>
|
|
19 <data name="output" format="pdf"/>
|
|
20 </outputs>
|
|
21 <help>
|
|
22 **What it does**
|
|
23
|
|
24 Draws a barplot of the significant components in the ks distribution.
|
|
25 </help>
|
|
26 <citations>
|
|
27 <citation type="bibtex">
|
|
28 @unpublished{None,
|
|
29 author = {Eric Wafula},
|
|
30 title = {None},
|
|
31 year = {None},
|
|
32 url = {https://github.com/dePamphilis/PlantTribes}
|
|
33 }
|
|
34 </citation>
|
|
35 </citations>
|
|
36 </tool>
|