view plotting_merged.xml @ 13:6828af00686c draft

Uploaded
author davidvanzessen
date Fri, 27 Sep 2013 06:12:29 -0400
parents b1706c96df48
children 835aab57ab41
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="3.0.1">R</requirement>
	</requirements>
	<help>
		Creating a graph of the merged and parsed igblast reports.
	</help>
</tool>