-
Notifications
You must be signed in to change notification settings - Fork 0
/
heatmap.xml
40 lines (40 loc) · 1.3 KB
/
heatmap.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<tool id="interactive_tool_heatmap" tool_type="interactive" name="heatmap" version="1.0.0">
<description>Visualize tsv dataMatrix files</description>
<requirements>
<container type="docker">emetabohub/heatmap:latest</container>
</requirements>
<entry_points>
<entry_point name="Heatmat visualisation of $infile.display_name" requires_domain="True">
<port>8765</port>
<url>/</url>
</entry_point>
</entry_points>
<command><![CDATA[
ln -s ${infile} /srv/shiny-server/samples/heatmap/inputdata.tsv
&& cd /srv/shiny-server/samples/heatmap/
&& Rscript ./app.R
]]>
</command>
<inputs>
<param name="infile" type="data" format="tsv" label="A tsv dataMatrix file"/>
</inputs>
<outputs>
<data name="file_output" format="txt" />
</outputs>
<tests>
</tests>
<help>
<![CDATA[
]]>
</help>
<citations>
<citation type="bibtex">
@misc{
author = {Romain Dallet - romain.dallet@sb-roscoff.fr },
title = {{Heatmap - A tool to visualise and manipulate dataMatrix }},
publisher = {},
url = {https://quay.io/repository/workflow4metabolomics/gie-shiny-chromato}
}
}</citation>
</citations>
</tool>