Mercurial > repos > simon-gladman > vennt
view vennt.xml @ 4:b88e722ae3d7 draft default tip
Uploaded
| author | simon-gladman |
|---|---|
| date | Mon, 24 Feb 2014 22:07:52 -0500 |
| parents | 3918317b6e63 |
| children |
line wrap: on
line source
<tool id="vennt" name="Vennt" version="1.0.0"> <description>RNA Seq analysis and visualisation.</description> <command interpreter="python"> vennt.py $tab $cuffdiff $dataset > $output </command> <inputs> <param name="dataset" type="data" format="tabular" label="Cuffdiff gene/transcript expression testing output" help="Cuffdiff output to visualise."/> <param name="cuffdiff" type="boolean" truevalue="--cuffdiff" falsevalue="" checked="false" label="Cuffdiff data" help="Is this cuffdiff output data?"/> <param name="tab" type="boolean" truevalue="--tab" falsevalue="" checked="false" label="Tab delimited data?" help="Is this tab delimited data? (Instead of csv)"/> </inputs> <outputs> <data name="output" format="html" label="${tool.name} on ${on_string}: html"/> </outputs> <stdio> <exit_code range="1" level="fatal" description="Vennt python error. See stderr output." /> </stdio> <help> **Vennt** Dynamic Venn diagrams for exploring lists of differential expressed genes. Written by David Powell - Victorian Bioinformatics Consortium 2012 - 2014 Wrapped by Simon Gladman - Victorian Bioinformatics Consortium 2014 0.8.1 ------ Outputs in html format. ------ Inputs: Gene differential expression dataset ------ </help> </tool>
