0
|
1 <tool id="report_clonality_igg" name="Report Clonality" version="1.0">
|
|
2 <description> </description>
|
|
3 <command interpreter="bash">
|
10
|
4 r_wrapper.sh $in_file $out_file $out_file.files_path "$clonaltype_select" $species $locus $selection
|
0
|
5 </command>
|
|
6 <inputs>
|
10
|
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 <param name="species" type="select" label="Species">
|
|
17 <option value="human">Human</option>
|
|
18 <option value="mouse">Mouse</option>
|
|
19 </param>
|
|
20
|
|
21 <param name="locus" type="select" label="Locus">
|
|
22 <option value="igh">IGH</option>
|
|
23 <option value="igk">IGK</option>
|
|
24 <option value="igl">IGL</option>
|
|
25 </param>
|
|
26
|
|
27 <param name="selection" type="select" label="Selection">
|
|
28 <option value="unique">Unique (Based on clonaltype)</option>
|
|
29 <option value="all">All</option>
|
|
30 </param>
|
0
|
31
|
|
32 </inputs>
|
|
33 <outputs>
|
|
34 <data format="html" name="out_file" />
|
|
35 </outputs>
|
|
36 <help>
|
|
37 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)
|
|
38 </help>
|
|
39 </tool>
|