annotate hetbox.xml @ 3:e9c34ef993d6 draft

Wrote some documentation
author nick
date Wed, 29 May 2013 11:25:22 -0400
parents a85dd9968af9
children d38113d9c4d6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
1 <tool id="hetbox" version="1.0" name="Minor variant boxplot">
3
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
2 <description> from allele counts</description>
1
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
3 <command interpreter="python">hetbox.py $input $outplot $outreport $report</command>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
4 <inputs>
3
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
5 <param name="input" type="data" format="tabular" label="Input allele counts"/>
1
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
6 <param name="report" type="boolean" truevalue="-r" falsevalue="" checked="False" label="Also produce a text report" />
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
7 </inputs>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
8 <outputs>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
9 <data name="outplot" format="png"/>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
10 <data name="outreport" format="tabular"/>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
11 </outputs>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
12
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
13 <help>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
14
3
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
15 .. class:: infomark
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
16
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
17 **What it does**
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
18
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
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.
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
20
1
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
21 </help>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
22
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
23 <requirements>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
24 <requirement type="package" version="1.7.1">numpy</requirement>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
25 </requirements>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
26 </tool>