Mercurial > repos > davidvanzessen > plotting_merged
view 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 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> <help> Creating a graph of the merged and parsed igblast reports. </help> </tool>