annotate recetox_xmsannotator_advanced.xml @ 6:d8766a6c08a4 draft default tip

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 8547c5323747595eabbeed29039a1b2363491243
author recetox
date Thu, 20 Jul 2023 06:28:49 +0000
parents a393c4383436
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
1 <tool id="recetox_xmsannotator_advanced" name="recetox-xMSannotator" version="@TOOL_VERSION@+galaxy0">
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
2
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
3 <description>annotate peak intensity table including scores and confidence levels</description>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
4 <macros>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
5 <import>macros.xml</import>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
6 </macros>
3
94209fea0a99 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 2c173d0e31d016311ee2d73c468818b776a423b4"
recetox
parents: 2
diff changeset
7 <expand macro="creator"/>
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
8 <xrefs>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
9 <xref type="bio.tools">recetox-xmsannotator</xref>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
10 </xrefs>
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
11 <expand macro="requirements" />
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
12 <command detect_errors="aggressive"><![CDATA[
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
13 Rscript -e 'source("${__tool_directory__}/utils.R")' -e "n_workers <- \${GALAXY_SLOTS:-1}" -e "source('${wrapper}')"
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
14 ]]></command>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
15
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
16 <configfiles>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
17 <configfile name="wrapper"><![CDATA[
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
18 metadata_table <- load_table("$metadata_table", "$metadata_table.ext")
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
19 intensity_table <- load_table("$intensity_table", "$intensity_table.ext")
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
20 peak_table <- create_peak_table(metadata_table, intensity_table)
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
21
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
22 filter_by <- create_filter_by_adducts("$filter_by")
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
23
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
24 annotation <- advanced_annotation(
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
25 peak_table = peak_table,
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
26 adduct_table = load_table("$adduct_table", "$adduct_table.ext"),
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
27 adduct_weights = load_table("$adduct_weights", "$adduct_weights.ext"),
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
28 compound_table = load_table("$compound_table", "$compound_table.ext"),
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
29 mass_tolerance = 1e-6 * ${mass_tolerance_ppm},
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
30 time_tolerance = $time_tolerance,
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
31 correlation_threshold = as.double($clustering.correlation_threshold),
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
32 min_cluster_size = as.integer($clustering.min_cluster_size),
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
33 deep_split = as.integer($clustering.deep_split),
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
34 network_type = "$clustering.network_type",
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
35 redundancy_filtering = $scoring.redundancy_filtering,
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
36 n_workers = n_workers,
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
37 intensity_deviation_tolerance = as.double($intensity_deviation_tolerance),
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
38 mass_defect_tolerance = as.double($mass_defect_tolerance),
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
39 mass_defect_precision = as.double($mass_defect_precision),
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
40 peak_rt_width = as.integer($peak_rt_width),
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
41 maximum_isotopes = as.integer($maximum_isotopes),
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
42 min_ions_per_chemical = as.integer($min_ions_per_chemical),
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
43 filter_by = filter_by
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
44 )
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
45
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
46 save_table(annotation, "$output_file", "$output_file.ext")
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
47 ]]></configfile>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
48 </configfiles>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
49
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
50 <inputs>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
51 <expand macro="inputs"/>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
52 <expand macro="tolerance">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
53 <param name="time_tolerance" type="float" value="10" min="0">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
54 <label>Retention time tolerance [s]</label>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
55 <help>
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
56 Retention time tolerance in seconds for finding peaks derived from the same parent compound.
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
57 </help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
58 </param>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
59 </expand>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
60 <section name="clustering" title="Clustering">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
61 <param name="correlation_threshold" type="float" value="0.7">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
62 <label>Correlation threshold</label>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
63 <help>Correlation threshold between peaks to qualify as adducts/isotopes of the same metabolite.</help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
64 </param>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
65 <param name="min_cluster_size" type="integer" value="10" min="1">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
66 <label>Minimum cluster size</label>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
67 <help>The minimum number of nodes to be considered as a cluster.</help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
68 </param>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
69 <param name="deep_split" type="integer" value="2" min="0" max="4">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
70 <label>Deep split</label>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
71 <help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
72 Deep split provides a rough control over sensitivity to cluster splitting. The higher the value,
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
73 the more and smaller clusters will be produced (see WGCNA package documentation).
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
74 </help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
75 </param>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
76 <param name="network_type" type="select" display="radio">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
77 <label>Network type</label>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
78 <help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
79 Network type parameter affects how the network's adjacency matrix is created from the correlation
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
80 matrix (see WGCNA package documentation).
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
81 </help>
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
82 <option value="signed">Signed</option>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
83 <option value="unsigned" selected="true">Unsigned</option>
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
84 </param>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
85 </section>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
86 <section name="scoring" title="Scoring" expanded="true">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
87 <param name="strict_boosting" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
88 <label>Strict boosting</label>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
89 <help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
90 Boost the scores of metabolites that not only belongs to the same pathway but also to the same
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
91 cluster. Otherwise, do not account for cluster membership.
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
92 </help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
93 </param>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
94 <param name="min_isp" type="integer" min="0" value="1">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
95 <label>Minimum number of expected isotopes</label>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
96 <help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
97 Minimum number of adducts/isotopes to be present for a match to be considered as a high confidence match.
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
98 </help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
99 </param>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
100 <param name="max_isp" type="integer" min="0" value="5">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
101 <label>Maximum number of expected isotopes</label>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
102 <help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
103 Maximum number of adducts/isotopes to be present for a match to be considered as a high confidence match.
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
104 </help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
105 </param>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
106 <param name="redundancy_filtering" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE">
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
107 <label>Redundancy filtering</label>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
108 <help>Whether to filter out low-scored multiple matcher or not.</help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
109 </param>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
110 </section>
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
111 <param name="intensity_deviation_tolerance" type="float" value="0.1">
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
112 <label>Tolerance of intensity deviation</label>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
113 <help>A numeric threshold by which an intensity ratio of two isotopic peaks may differ from their actual abundance ratio.</help>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
114 </param>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
115 <param name="mass_defect_tolerance" type="float" value="0.1">
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
116 <label>Tolerance of mass defect</label>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
117 <help>Maximum difference in mass defect between two peaks of the same compound.</help>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
118 </param>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
119 <param name="mass_defect_precision" type="float" value="0.01">
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
120 <label>Precision for computing mass defect</label>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
121 </param>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
122 <param name="peak_rt_width" type="integer" value="1">
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
123 <label>Estimated chromatographic peak width</label>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
124 </param>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
125 <param name="maximum_isotopes" type="integer" value="10">
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
126 <label>Maximum isotopes</label>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
127 </param>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
128 <param name="min_ions_per_chemical" type="integer" value="2">
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
129 <label>Minimum ions per chemical</label>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
130 </param>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
131 <param name="filter_by" type="select" label="Adducts to filter by" multiple="true" optional="true">
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
132 <option value="M-H" selected="true">M-H</option>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
133 <option value="M+H" selected="true">M+H</option>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
134 <option value="2M-H">2M-H</option>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
135 <option value="M-2H">M-2H</option>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
136 </param>
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
137 </inputs>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
138
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
139 <outputs>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
140 <expand macro="outputs"/>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
141 </outputs>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
142
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
143 <tests>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
144 <test>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
145 <param name="metadata_table" value="metadata_table.parquet" ftype="parquet" />
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
146 <param name="intensity_table" value="intensity_table.parquet" ftype="parquet" />
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
147 <param name="compound_table" value="database.parquet" ftype="parquet" />
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
148 <param name="adduct_table" value="adduct_table.parquet" ftype="parquet" />
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
149 <output name="output_file" file="expected_output.parquet" ftype="parquet"/>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
150 </test>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
151 <test>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
152 <param name="metadata_table" value="metadata_table.csv" ftype="csv" />
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
153 <param name="intensity_table" value="intensity_table.csv" ftype="csv" />
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
154 <param name="compound_table" value="database.csv" ftype="csv" />
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
155 <param name="adduct_table" value="adduct_table.csv" ftype="csv" />
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
156 <output name="output_file" file="expected_output.csv" ftype="csv"/>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
157 </test>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
158 </tests>
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
159
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
160 <help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
161 <![CDATA[
5
a393c4383436 planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit 1ab1a1dabfcebe11720de1411927a7438c1b64c1
recetox
parents: 4
diff changeset
162 @HELP@
2
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
163 ]]>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
164 </help>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
165
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
166 <citations>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
167 <expand macro="citations"/>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
168 </citations>
7807fbeb1388 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit e547915248546657de13b91f28e5f4488ae8f7e0"
recetox
parents: 1
diff changeset
169 </tool>