Mercurial > repos > dereeper > highcharts_boxplots
comparison boxplots.xml @ 0:fff88b734caf draft
Uploaded
author | dereeper |
---|---|
date | Tue, 10 Aug 2021 19:27:51 +0000 |
parents | |
children | 3b78dc3c36df |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fff88b734caf |
---|---|
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> | |
4 | |
5 | |
6 <inputs> | |
7 <param format="tabular" name="input" type="data" label="input tabular file"/> | |
8 <param name="y_axis" type="text" label="Y axis" value="y_axis_name"/> | |
9 </inputs> | |
10 | |
11 <outputs> | |
12 <data format="html" name="output" label="HTML output"/> | |
13 | |
14 </outputs> | |
15 <help><![CDATA[ | |
16 You should provide a tabular file that looks like: | |
17 | |
18 :: | |
19 | |
20 A B C | |
21 category1 1;3;5 4;5;7 9;3 | |
22 category2 5;3;5 5;5;6 10;2 | |
23 | |
24 ]]></help> | |
25 </tool> |