|
1
|
1 <tool id="vennt" name="Vennt" version="1.0.0">
|
|
|
2 <description>RNA Seq analysis and visualisation.</description>
|
|
|
3 <command interpreter="python">
|
|
|
4 vennt.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 <param name="cuffdiff" type="boolean" truevalue="--cuffdiff" falsevalue="" checked="false" label="Cuffdiff output" help="Is this cuffdiff output?"/>
|
|
|
14 </inputs>
|
|
|
15 <outputs>
|
|
|
16 <data name="output" format="html" label="${tool.name} on ${on_string}: html"/>
|
|
|
17 </outputs>
|
|
|
18
|
|
|
19 <help>
|
|
|
20 **Vennt**
|
|
|
21
|
|
|
22 Dynamic Venn diagrams for exploring lists of differential expressed genes.
|
|
|
23
|
|
|
24 Written by David Powell - Victorian Bioinformatics Consortium 2012 - 2014
|
|
|
25
|
|
|
26 Wrapped by Simon Gladman - Victorian Bioinformatics Consortium 2014
|
|
|
27
|
|
|
28 0.8.1
|
|
|
29 ------
|
|
|
30
|
|
|
31 Outputs in html format.
|
|
|
32
|
|
|
33 ------
|
|
|
34
|
|
|
35 Inputs:
|
|
|
36
|
|
|
37 Gene differential expression dataset
|
|
|
38
|
|
|
39 ------
|
|
|
40
|
|
|
41 </help>
|
|
|
42 </tool>
|