Mercurial > repos > dereeper > highcharts_boxplots
comparison boxplots.xml @ 1:3b78dc3c36df draft
Uploaded
author | dereeper |
---|---|
date | Tue, 10 Aug 2021 20:22:21 +0000 |
parents | fff88b734caf |
children | 269130fc81f6 |
comparison
equal
deleted
inserted
replaced
0:fff88b734caf | 1:3b78dc3c36df |
---|---|
1 <tool id="boxplots" name="Interactive boxplots" version="1.0"> | 1 <tool id="boxplots" name="Interactive boxplots" version="1.0"> |
2 <description>using Highcharts library</description> | 2 <description>using Highcharts library</description> |
3 <command>perl ${__tool_directory__}/boxplots.pl $input $y_axis $output </command> | 3 <command>perl ${__tool_directory__}/boxplots.pl $input $y_axis $output </command> |
4 | 4 <requirements> |
5 <requirement type="package" version="4.1.1">r-base</requirement> | |
6 </requirements> | |
5 | 7 |
6 <inputs> | 8 <inputs> |
7 <param format="tabular" name="input" type="data" label="input tabular file"/> | 9 <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"/> | 10 <param name="y_axis" type="text" label="Y axis" value="y_axis_name"/> |
9 </inputs> | 11 </inputs> |