comparison gene_computation.xml @ 1:acaa8e8a0b88 draft default tip

Uploaded test-data & added tool help
author chmaramis
date Mon, 30 Apr 2018 04:47:52 -0400
parents 0e37e5b73273
children
comparison
equal deleted inserted replaced
0:0e37e5b73273 1:acaa8e8a0b88
1 <tool id="geneComput" name="Gene Usage" version="0.9"> 1 <tool id="geneComput" name="Gene Usage" version="1.0">
2 <description>Compute gene usage from clonotype file</description> 2 <description>Compute gene usage from clonotype file</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="0.19">pandas</requirement> 4 <requirement type="package" version="0.19">pandas</requirement>
5 </requirements> 5 </requirements>
6 <command interpreter="python">gene_computation.py $input $gene $usage_file $top10_file $summary_file ${input.name}</command> 6 <command interpreter="python">gene_computation.py $input $gene $usage_file $top10_file $summary_file ${input.name}</command>
7 <inputs> 7 <inputs>
8 <param name="gene" type="select" label="Gene family"> 8 <param name="gene" type="select" label="Gene family">
9 <option value="V">V-Gene</option> 9 <option value="V">V-Gene</option>
10 <option value="J">J-Gene</option> 10 <option value="J">J-Gene</option>
15 <data name="usage_file" format="tabular" label="${input.name}_geneUsageAll" /> 15 <data name="usage_file" format="tabular" label="${input.name}_geneUsageAll" />
16 <data name="top10_file" format="tabular" label="${input.name}_geneUsageTop10" /> 16 <data name="top10_file" format="tabular" label="${input.name}_geneUsageTop10" />
17 <data name="summary_file" format="tabular" label="${input.name}_geneUsageSummary" /> 17 <data name="summary_file" format="tabular" label="${input.name}_geneUsageSummary" />
18 </outputs> 18 </outputs>
19 <help> 19 <help>
20 Coming soon 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 &amp; Expression tool).
21 </help> 21 </help>
22 </tool> 22 </tool>