0
|
1 <tool id="interactive_tool_XSeeker" tool_type="interactive" name="XSeeker" version="1.0.0">
|
|
2 <description>Webbased Interactive bidules visualization</description>
|
|
3 <requirements>
|
|
4 <container type="docker">xseeker</container>
|
|
5 </requirements>
|
|
6 <entry_points>
|
|
7 <entry_point name="XSeeker visualisation of $infile.display_name" requires_domain="True">
|
|
8 <url>/</url>
|
|
9 <port>8765</port>
|
|
10 </entry_point>
|
|
11 </entry_points>
|
|
12 <environment_variables>
|
|
13 <environment_variable name="DOCKER">TRUE</environment_variable>
|
|
14 <environment_variable name="GALAXY_URL">http://172.17.0.1:8080/</environment_variable>
|
|
15 <environment_variable name="HISTORY_ID">$__history_id__</environment_variable>
|
|
16 <environment_variable name="API_KEY" inject="api_key" />
|
|
17 </environment_variables>
|
|
18 <command><![CDATA[
|
|
19 ln -s ${infile} /XSeeker/input/test.sqlite
|
|
20 && /entrypoint.sh
|
|
21 ]]>
|
|
22 </command>
|
|
23 <inputs>
|
|
24 <param name="infile" type="data" format="binary" label="Bin data lol"/>
|
|
25 </inputs>
|
|
26 <outputs>
|
|
27 <data name="outfile" format="txt" />
|
|
28 </outputs>
|
|
29 <tests>
|
|
30 </tests>
|
|
31 <help>
|
|
32 <![CDATA[
|
|
33
|
|
34 rainbows
|
|
35
|
|
36 unicorns
|
|
37
|
|
38 hapiness
|
|
39
|
|
40 ]]>
|
|
41 </help>
|
|
42 <citations>
|
|
43 <citation type="doi">i love to talk to me myself</citation>
|
|
44 </citations>
|
|
45 </tool>
|