view hetbox.xml @ 2:57c5ea9c3c5c draft

Uploaded
author boris
date Fri, 21 Jun 2013 16:05:46 -0400
parents b4f9a4f2f65d
children 479f860eb8a9
line wrap: on
line source

<tool id="hetbox" version="1.0" name="Minor variant boxplot">
  <description> from allele counts</description>
  <requirements>
    <requirement type="package" version="2.15.0">R</requirement>
    <requirement type="package" version="2.2.6">rpy2</requirement>
    <requirement type="package" version="1.7.1">numpy</requirement>
  </requirements>
  <command interpreter="python">hetbox.py $input $outplot $outreport
  </command>
  <inputs>
    <param name="input" type="data" format="tabular" label="Input allele counts"/>
    <param name="report" type="boolean" truevalue="yes" falsevalue="no" checked="True" label="Also produce a potential contamination report" />
  </inputs>
  <outputs>
    <data name="outplot" format="png"/>
    <data name="outreport" format="tabular">
      <filter>report is True</filter>
    </data>
  </outputs>
  <stdio>
    <exit_code range="1:" err_level="fatal"/>
    <exit_code range=":-1" err_level="fatal"/>
  </stdio>

  <help>

.. class:: infomark

**What it does**

Given a table with sample ids and minor alelles frequencies, generates boxplot per sample and 

.. class:: infomark

**Boxplot**

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.


**Report**

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.



  </help>
</tool>