comparison merged_plotter.xml @ 0:54e18dcfc47c draft default tip

Uploaded
author davidvanzessen
date Mon, 23 Sep 2013 09:27:12 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:54e18dcfc47c
1 <tool id="merging_plotting" name="Plotting the merged data" version="1.0">
2 <description>Greating a graph of the merged reports.</description>
3 <command interpreter="bash">
4 r_wrapper.sh $in_file $out_file
5 </command>
6 <inputs>
7 <param name="in_file" format="tabular" type="data" label="Data to Process" />
8 </inputs>
9 <outputs>
10 <data format="png" name="out_file" />
11 </outputs>
12 <requirements>
13 <requirement type="package" version="3.0.1">R</requirement>
14 </requirements>
15 <help>
16 Merge several files
17 </help>
18 </tool>