view plotting_merged.xml @ 21:fb03be3fa862 draft

Uploaded
author davidvanzessen
date Mon, 30 Sep 2013 03:32:49 -0400
parents 835aab57ab41
children f63adbd10a63
line wrap: on
line source

<tool id="plotting_merged" name="Plotting the merged data" version="1.0">
	<description>Creating a graph of the merged reports.</description>
	<command interpreter="bash">
		r_wrapper.sh $in_file $out_file
	</command>
	<inputs>
		<param name="in_file" format="tabular" type="data" label="Data to Process" />
	</inputs>
	<outputs>
		<data format="png" name="out_file" />
	</outputs>
	<requirements>
		<requirement type="package" version="2.15.1">R</requirement>
	</requirements>
	<help>
		Creating a graph of the merged and parsed igblast reports.
	</help>
</tool>