|
0
|
1 <tool id="compClonoVCDR3" name="V+CDR3 Clonotypes Computation" version="0.9">
|
|
|
2 <description>Compute V+CDR3 clonotypes</description>
|
|
|
3 <command interpreter="python">comp_clono_VCDR3.py $input $clonos $topcl $summ2 ${input.name}</command>
|
|
|
4 <inputs>
|
|
|
5 <param format="tabular" name="input" type="data" label="Filtered-in File"/>
|
|
|
6
|
|
|
7
|
|
|
8 </inputs>
|
|
|
9
|
|
|
10 <outputs>
|
|
|
11 <data name="clonos" format="tabular" label="${input.name}_clonotypes"/>
|
|
|
12 <data name="topcl" format="tabular" label="${input.name}_top10clonos"/>
|
|
|
13 <data name="summ2" format="tabular" label="${input.name}_Summary2"/>
|
|
|
14
|
|
|
15
|
|
|
16
|
|
|
17 </outputs>
|
|
|
18
|
|
|
19
|
|
|
20 <help>
|
|
|
21 This tool computes the (V-gene, CDR3) clonotypes and their frequencies.
|
|
|
22 </help>
|
|
|
23
|
|
|
24 </tool>
|