0
|
1 <tool id="plotting_merged" name="Plotting the merged data" version="1.0">
|
|
2 <description>Creating a graph of the merged reports.</description>
|
|
3 <command interpreter="bash">
|
30
|
4 r_wrapper.sh $in_file $out_file $out_file.files_path
|
0
|
5 </command>
|
|
6 <inputs>
|
|
7 <param name="in_file" format="tabular" type="data" label="Data to Process" />
|
|
8 </inputs>
|
|
9 <outputs>
|
30
|
10 <data format="html" name="out_file" />
|
0
|
11 </outputs>
|
|
12 <help>
|
30
|
13 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)
|
0
|
14 </help>
|
|
15 </tool>
|