|
1
|
1 <tool id="hetbox" version="1.0" name="Minor variant boxplot">
|
|
|
2 <description> from allele counts</description>
|
|
|
3 <requirements>
|
|
|
4 <requirement type="package" version="2.15.0">R</requirement>
|
|
|
5 <requirement type="package" version="2.2.6">rpy2</requirement>
|
|
|
6 <requirement type="package" version="1.7.1">numpy</requirement>
|
|
|
7 </requirements>
|
|
|
8 <command interpreter="python">hetbox.py $input $outplot $outreport
|
|
|
9 </command>
|
|
|
10 <inputs>
|
|
|
11 <param name="input" type="data" format="tabular" label="Input allele counts"/>
|
|
|
12 <param name="report" type="boolean" truevalue="yes" falsevalue="no" checked="True" label="Also produce a potential contamination report" />
|
|
|
13 </inputs>
|
|
|
14 <outputs>
|
|
|
15 <data name="outplot" format="png"/>
|
|
|
16 <data name="outreport" format="tabular">
|
|
|
17 <filter>report is True</filter>
|
|
|
18 </data>
|
|
|
19 </outputs>
|
|
|
20 <stdio>
|
|
|
21 <exit_code range="1:" err_level="fatal"/>
|
|
|
22 <exit_code range=":-1" err_level="fatal"/>
|
|
|
23 </stdio>
|
|
|
24
|
|
|
25 <help>
|
|
|
26
|
|
|
27 .. class:: infomark
|
|
|
28
|
|
|
29 **What it does**
|
|
|
30
|
|
|
31 Given a table with sample ids and minor alelles frequencies, generates boxplot per sample and
|
|
|
32
|
|
|
33 .. class:: infomark
|
|
|
34
|
|
|
35 **Boxplot**
|
|
|
36
|
|
|
37 The graphic shows the distribution of the minor allele frequencies as a boxplot per sample. At the bottom of each plot, a count (N) is given of the number of minor alleles in the plot.
|
|
|
38
|
|
|
39
|
|
|
40 **Report**
|
|
|
41
|
|
|
42 The graphic shows the distribution of the minor allele frequencies as a boxplot per sample. At the bottom of each plot, a count (N) is given of the number of minor alleles in the plot.
|
|
|
43
|
|
|
44
|
|
|
45
|
|
|
46 </help>
|
|
|
47 </tool> |