diff plotting_merged.xml @ 0:edcce37b28b8 draft

Uploaded
author davidvanzessen
date Wed, 25 Sep 2013 09:03:29 -0400
parents
children b1706c96df48
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plotting_merged.xml	Wed Sep 25 09:03:29 2013 -0400
@@ -0,0 +1,15 @@
+<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>
+	<help>
+		Creating a graph of the merged and parsed igblast reports.
+	</help>
+</tool>