|
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>
|
|
4
|
19 <stdio>
|
|
|
20 <exit_code range="1" level="fatal" description="Vennt python error. See stderr output." />
|
|
|
21 </stdio>
|
|
1
|
22
|
|
|
23 <help>
|
|
|
24 **Vennt**
|
|
|
25
|
|
|
26 Dynamic Venn diagrams for exploring lists of differential expressed genes.
|
|
|
27
|
|
|
28 Written by David Powell - Victorian Bioinformatics Consortium 2012 - 2014
|
|
|
29
|
|
|
30 Wrapped by Simon Gladman - Victorian Bioinformatics Consortium 2014
|
|
|
31
|
|
|
32 0.8.1
|
|
|
33 ------
|
|
|
34
|
|
|
35 Outputs in html format.
|
|
|
36
|
|
|
37 ------
|
|
|
38
|
|
|
39 Inputs:
|
|
|
40
|
|
|
41 Gene differential expression dataset
|
|
|
42
|
|
|
43 ------
|
|
|
44
|
|
|
45 </help>
|
|
|
46 </tool>
|