comparison hetbox.xml @ 5:d38113d9c4d6 draft

current xml version
author nick
date Thu, 30 May 2013 15:41:55 -0400
parents e9c34ef993d6
children a777a76205cc
comparison
equal deleted inserted replaced
4:dfa2e75da6aa 5:d38113d9c4d6
1 <tool id="hetbox" version="1.0" name="Minor variant boxplot"> 1 <tool id="hetbox" version="1.0" name="Minor variant boxplot">
2 <description> from allele counts</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
4 </command>
4 <inputs> 5 <inputs>
5 <param name="input" type="data" format="tabular" label="Input allele counts"/> 6 <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" /> 7 <param name="report" type="boolean" truevalue="yes" falsevalue="no" checked="True label="Also produce a text report" />
7 </inputs> 8 </inputs>
8 <outputs> 9 <outputs>
9 <data name="outplot" format="png"/> 10 <data name="outplot" format="png"/>
10 <data name="outreport" format="tabular"/> 11 <data name="outreport" format="tabular">
12 <filter>report is True</filter>
13 </data>
11 </outputs> 14 </outputs>
12 15
13 <help> 16 <help>
14 17
15 .. class:: infomark 18 .. class:: infomark
16 19
17 **What it does** 20 **What it does**
18 21
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. 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.
20 23
21 </help> 24 </help>
22 25
23 <requirements> 26 <requirements>
24 <requirement type="package" version="1.7.1">numpy</requirement> 27 <requirement type="package" version="1.7.1">numpy</requirement>