view hetbox.xml @ 2:3a1ce69571e5 draft

Allow commented lines, de-kludge data frame handling
author nick
date Tue, 28 May 2013 16:55:39 -0400
parents a85dd9968af9
children e9c34ef993d6
line wrap: on
line source

<tool id="hetbox" version="1.0" name="Minor variant boxplot">
  <description></description>
  <command interpreter="python">hetbox.py $input $outplot $outreport $report</command>
  <inputs>
    <param name="input" type="data" format="tabular" label="Input allele counts file"/>
    <param name="report" type="boolean" truevalue="-r" falsevalue="" checked="False" label="Also produce a text report" />
  </inputs>
  <outputs>
    <data name="outplot" format="png"/>
    <data name="outreport" format="tabular"/>
  </outputs>

  <help>

  </help>

  <requirements>
    <requirement type="package" version="1.7.1">numpy</requirement>
  </requirements>
</tool>