0
|
1 <tool id="igblastmerge" name="IgBlastMerge" version="1.0">
|
4
|
2 <description>Multisample</description>
|
0
|
3 <command interpreter="python">
|
4
|
4 igblastmergems.py
|
|
5 --input
|
|
6 #for $i, $f in enumerate($patients)
|
|
7 $f.id
|
|
8 #for $j, $g in enumerate($f.samples)
|
|
9 ${g.sample}
|
|
10 #end for
|
|
11
|
0
|
12 #end for
|
|
13 --output $out_file
|
|
14 </command>
|
|
15 <inputs>
|
4
|
16 <repeat name="patients" title="Patients" min="1" default="1">
|
|
17 <repeat name="samples" title="Sample" min="1" default="1">
|
|
18 <param name="sample" format="tabular" type="data" label="Sample to Process" />
|
|
19 </repeat>
|
0
|
20 <param name="id" type="text" label="ID" />
|
|
21 </repeat>
|
|
22 </inputs>
|
|
23 <outputs>
|
|
24 <data format="tabular" name="out_file" />
|
|
25 </outputs>
|
|
26 <help>
|
1
|
27 Step 3 of the Immune Repertoire tools, merges the parsed reports generated in step 2 into one file with an Sample ID.
|
0
|
28 </help>
|
|
29
|
|
30 </tool>
|