0
|
1 <tool id="boxplots" name="Interactive boxplots" version="1.0">
|
|
2 <description>using Highcharts library</description>
|
|
3 <command>perl ${__tool_directory__}/boxplots.pl $input $y_axis $output </command>
|
1
|
4 <requirements>
|
|
5 <requirement type="package" version="4.1.1">r-base</requirement>
|
|
6 </requirements>
|
0
|
7
|
|
8 <inputs>
|
|
9 <param format="tabular" name="input" type="data" label="input tabular file"/>
|
3
|
10 <param name="y_axis" type="text" label="Y axis" value="y_axis_name" help="No space allowed"/>
|
0
|
11 </inputs>
|
|
12
|
|
13 <outputs>
|
|
14 <data format="html" name="output" label="HTML output"/>
|
|
15
|
|
16 </outputs>
|
|
17 <help><![CDATA[
|
|
18 You should provide a tabular file that looks like:
|
|
19
|
|
20 ::
|
|
21
|
|
22 A B C
|
|
23 category1 1;3;5 4;5;7 9;3
|
|
24 category2 5;3;5 5;5;6 10;2
|
|
25
|
|
26 ]]></help>
|
|
27 </tool>
|