comparison XSeeker.xml @ 5:98f0178217b0 draft

" master branch Updating"
author lain
date Mon, 12 Jun 2023 14:18:14 +0000
parents 170213501317
children adff2b3bc192
comparison
equal deleted inserted replaced
4:170213501317 5:98f0178217b0
1 <tool id="interactive_tool_xseeker" tool_type="interactive" name="xseeker" version="@TOOL_VERSION@+@GALAXY_PREFIX@"> 1 <tool id="interactive_tool_xseeker" tool_type="interactive" name="xseeker" version="@TOOL_VERSION@+@GALAXY_PREFIX@">
2 <description>Visualization and annotation of LC-MSMS data tool</description> 2 <description>Visualization and annotation of LC-MSMS data tool</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">1.4.1</token> 4 <token name="@TOOL_VERSION@">1.5.0</token>
5 <token name="@GALAXY_PREFIX@">0</token> 5 <token name="@GALAXY_PREFIX@">0</token>
6 </macros> 6 </macros>
7 <requirements> 7 <requirements>
8 <container type="docker">emetabohub/xseeker:@TOOL_VERSION@</container> 8 <container type="docker">quay.io/pfem/xseeker:@TOOL_VERSION@</container>
9 </requirements> 9 </requirements>
10 <entry_points> 10 <entry_points>
11 <entry_point name="XSeeker visualisation of $infile.display_name" requires_domain="True"> 11 <entry_point name="XSeeker visualisation of $infile.display_name" requires_domain="True">
12 <port>8765</port> 12 <port>8765</port>
13 <url>/</url> 13 <url>/</url>
32 ln -s ${infile} /XSeeker/input/test.sqlite 32 ln -s ${infile} /XSeeker/input/test.sqlite
33 && /entrypoint.sh 33 && /entrypoint.sh
34 ]]> 34 ]]>
35 </command> 35 </command>
36 <inputs> 36 <inputs>
37 <param name="infile" type="data" format="binary" label="An sqlite file processed by XSeeker Preprocessor"/> 37 <param name="infile" type="data" format="binary"
38 label="An sqlite file processed by XSeeker Preprocessor"
39 />
38 </inputs> 40 </inputs>
39 <outputs> 41 <outputs>
40 <data name="outfile" format="txt" /> 42 <data name="outfile" format="txt" />
41 </outputs> 43 </outputs>
42 <tests> 44 <tests>