Mercurial > repos > davidvanzessen > test_plotting_merged
diff plotting_merged.xml @ 0:0e6f33e21c60 draft
Uploaded
author | davidvanzessen |
---|---|
date | Wed, 09 Oct 2013 04:31:48 -0400 |
parents | |
children | 6170fc740bf0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plotting_merged.xml Wed Oct 09 04:31:48 2013 -0400 @@ -0,0 +1,15 @@ +<tool id="test_plotting_merged" name="TEST-Plotting the merged data-TEST" version="1.0"> + <description>Creating a graph of the merged reports.</description> + <command interpreter="bash"> + r_wrapper.sh $in_file $out_file $out_file.files_path + </command> + <inputs> + <param name="in_file" format="tabular" type="data" label="Data to Process" /> + </inputs> + <outputs> + <data format="html" name="out_file" /> + </outputs> + <help> + Creating a graph of the merged and parsed igblast reports. + </help> +</tool>