comparison XSeeker.xml @ 3:10266818794b draft

Uploaded
author lain
date Tue, 01 Feb 2022 17:38:07 +0000
parents
children 170213501317
comparison
equal deleted inserted replaced
2:85b4593da271 3:10266818794b
1 <tool id="interactive_tool_xseeker" tool_type="interactive" name="xseeker" version="1.4.0">
2 <description>Visualization and annotation of LC-MSMS data tool</description>
3 <requirements>
4 <container type="docker">emetabohub/xseeker:1.4.0</container>
5 </requirements>
6 <entry_points>
7 <entry_point name="XSeeker visualisation of $infile.display_name" requires_domain="True">
8 <port>8765</port>
9 <url>/</url>
10 </entry_point>
11 </entry_points>
12 <environment_variables>
13 <environment_variable name="HISTORY_ID" strip="True">$__history_id__</environment_variable>
14 <environment_variable name="REMOTE_HOST">${__app__.config.galaxy_infrastructure_url}</environment_variable>
15 <environment_variable name="GALAXY_WEB_PORT">8080</environment_variable>
16 <environment_variable name="GALAXY_URL">${__app__.config.galaxy_infrastructure_url}</environment_variable>
17 <environment_variable name="API_KEY" strip="True">
18 #if $__user__:
19 #for $api_key in $__user__.api_keys:
20 ${api_key.key}
21 #break
22 #end for
23 #end if
24 </environment_variable>
25 <environment_variable name="DOCKER">TRUE</environment_variable>
26 </environment_variables>
27 <command><![CDATA[
28 ln -s ${infile} /XSeeker/input/test.sqlite
29 && /entrypoint.sh
30 ]]>
31 </command>
32 <inputs>
33 <param name="infile" type="data" format="binary" label="An sqlite file processed by XSeeker Preprocessor"/>
34 </inputs>
35 <outputs>
36 <data name="outfile" format="txt" />
37 </outputs>
38 <tests>
39 </tests>
40 <help>
41 <![CDATA[
42 XSeeker is a tool to visualise and annote data from LC-MSMS.
43
44 The prefered workflows to process your data is:
45
46 {mzxml} -> xcms{rdata} -> camera{rdata} -> XSeekerPreparator{sqlite} -> XSeeker
47
48 But it is still possible to only do:
49
50 {mzxml} -> xcms{rdata} -> camera{rdata} -> XSeeker
51
52 This way, you will have to choose the files you want to visualize, but it will take some time to import them.
53
54 XSeeker can output csv, tsv and mzTab files, so annotations can be used in other programs and/or is human readable/writable.
55
56 XSeeker can also output an sqlite file, exactly like the one it takes in input. This file can be used to stop your anotation and resume the process later. It's like an XSeeker save file.
57
58
59 ]]>
60 </help>
61 <citations>
62 <citation type="bibtex">
63 @misc{
64 author = {Lain Pavot - lain.pavot@inrae.fr },
65 title = {{XSeeker - A tool to visualise and annote data from LC-MSMS }},
66 publisher = {INRAE},
67 url = {}
68 }
69 }</citation>
70 </citations>
71 </tool>