view degust.xml @ 0:504bf58a4022 draft

Uploaded
author simon-gladman
date Mon, 24 Feb 2014 00:41:05 -0500
parents
children 1e4307fd98f3
line wrap: on
line source

<tool id="degust" name="Degust" version="1.0.0">
    <description>RNA Seq analysis and visualisation.</description>
    <command interpreter="python">
        degust.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."/>
    </inputs>
    <outputs>
        <data name="output" format="html" label="${tool.name} on ${on_string}: html"/>
    </outputs>
    
    <help>
**Degust**
RNA Seq analysis and visualisation.

Written by David Powell - Victorian Bioinformatics Consortium 2012 - 2014

Wrapped by Simon Gladman - Victorian Bioinformatics Consortium 2014

0.11.2
------

Outputs in html format.
    
------

Inputs:

CuffDiff gene differential expression dataset
    </help>
</tool>