1
|
1 <tool id="hetbox" version="1.0" name="Minor variant boxplot">
|
3
|
2 <description> from allele counts</description>
|
1
|
3 <command interpreter="python">hetbox.py $input $outplot $outreport $report</command>
|
|
4 <inputs>
|
3
|
5 <param name="input" type="data" format="tabular" label="Input allele counts"/>
|
1
|
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
|
3
|
15 .. class:: infomark
|
|
16
|
|
17 **What it does**
|
|
18
|
|
19 This will create a boxplot from the output of the "Count alleles" tool, showing the number of minor alleles per sample and the distribution of their frequencies (MAF). It can also, optionally, produce a textual report with these numbers.
|
|
20
|
1
|
21 </help>
|
|
22
|
|
23 <requirements>
|
|
24 <requirement type="package" version="1.7.1">numpy</requirement>
|
|
25 </requirements>
|
|
26 </tool> |