annotate hetbox.xml @ 2:57c5ea9c3c5c draft

Uploaded
author boris
date Fri, 21 Jun 2013 16:05:46 -0400
parents b4f9a4f2f65d
children 479f860eb8a9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
1 <tool id="hetbox" version="1.0" name="Minor variant boxplot">
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
2 <description> from allele counts</description>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
3 <requirements>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
4 <requirement type="package" version="2.15.0">R</requirement>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
5 <requirement type="package" version="2.2.6">rpy2</requirement>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
6 <requirement type="package" version="1.7.1">numpy</requirement>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
7 </requirements>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
8 <command interpreter="python">hetbox.py $input $outplot $outreport
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
9 </command>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
10 <inputs>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
11 <param name="input" type="data" format="tabular" label="Input allele counts"/>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
12 <param name="report" type="boolean" truevalue="yes" falsevalue="no" checked="True" label="Also produce a potential contamination report" />
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
13 </inputs>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
14 <outputs>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
15 <data name="outplot" format="png"/>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
16 <data name="outreport" format="tabular">
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
17 <filter>report is True</filter>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
18 </data>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
19 </outputs>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
20 <stdio>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
21 <exit_code range="1:" err_level="fatal"/>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
22 <exit_code range=":-1" err_level="fatal"/>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
23 </stdio>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
24
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
25 <help>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
26
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
27 .. class:: infomark
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
28
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
29 **What it does**
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
30
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
31 Given a table with sample ids and minor alelles frequencies, generates boxplot per sample and
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
32
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
33 .. class:: infomark
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
34
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
35 **Boxplot**
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
36
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
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.
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
38
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
39
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
40 **Report**
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
41
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
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.
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
43
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
44
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
45
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
46 </help>
b4f9a4f2f65d Uploaded xml
boris
parents:
diff changeset
47 </tool>