annotate hetbox.xml @ 5:d38113d9c4d6 draft

current xml version
author nick
date Thu, 30 May 2013 15:41:55 -0400
parents e9c34ef993d6
children a777a76205cc
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>
5
d38113d9c4d6 current xml version
nick
parents: 3
diff changeset
3 <command interpreter="python">hetbox.py $input $outplot $outreport
d38113d9c4d6 current xml version
nick
parents: 3
diff changeset
4 </command>
1
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
5 <inputs>
3
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
6 <param name="input" type="data" format="tabular" label="Input allele counts"/>
5
d38113d9c4d6 current xml version
nick
parents: 3
diff changeset
7 <param name="report" type="boolean" truevalue="yes" falsevalue="no" checked="True label="Also produce a text report" />
1
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
8 </inputs>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
9 <outputs>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
10 <data name="outplot" format="png"/>
5
d38113d9c4d6 current xml version
nick
parents: 3
diff changeset
11 <data name="outreport" format="tabular">
d38113d9c4d6 current xml version
nick
parents: 3
diff changeset
12 <filter>report is True</filter>
d38113d9c4d6 current xml version
nick
parents: 3
diff changeset
13 </data>
1
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
14 </outputs>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
15
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
16 <help>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
17
3
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
18 .. class:: infomark
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
19
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
20 **What it does**
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
21
5
d38113d9c4d6 current xml version
nick
parents: 3
diff changeset
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.
3
e9c34ef993d6 Wrote some documentation
nick
parents: 1
diff changeset
23
1
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
24 </help>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
25
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
26 <requirements>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
27 <requirement type="package" version="1.7.1">numpy</requirement>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
28 </requirements>
a85dd9968af9 Uploaded xml
nick
parents:
diff changeset
29 </tool>