annotate plotheatmap.xml @ 0:bd8fd161908b draft default tip

planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
author earlhaminst
date Wed, 12 Jul 2017 14:29:51 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
1 <tool id="plotheatmap" name="plotHeatmap" version="1.0">
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
2 <description>Plot heatmap</description>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
3 <requirements>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
4 <requirement type="package" version="1.34.0">bioconductor-preprocesscore</requirement>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
5 <requirement type="package" version="3.0.1">r-gplots</requirement>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
6 </requirements>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
7 <command detect_errors="aggressive"><![CDATA[
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
8 Rscript '$__tool_directory__/script.R'
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
9 '$count_matrix'
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
10 '$stats_matrix'
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
11 $filter.log_fc
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
12 $filter.log_cpm
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
13 $filter.pvalue
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
14 $filter.fdr
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
15 $heatmap.cluster_row
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
16 $heatmap.cluster_col
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
17 $heatmap.hclust_method
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
18 $plotparm.col_marg
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
19 $plotparm.row_marg
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
20 $plotparm.pdf_width
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
21 $plotparm.pdf_height
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
22 ]]></command>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
23 <inputs>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
24 <param name="count_matrix" type="data" format="tabular" label="Output dataset 'count_matrix' from tool countMatrixForEdger"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
25 <param name="stats_matrix" type="data" format="tabular" label="Output dataset 'output' from tool edgeR"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
26 <section name="filter" title="Filtering parameters" expanded="true">
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
27 <param name="log_fc" type="float" value="0.5" label="A log FC threshold"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
28 <param name="log_cpm" type="float" value="0.5" label="A log CPM threshold"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
29 <param name="pvalue" type="float" min="0" max="1" value="0.5" label="A p-value threshold"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
30 <param name="fdr" type="float" min="0" max="1" value="0.5" label="An FDR threshold"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
31 </section>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
32 <section name="heatmap" title="Heatmap parameters">
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
33 <param name="cluster_row" type="boolean" truevalue="Yes" falsevalue="No" checked="true" label="Determines if the row dendrogram should be reordered"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
34 <param name="cluster_col" type="boolean" truevalue="Yes" falsevalue="No" label="Determines if the column dendrogram should be reordered"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
35 <param name="hclust_method" type="select" label="Hierarchical clustering method">
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
36 <option value="ward.D">ward.D</option>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
37 <option value="ward.D2">ward.D2</option>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
38 <option value="single">single</option>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
39 <option value="complete">complete</option>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
40 <option value="average" selected="true">average</option>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
41 <option value="mcquitty">mcquitty</option>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
42 <option value="median">median</option>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
43 <option value="centroid">centroid</option>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
44 </param>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
45 </section>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
46 <section name="plotparm" title="Plot parameters">
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
47 <param name="col_marg" type="float" value="7" label="Margins for column names"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
48 <param name="row_marg" type="float" value="8" label="Margins for row names"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
49 <param name="pdf_width" type="float" value="7" label="Width of the graphics region in inches (pdf width)"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
50 <param name="pdf_height" type="float" value="7" label="Height of the graphics region in inches (pdf height)"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
51 </section>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
52 </inputs>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
53 <outputs>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
54 <data name="haetamappdf" format="pdf" from_work_dir="heatmap.pdf"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
55 </outputs>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
56 <tests>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
57 <test>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
58 <param name="count_matrix" value="count.matrix"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
59 <param name="stats_matrix" value="stats.data"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
60 <param name="log_fc" value="1"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
61 <param name="log_cpm" value="2"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
62 <param name="pvalue" value="0.05"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
63 <param name="fdr" value="0.1"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
64 <output name="haetamappdf" file="heatmap.pdf" ftype="pdf" compare="sim_size"/>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
65 </test>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
66 </tests>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
67 <help><![CDATA[
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
68 **What it does**
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
69
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
70 It takes a list of genes based on set filtering criteria and draws them on heatmap.
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
71
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
72 **Example**
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
73
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
74 The following filtering options:
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
75 A log FC threshold = 0.5
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
76 A log CPM threshold = 0.5
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
77 A p-value threshold = 0.05
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
78 An FDR threshold = 0.1
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
79 mean that you select genes whose values in output table from edgeR are:
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
80 * absolute value of log FC is greater than or equal to 0.5
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
81 * log CPM is greater than or equal to 0.5
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
82 * p-value is less than or equal to 0.05
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
83 * FDR is less than or equal to 0.1
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
84 ]]></help>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
85 <citations>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
86 </citations>
bd8fd161908b planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/plotheatmap commit 7e9d6b283879b45d5fe673767668c06104d31609-dirty
earlhaminst
parents:
diff changeset
87 </tool>