|
1
|
1 <tool id="geneComput" name="Gene Usage" version="1.0">
|
|
0
|
2 <description>Compute gene usage from clonotype file</description>
|
|
|
3 <requirements>
|
|
|
4 <requirement type="package" version="0.19">pandas</requirement>
|
|
1
|
5 </requirements>
|
|
0
|
6 <command interpreter="python">gene_computation.py $input $gene $usage_file $top10_file $summary_file ${input.name}</command>
|
|
|
7 <inputs>
|
|
|
8 <param name="gene" type="select" label="Gene family">
|
|
|
9 <option value="V">V-Gene</option>
|
|
|
10 <option value="J">J-Gene</option>
|
|
|
11 </param>
|
|
|
12 <param format="tabular" name="input" type="data" label="Clonotype file" />
|
|
|
13 </inputs>
|
|
|
14 <outputs>
|
|
|
15 <data name="usage_file" format="tabular" label="${input.name}_geneUsageAll" />
|
|
|
16 <data name="top10_file" format="tabular" label="${input.name}_geneUsageTop10" />
|
|
|
17 <data name="summary_file" format="tabular" label="${input.name}_geneUsageSummary" />
|
|
|
18 </outputs>
|
|
|
19 <help>
|
|
1
|
20 This tool caclulates the usage of each gene of the V or J family in a clonotype repertoire (1st output of the Clonotype Diversity & Expression tool).
|
|
0
|
21 </help>
|
|
|
22 </tool>
|