0
|
1 <tool id="complete_immunerepertoire_igg" name="Complete ImmuneRepertoire" version="1.0">
|
|
2 <description> </description>
|
|
3 <command interpreter="bash">
|
1
|
4 complete.sh "
|
0
|
5 #for $i, $f in enumerate($patients)
|
1
|
6 ${f.id}
|
0
|
7 #for $j, $g in enumerate($f.samples)
|
1
|
8 ${g.sample}
|
0
|
9 #end for
|
|
10 #end for
|
1
|
11 " $out_file $out_file.files_path "$clonaltype_select" $species $locus $selection
|
0
|
12 </command>
|
|
13 <inputs>
|
|
14 <repeat name="patients" title="Patients" min="1" default="1">
|
1
|
15 <repeat name="samples" title="Sample" min="1" default="1">
|
|
16 <param name="sample" type="data" label="Sample to Process" />
|
|
17 </repeat>
|
0
|
18 <param name="id" type="text" label="ID" />
|
|
19 </repeat>
|
|
20 <param name="clonaltype_select" type="select" label="Clonal Type Definition">
|
|
21 <option value="Top.V.Gene,CDR3.Seq">Top.V.Gene, CDR3.Seq</option>
|
|
22 <option value="Top.V.Gene,CDR3.Seq.DNA">Top.V.Gene, CDR3.Seq.DNA</option>
|
|
23 <option value="Top.V.Gene,Top.J.Gene,CDR3.Seq">Top.V.Gene, Top.J.Gene, CDR3.Seq</option>
|
|
24 <option value="Top.V.Gene,Top.J.Gene,CDR3.Seq.DNA">Top.V.Gene, Top.J.Gene, CDR3.Seq.DNA</option>
|
|
25 <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>
|
|
26 </param>
|
|
27
|
|
28 <param name="species" type="select" label="Species">
|
|
29 <option value="human">Human</option>
|
|
30 <option value="mouse">Mouse</option>
|
|
31 </param>
|
|
32
|
|
33 <param name="locus" type="select" label="Locus">
|
|
34 <option value="igh">IGH</option>
|
|
35 <option value="igk">IGK</option>
|
|
36 <option value="igl">IGL</option>
|
1
|
37 <option value="trb">TRB</option>
|
|
38 <option value="tra">TRA</option>
|
|
39 <option value="trg">TRG</option>
|
|
40 <option value="trd">TRD</option>
|
0
|
41 </param>
|
|
42
|
|
43 <param name="selection" type="select" label="Selection">
|
|
44 <option value="unique">Unique (Based on clonaltype)</option>
|
|
45 <option value="all">All</option>
|
|
46 </param>
|
|
47 </inputs>
|
|
48 <outputs>
|
|
49 <data format="html" name="out_file" />
|
|
50 </outputs>
|
|
51 <help>
|
|
52 The entire Immune Repertoire pipeline as a single tool, input several FASTA files, give them an ID and it will BLAST, parse, merge and plot them.
|
|
53 </help>
|
|
54 <requirements>
|
|
55 <requirement type="package" version="1.0.0">igBlastn</requirement>
|
|
56 </requirements>
|
|
57 </tool>
|
|
58
|