|
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
|
|
2
|
6 $cuffdiff
|
|
0
|
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="true" label="Cuffdiff output" help="Is this cuffdiff output?"/>
|
|
0
|
14 </inputs>
|
|
|
15 <outputs>
|
|
|
16 <data name="output" format="html" label="${tool.name} on ${on_string}: html"/>
|
|
|
17 </outputs>
|
|
|
18
|
|
|
19 <help>
|
|
|
20 **Degust**
|
|
|
21 RNA Seq analysis and visualisation.
|
|
|
22
|
|
|
23 Written by David Powell - Victorian Bioinformatics Consortium 2012 - 2014
|
|
|
24
|
|
|
25 Wrapped by Simon Gladman - Victorian Bioinformatics Consortium 2014
|
|
|
26
|
|
|
27 0.11.2
|
|
|
28 ------
|
|
|
29
|
|
|
30 Outputs in html format.
|
|
|
31
|
|
|
32 ------
|
|
|
33
|
|
|
34 Inputs:
|
|
|
35
|
|
2
|
36 Gene differential expression dataset
|
|
|
37
|
|
|
38 ------
|
|
|
39
|
|
|
40 # Degust (formerly known as DGE-Vis)
|
|
|
41
|
|
|
42 * Visualise RNA-seq differential expression data.
|
|
|
43 * Perform your own DGE analysis to analyse from your own "counts" file.
|
|
|
44
|
|
|
45 Access a public web service running [Degust](http://www.vicbioinformatics.com/degust).
|
|
|
46
|
|
|
47 View a [short video](https://www.youtube.com/watch?v=ucucQ_LtZ1g) of the interface in use.
|
|
|
48
|
|
3
|
49 Read a summary on the Degust home page (http://victorian-bioinformatics-consortium.github.io/degust/).
|
|
2
|
50
|
|
|
51
|
|
|
52 ## Contributing ##
|
|
|
53 Feel free to contribute with pull requests, bug reports or enhancement suggestions.
|
|
|
54
|
|
|
55 ## Known Issues
|
|
|
56
|
|
|
57 #### Heatmap
|
|
|
58
|
|
|
59 * Clustering algorithm is naive greedy N^2. So, not fast, and not a great clustering.
|
|
|
60
|
|
|
61 ## License ##
|
|
3
|
62 Degust is released under the GPL v3 (or later) license, see http://github.com/Victorian-Bioinformatics-Consortium/degust/blob/master/COPYING.txt
|
|
0
|
63 </help>
|
|
|
64 </tool>
|