comparison plotting_merged.xml @ 0:5391c639d6da draft default tip

Uploaded
author davidvanzessen
date Thu, 23 Jan 2014 08:19:04 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5391c639d6da
1 <tool id="report_igg" name="Report" version="1.0">
2 <description> </description>
3 <command interpreter="bash">
4 r_wrapper.sh $in_file $out_file $out_file.files_path "$clonaltype_select"
5 </command>
6 <inputs>
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
16 </inputs>
17 <outputs>
18 <data format="html" name="out_file" />
19 </outputs>
20 <help>
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)
22 </help>
23 </tool>