annotate xmsannotator_macros.xml @ 5:47185b5abe9e draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
author recetox
date Mon, 14 Dec 2020 03:33:44 +0000
parents 3bdef6d114fd
children 53246490912c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
60aec5c0e1ea "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 9c62378416ff3634935e7da4aa97b05d3356d1b5"
recetox
parents:
diff changeset
1 <macros>
60aec5c0e1ea "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 9c62378416ff3634935e7da4aa97b05d3356d1b5"
recetox
parents:
diff changeset
2 <token name="@TOOL_VERSION@">1.3.2</token>
5
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
3 <token name="@DOCKER_IMAGE@">recetox/xmsannotator:1.3.2-recetox2</token>
0
60aec5c0e1ea "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 9c62378416ff3634935e7da4aa97b05d3356d1b5"
recetox
parents:
diff changeset
4
5
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
5 <xml name="inputs">
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
6 <param name="peak_table" type="data" format="csv,h5,parquet">
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
7 <label>Peak table</label>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
8 <help><![CDATA[
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
9 A peak-intensity table such as outputted from apLCMS.
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
10 The file is required to contain the fields <em>mz</em> and <em>rt</em>.
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
11 ]]></help>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
12 </param>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
13 <param name="compound_table" type="data" format="csv,parquet">
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
14 <label>Compound database</label>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
15 <help><![CDATA[
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
16 Database of compounds according to which the annotation is performed.
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
17 The database is required to contain the fields <em>compound_id</em>, <em>monoisotopic_mass</em>, and <em>molecular_formula</em>.
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
18 ]]></help>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
19 </param>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
20 <param name="adduct_table" type="data" format="csv,parquet" optional="true">
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
21 <label>Adduct database (optional)</label>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
22 <help><![CDATA[
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
23 Database of adduct which is combined with the database of compound to form a molecule-adduct pairs.
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
24 The database is required to contain <em>adduct</em>, <em>charge</em>, <em>mass</em>, and <em>n_molecules</em>.
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
25 ]]></help>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
26 </param>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
27 </xml>
0
60aec5c0e1ea "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 9c62378416ff3634935e7da4aa97b05d3356d1b5"
recetox
parents:
diff changeset
28
5
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
29 <xml name="outputs">
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
30 <data name="annotation_parquet" format="parquet"/>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
31 </xml>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
32
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
33 <xml name="tolerance">
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
34 <param name="mass_tolerance_ppm" type="integer" min="0" value="5">
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
35 <label>Mass tolerance [ppm]</label>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
36 <help>Mass tolerance in ppm for database matching.</help>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
37 </param>
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
38 <yield/>
0
60aec5c0e1ea "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 9c62378416ff3634935e7da4aa97b05d3356d1b5"
recetox
parents:
diff changeset
39 </xml>
60aec5c0e1ea "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 9c62378416ff3634935e7da4aa97b05d3356d1b5"
recetox
parents:
diff changeset
40
60aec5c0e1ea "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 9c62378416ff3634935e7da4aa97b05d3356d1b5"
recetox
parents:
diff changeset
41 <xml name="citations">
5
47185b5abe9e "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 339f3b1b1243f353dd3ed115ac66320fdd2d2b68"
recetox
parents: 3
diff changeset
42 <citation type="doi">10.1021/acs.analchem.6b01214</citation>
0
60aec5c0e1ea "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 9c62378416ff3634935e7da4aa97b05d3356d1b5"
recetox
parents:
diff changeset
43 </xml>
60aec5c0e1ea "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/xmsannotator commit 9c62378416ff3634935e7da4aa97b05d3356d1b5"
recetox
parents:
diff changeset
44 </macros>