comparison hetbox.xml @ 7:a777a76205cc draft default tip

Current version - documentation and suppressing error on stderr messages
author nick
date Tue, 04 Jun 2013 00:07:06 -0400
parents d38113d9c4d6
children
comparison
equal deleted inserted replaced
6:99cda2ff12b8 7:a777a76205cc
2 <description> from allele counts</description> 2 <description> from allele counts</description>
3 <command interpreter="python">hetbox.py $input $outplot $outreport 3 <command interpreter="python">hetbox.py $input $outplot $outreport
4 </command> 4 </command>
5 <inputs> 5 <inputs>
6 <param name="input" type="data" format="tabular" label="Input allele counts"/> 6 <param name="input" type="data" format="tabular" label="Input allele counts"/>
7 <param name="report" type="boolean" truevalue="yes" falsevalue="no" checked="True label="Also produce a text report" /> 7 <param name="report" type="boolean" truevalue="yes" falsevalue="no" checked="True" label="Also produce a text report" />
8 </inputs> 8 </inputs>
9 <outputs> 9 <outputs>
10 <data name="outplot" format="png"/> 10 <data name="outplot" format="png"/>
11 <data name="outreport" format="tabular"> 11 <data name="outreport" format="tabular">
12 <filter>report is True</filter> 12 <filter>report is True</filter>
13 </data> 13 </data>
14 </outputs> 14 </outputs>
15 <stdio>
16 <exit_code range="1:" err_level="fatal"/>
17 <exit_code range=":-1" err_level="fatal"/>
18 </stdio>
15 19
16 <help> 20 <help>
17 21
18 .. class:: infomark 22 .. class:: infomark
19 23
20 **What it does** 24 **What it does**
21 25
22 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. 26 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 text report with these numbers.
27
28 .. class:: infomark
29
30 **The boxplot**
31
32 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.
23 33
24 </help> 34 </help>
25 35
26 <requirements> 36 <requirements>
27 <requirement type="package" version="1.7.1">numpy</requirement> 37 <requirement type="package" version="1.7.1">numpy</requirement>