annotate october_recetox_xmsannotator_advanced.xml @ 0:e2e2e455fcfb draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
author recetox
date Fri, 29 Oct 2021 09:49:13 +0000
parents
children 8fcf5ca25f5d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
1 <tool id="october_recetox_xmsannotator_advanced" name="OCTOBER RECETOX xMSannotator advanced" version="@TOOL_VERSION@+galaxy0">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
2 <description>annotate peak intensity table including scores and confidence levels</description>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
3 <macros>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
4 <import>macros.xml</import>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
5 </macros>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
6 <expand macro="creator"/>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
7 <expand macro="requirements" />
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
8 <command detect_errors="aggressive"><![CDATA[
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
9 Rscript -e "n_workers <- \${GALAXY_SLOTS:-1}" -e "source('${wrapper}')"
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
10 ]]></command>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
11
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
12 <configfiles>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
13 <configfile name="wrapper"><![CDATA[
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
14 library(recetox.xmsannotator)
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
15
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
16 annotation <- advanced_annotation(
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
17 #if $peak_table.is_of_type("parquet")
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
18 peak_table = load_peak_table_parquet("${peak_table}"),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
19 #end if
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
20 adduct_table = load_adduct_table_parquet("${adduct_table}"),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
21 compound_table = load_compound_table_parquet("${compound_table}"),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
22 mass_tolerance = 1e-6 * ${mass_tolerance_ppm},
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
23 time_tolerance = $time_tolerance,
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
24 correlation_threshold = as.double($clustering.correlation_threshold),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
25 min_cluster_size = as.integer($clustering.min_cluster_size),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
26 deep_split = as.integer($clustering.deep_split),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
27 network_type = "$clustering.network_type",
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
28 ## #if $scoring.expected_adducts
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
29 ## expected_adducts = load_expected_adducts_csv("${scoring.expected_adducts}"),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
30 ## #end if
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
31 ## #if $scoring.boost_compounds
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
32 ## boost_compounds = load_boost_compounds_csv("${scoring.boost_compounds}"),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
33 ## #end if
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
34 redundancy_filtering = $scoring.redundancy_filtering,
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
35 n_workers = n_workers,
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
36 ## new params
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
37 intensity_deviation_tolerance = as.double($intensity_deviation_tolerance),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
38 mass_defect_tolerance = as.double($mass_defect_tolerance),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
39 mass_defect_precision = as.double($mass_defect_precision),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
40 peak_rt_width = as.integer($peak_rt_width),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
41 maximum_isotopes = as.integer($maximum_isotopes),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
42 min_ions_per_chemical = as.integer($min_ions_per_chemical),
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
43 filter_by = "$filter_by"
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
44 )
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
45
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
46 save_parquet(data = annotation, file = "${annotation_parquet}")
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
47 ]]></configfile>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
48 </configfiles>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
49
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
50 <inputs>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
51 <expand macro="inputs"/>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
52 <expand macro="tolerance">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
53 <param name="time_tolerance" type="float" value="10" min="0">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
54 <label>Retention time tolerance [s]</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
55 <help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
56 Retention time tolerance in seconds for finding peaks derived from the same parent compound.
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
57
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
58 </help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
59 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
60 </expand>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
61 <section name="clustering" title="Clustering">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
62 <param name="correlation_method" type="select" display="radio" label="Correlation method">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
63 <option value="pearson" selected="true"/>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
64 <option value="spearman"/>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
65 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
66 <param name="correlation_threshold" type="float" value="0.7">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
67 <label>Correlation threshold</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
68 <help>Correlation threshold between peaks to qualify as adducts/isotopes of the same metabolite.</help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
69 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
70 <param name="min_cluster_size" type="integer" value="10" min="1">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
71 <label>Minimum cluster size</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
72 <help>The minimum number of nodes to be considered as a cluster.</help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
73 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
74 <param name="deep_split" type="integer" value="2" min="0" max="4">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
75 <label>Deep split</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
76 <help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
77 Deep split provides a rough control over sensitivity to cluster splitting. The higher the value,
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
78 the more and smaller clusters will be produced (see WGCNA package documentation).
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
79 </help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
80 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
81 <param name="network_type" type="select" display="radio">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
82 <label>Network type</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
83 <help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
84 Network type parameter affects how the network's adjacency matrix is created from the correlation
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
85 matrix (see WGCNA package documentation).
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
86 </help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
87 <option value="signed"/>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
88 <option value="unsigned" selected="true"/>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
89 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
90 </section>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
91 <section name="scoring" title="Scoring" expanded="true">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
92 <param name="strict_boosting" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
93 <label>Strict boosting</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
94 <help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
95 Boost the scores of metabolites that not only belongs to the same pathway but also to the same
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
96 cluster. Otherwise, do not account for cluster membership.
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
97 </help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
98 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
99 <!-- <param name="expected_adducts" type="data" format="csv" optional="true">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
100 <label>Expected adducts (optional)</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
101
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
102 <help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
103 Require the presence of certain adducts for a high confidence match. By default, at least the
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
104 presence of an M+H adduct is required for a high confidence match.
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
105 </help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
106 </param> -->
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
107 <!-- <param name="boost_compounds" type="data" format="csv" optional="true">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
108 <label>Validated compounds score boosting (optional)</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
109 <help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
110 Table of previously validated compounds to boost their scores and confidence levels.
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
111 The 1st column of the table must contain IDs of compounds.
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
112 The optional 2nd and 3rd columns may contain mz values and retention times.
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
113 </help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
114 </param> -->
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
115 <param name="min_isp" type="integer" min="0" value="1">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
116 <label>Minimum number of expected isotopes</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
117 <help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
118 Minimum number of adducts/isotopes to be present for a match to be considered as a high confidence match.
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
119 </help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
120 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
121 <param name="max_isp" type="integer" min="0" value="5">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
122 <label>Maximum number of expected isotopes</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
123 <help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
124 Maximum number of adducts/isotopes to be present for a match to be considered as a high confidence match.
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
125 </help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
126 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
127 <param name="redundancy_filtering" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
128 <label>Redundancy filtering</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
129 <help>Whether to filter out low-scored multiple matcher or not.</help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
130 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
131 </section>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
132 <param name="intensity_deviation_tolerance" type="float" value="0.1">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
133 <label>intensity_deviation_tolerance</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
134 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
135 <param name="mass_defect_tolerance" type="float" value="0.1">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
136 <label>mass_defect_tolerance</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
137 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
138 <param name="mass_defect_precision" type="float" value="0.01">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
139 <label>mass_defect_precision</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
140 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
141 <param name="peak_rt_width" type="integer" value="1">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
142 <label>peak_rt_width</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
143 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
144 <param name="maximum_isotopes" type="integer" value="10">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
145 <label>maximum_isotopes</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
146 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
147 <param name="min_ions_per_chemical" type="integer" value="2">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
148 <label>min_ions_per_chemical</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
149 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
150 <param name="filter_by" type="text" value="c('M-H', 'M+H')">
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
151 <!-- turn sanitizer off for prototype, TODO refactor this for production -->
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
152 <sanitizer sanitize="false"></sanitizer>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
153 <label>filter_by</label>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
154 </param>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
155 </inputs>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
156
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
157 <outputs>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
158 <expand macro="outputs"/>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
159 </outputs>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
160
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
161 <help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
162 <![CDATA[
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
163 @HELP@
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
164 Then, a score and a confidence level is assigned to each match based on peak correlation
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
165 clustering, metabolite pathway associations, adducts expectations, and isotope conformations.
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
166 ]]>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
167 </help>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
168
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
169 <citations>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
170 <expand macro="citations"/>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
171 </citations>
e2e2e455fcfb "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox-xmsannotator commit c60206d37ba8fef418ba2a2bfcb4d3b8a70ab8c3"
recetox
parents:
diff changeset
172 </tool>