Mercurial > repos > simon-gladman > vennt
view vennt.xml @ 1:ccc9d83d4c56 draft
Uploaded
author | simon-gladman |
---|---|
date | Mon, 24 Feb 2014 21:45:17 -0500 |
parents | |
children | 4abd1c73c6a1 |
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 output" help="Is this cuffdiff output?"/> </inputs> <outputs> <data name="output" format="html" label="${tool.name} on ${on_string}: html"/> </outputs> <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>