Mercurial > repos > chmaramis > irprofiler
comparison clonotype_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="clonoComput" name="Clonotype Diversity & Expression" version="0.9"> | 1 <tool id="clonoComput" name="Clonotype Diversity & Expression" version="1.0"> |
| 2 <description>Compute clonotype diversity and expression from filtered file</description> | 2 <description>Compute clonotype diversity and expression from filtered 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">clonotype_computation.py $input $clonotype $clonos_file $top10_file $summary_file ${input.name}</command> | 6 <command interpreter="python">clonotype_computation.py $input $clonotype $clonos_file $top10_file $summary_file ${input.name}</command> |
| 7 <inputs> | 7 <inputs> |
| 8 <param name="clonotype" type="select" label="Clonotype definition"> | 8 <param name="clonotype" type="select" label="Clonotype definition"> |
| 9 <option value="CDR3">CDR3</option> | 9 <option value="CDR3">CDR3</option> |
| 10 <option value="VCDR3">V+CDR3</option> | 10 <option value="VCDR3">V+CDR3</option> |
| 18 <data name="clonos_file" format="tabular" label="${input.name}_clonotypesAll" /> | 18 <data name="clonos_file" format="tabular" label="${input.name}_clonotypesAll" /> |
| 19 <data name="top10_file" format="tabular" label="${input.name}_clonotypesTop10" /> | 19 <data name="top10_file" format="tabular" label="${input.name}_clonotypesTop10" /> |
| 20 <data name="summary_file" format="tabular" label="${input.name}_clonotypesSummary" /> | 20 <data name="summary_file" format="tabular" label="${input.name}_clonotypesSummary" /> |
| 21 </outputs> | 21 </outputs> |
| 22 <help> | 22 <help> |
| 23 Coming soon | 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. |
| 24 </help> | 24 </help> |
| 25 </tool> | 25 </tool> |
