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