Mercurial > repos > davidvanzessen > test_plotting_merged
view plotting_merged.xml @ 8:6170fc740bf0 draft default tip
Uploaded
author | davidvanzessen |
---|---|
date | Fri, 01 Nov 2013 11:27:06 -0400 |
parents | 0e6f33e21c60 |
children |
line wrap: on
line source
<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> Step 4 of the Immune Repertoire tools, plots the merged data, generating 3 bar charts for V, D and J frequencies and 3 heatmaps for every sample (V-D, V-J, D-J) </help> </tool>