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">
|
44
|
4 r_wrapper.sh $in_file $out_file $out_file.files_path "$clonaltype_select"
|
0
|
5 </command>
|
|
6 <inputs>
|
40
|
7 <param name="in_file" format="tabular" type="data" label="Data to Process" />
|
|
8 <param name="clonaltype_select" type="select" label="Clonal Type Definition">
|
|
9 <option value="Top.V.Gene,CDR3.Seq">Top.V.Gene, CDR3.Seq</option>
|
|
10 <option value="Top.V.Gene,CDR3.Seq.DNA">Top.V.Gene, CDR3.Seq.DNA</option>
|
|
11 <option value="Top.V.Gene,Top.J.Gene,CDR3.Seq">Top.V.Gene, Top.J.Gene, CDR3.Seq</option>
|
|
12 <option value="Top.V.Gene,Top.J.Gene,CDR3.Seq.DNA">Top.V.Gene, Top.J.Gene, CDR3.Seq.DNA</option>
|
|
13 <option value="Top.V.Gene,Top.D.Gene,Top.J.Gene,CDR3.Seq.DNA">Top.V.Gene, Top.D.Gene, Top.J.Gene, CDR3.Seq.DNA</option>
|
|
14 </param>
|
|
15
|
0
|
16 </inputs>
|
|
17 <outputs>
|
30
|
18 <data format="html" name="out_file" />
|
0
|
19 </outputs>
|
|
20 <help>
|
30
|
21 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
|
22 </help>
|
|
23 </tool>
|