|
0
|
1 <tool id="degust" name="Degust" version="1.0.0">
|
|
|
2 <description>RNA Seq analysis and visualisation.</description>
|
|
|
3 <command interpreter="python">
|
|
|
4 degust.py
|
|
|
5 --tab
|
|
|
6 --cuffdiff
|
|
|
7 $dataset
|
|
|
8 >
|
|
|
9 $output
|
|
|
10 </command>
|
|
|
11 <inputs>
|
|
|
12 <param name="dataset" type="data" format="tabular" label="Cuffdiff gene/transcript expression testing output" help="Cuffdiff output to visualise."/>
|
|
|
13 </inputs>
|
|
|
14 <outputs>
|
|
|
15 <data name="output" format="html" label="${tool.name} on ${on_string}: html"/>
|
|
|
16 </outputs>
|
|
|
17
|
|
|
18 <help>
|
|
|
19 **Degust**
|
|
|
20 RNA Seq analysis and visualisation.
|
|
|
21
|
|
|
22 Written by David Powell - Victorian Bioinformatics Consortium 2012 - 2014
|
|
|
23
|
|
|
24 Wrapped by Simon Gladman - Victorian Bioinformatics Consortium 2014
|
|
|
25
|
|
|
26 0.11.2
|
|
|
27 ------
|
|
|
28
|
|
|
29 Outputs in html format.
|
|
|
30
|
|
|
31 ------
|
|
|
32
|
|
|
33 Inputs:
|
|
|
34
|
|
|
35 CuffDiff gene differential expression dataset
|
|
|
36 </help>
|
|
|
37 </tool>
|