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>
|
4
|
21 <tests>
|
|
22 <test>
|
|
23 <param name="kaks" value="kaks.tabular" ftype="tabular" />
|
|
24 <param name="components" value="components.tabular" ftype="tabular" />
|
|
25 <output name="output" file="output.pdf" ftype="pdf" compare="contains" />
|
|
26 </test>
|
|
27 </tests>
|
0
|
28 <help>
|
|
29 **What it does**
|
|
30
|
|
31 Draws a barplot of the significant components in the ks distribution.
|
|
32 </help>
|
|
33 <citations>
|
|
34 <citation type="bibtex">
|
|
35 @unpublished{None,
|
|
36 author = {Eric Wafula},
|
|
37 title = {None},
|
|
38 year = {None},
|
|
39 url = {https://github.com/dePamphilis/PlantTribes}
|
|
40 }
|
|
41 </citation>
|
|
42 </citations>
|
|
43 </tool>
|