| 
0
 | 
     1 <tool id="plotting_merged" name="Plotting the merged data" version="1.0">
 | 
| 
 | 
     2 	<description>Creating 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>
 | 
| 
1
 | 
    12 	<requirements>
 | 
| 
14
 | 
    13 		<requirement type="package" version="2.15.1">R</requirement>
 | 
| 
1
 | 
    14 	</requirements>
 | 
| 
0
 | 
    15 	<help>
 | 
| 
 | 
    16 		Creating a graph of the merged and parsed igblast reports.
 | 
| 
 | 
    17 	</help>
 | 
| 
 | 
    18 </tool>
 |