|
1
|
1 <tool id="geneCompar" name="Gene Usage Comparison" version="1.0">
|
|
0
|
2 <description>Compare gene usages from multiple repertoires</description>
|
|
|
3 <requirements>
|
|
|
4 <requirement type="package" version="0.19">pandas</requirement>
|
|
|
5 </requirements>
|
|
|
6 <command interpreter="python">gene_comparison.py "$output_file"
|
|
|
7 #for x in $rep_files
|
|
|
8 "$x.rpfile"
|
|
|
9 "$x.rpfile.name"
|
|
|
10 #end for
|
|
|
11 </command>
|
|
|
12 <inputs>
|
|
|
13 <repeat name="rep_files" title="Patient" min="2">
|
|
|
14 <param name="rpfile" type="data" label="File of gene usage repertoire" format="tabular"/>
|
|
|
15 </repeat>
|
|
|
16 </inputs>
|
|
|
17 <outputs>
|
|
|
18 <data format="tabular" name="output_file" label="geneUsageComparison"/>
|
|
|
19 </outputs>
|
|
|
20 <help>
|
|
1
|
21 This tool compares the usage of each gene of the V or J family in 2 or more clonotype repertoires; uses the 1st output of the Gene Usage tool.
|
|
0
|
22 </help>
|
|
|
23 </tool>
|