Mercurial > repos > chmaramis > testirprofiler
view cmpb2016/comp_clono_VCDR3.xml @ 3:32d2f321b0e9 draft
Deleted selected files
| author | chmaramis |
|---|---|
| date | Sun, 18 Mar 2018 07:05:15 -0400 |
| parents | 8be019b173e6 |
| children |
line wrap: on
line source
<tool id="compClonoVCDR3" name="V+CDR3 Clonotypes Computation" version="0.9"> <description>Compute V+CDR3 clonotypes</description> <command interpreter="python">comp_clono_VCDR3.py $input $clonos $topcl $summ2 ${input.name}</command> <inputs> <param format="tabular" name="input" type="data" label="Filtered-in File"/> </inputs> <outputs> <data name="clonos" format="tabular" label="${input.name}_clonotypes"/> <data name="topcl" format="tabular" label="${input.name}_top10clonos"/> <data name="summ2" format="tabular" label="${input.name}_Summary2"/> </outputs> <help> This tool computes the (V-gene, CDR3) clonotypes and their frequencies. </help> </tool>
