Mercurial > repos > nick > minor_variant_boxplot
comparison hetbox.xml @ 1:a85dd9968af9 draft
Uploaded xml
| author | nick |
|---|---|
| date | Tue, 28 May 2013 12:48:13 -0400 |
| parents | |
| children | e9c34ef993d6 |
comparison
equal
deleted
inserted
replaced
| 0:128db16c9399 | 1:a85dd9968af9 |
|---|---|
| 1 <tool id="hetbox" version="1.0" name="Minor variant boxplot"> | |
| 2 <description></description> | |
| 3 <command interpreter="python">hetbox.py $input $outplot $outreport $report</command> | |
| 4 <inputs> | |
| 5 <param name="input" type="data" format="tabular" label="Input allele counts file"/> | |
| 6 <param name="report" type="boolean" truevalue="-r" falsevalue="" checked="False" label="Also produce a text report" /> | |
| 7 </inputs> | |
| 8 <outputs> | |
| 9 <data name="outplot" format="png"/> | |
| 10 <data name="outreport" format="tabular"/> | |
| 11 </outputs> | |
| 12 | |
| 13 <help> | |
| 14 | |
| 15 </help> | |
| 16 | |
| 17 <requirements> | |
| 18 <requirement type="package" version="1.7.1">numpy</requirement> | |
| 19 </requirements> | |
| 20 </tool> |
