Mercurial > repos > chmaramis > irprofiler
comparison public_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="pubClonoComput" name="Public Clonotypes" version="0.9"> | 1 <tool id="pubClonoComput" name="Public Clonotypes" version="1.0"> |
| 2 <description>Compute public clonotypes from multiple repertoires</description> | 2 <description>Compute public clonotypes from multiple repertoires</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">public_clonotype_computation.py "$clonotype" "$output_file" "$Th.thres" | 6 <command interpreter="python">public_clonotype_computation.py "$clonotype" "$output_file" "$Th.thres" |
| 7 #for x in $clono_files | 7 #for x in $clono_files |
| 8 "$x.clfile" | 8 "$x.clfile" |
| 9 "$x.clfile.name" | 9 "$x.clfile.name" |
| 10 #end for | 10 #end for |
| 33 </inputs> | 33 </inputs> |
| 34 <outputs> | 34 <outputs> |
| 35 <data format="tabular" name="output_file" label="publicClonotypes" /> | 35 <data format="tabular" name="output_file" label="publicClonotypes" /> |
| 36 </outputs> | 36 </outputs> |
| 37 <help> | 37 <help> |
| 38 Coming soon | 38 This tool extracts the public (i.e., shared in at least two datasets) clonotypes between 2 or more clonotype repertoires (1st output of the Clonotype Diversity & Expression tool) according to 3 of the 5 supported clonotype definitions. |
| 39 </help> | 39 </help> |
| 40 </tool> | 40 </tool> |
