comparison hetbox.xml @ 3:e9c34ef993d6 draft

Wrote some documentation
author nick
date Wed, 29 May 2013 11:25:22 -0400
parents a85dd9968af9
children d38113d9c4d6
comparison
equal deleted inserted replaced
2:3a1ce69571e5 3:e9c34ef993d6
1 <tool id="hetbox" version="1.0" name="Minor variant boxplot"> 1 <tool id="hetbox" version="1.0" name="Minor variant boxplot">
2 <description></description> 2 <description> from allele counts</description>
3 <command interpreter="python">hetbox.py $input $outplot $outreport $report</command> 3 <command interpreter="python">hetbox.py $input $outplot $outreport $report</command>
4 <inputs> 4 <inputs>
5 <param name="input" type="data" format="tabular" label="Input allele counts file"/> 5 <param name="input" type="data" format="tabular" label="Input allele counts"/>
6 <param name="report" type="boolean" truevalue="-r" falsevalue="" checked="False" label="Also produce a text report" /> 6 <param name="report" type="boolean" truevalue="-r" falsevalue="" checked="False" label="Also produce a text report" />
7 </inputs> 7 </inputs>
8 <outputs> 8 <outputs>
9 <data name="outplot" format="png"/> 9 <data name="outplot" format="png"/>
10 <data name="outreport" format="tabular"/> 10 <data name="outreport" format="tabular"/>
11 </outputs> 11 </outputs>
12 12
13 <help> 13 <help>
14 14
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
15 </help> 21 </help>
16 22
17 <requirements> 23 <requirements>
18 <requirement type="package" version="1.7.1">numpy</requirement> 24 <requirement type="package" version="1.7.1">numpy</requirement>
19 </requirements> 25 </requirements>