|
1
|
1 <tool id="clonoComput" name="Clonotype Diversity & Expression" version="1.0">
|
|
0
|
2 <description>Compute clonotype diversity and expression from filtered file</description>
|
|
|
3 <requirements>
|
|
|
4 <requirement type="package" version="0.19">pandas</requirement>
|
|
1
|
5 </requirements>
|
|
0
|
6 <command interpreter="python">clonotype_computation.py $input $clonotype $clonos_file $top10_file $summary_file ${input.name}</command>
|
|
|
7 <inputs>
|
|
|
8 <param name="clonotype" type="select" label="Clonotype definition">
|
|
|
9 <option value="CDR3">CDR3</option>
|
|
|
10 <option value="VCDR3">V+CDR3</option>
|
|
|
11 <option value="JCDR3">J+CDR3</option>
|
|
|
12 <option value="VJCDR3">V+J+CDR3</option>
|
|
|
13 <option value="VDJCDR3">V+D+J+CDR3</option>
|
|
|
14 </param>
|
|
|
15 <param format="tabular" name="input" type="data" label="Filtered-in File" />
|
|
|
16 </inputs>
|
|
|
17 <outputs>
|
|
|
18 <data name="clonos_file" format="tabular" label="${input.name}_clonotypesAll" />
|
|
|
19 <data name="top10_file" format="tabular" label="${input.name}_clonotypesTop10" />
|
|
|
20 <data name="summary_file" format="tabular" label="${input.name}_clonotypesSummary" />
|
|
|
21 </outputs>
|
|
|
22 <help>
|
|
1
|
23 This tool calculates the clonotype diversity and expression of a filtered-in dataset (1st output file of the Data Filtering tool) according to the 5 supported clonotype definitions.
|
|
0
|
24 </help>
|
|
|
25 </tool>
|