annotate ramclustr_csv.xml @ 3:61035548f46c draft default tip

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
author recetox
date Mon, 07 Jun 2021 15:13:41 +0000
parents 08b09930cd73
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
1 <tool id="ramclustr_csv" name="RAMClustR (CSV)" version="@TOOL_VERSION@+galaxy1">
0
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
2 <macros>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
3 <import>ramclustr_macros.xml</import>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
4 </macros>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
5
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
6 <requirements>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
7 <container type="docker">recetox/ramclustr:1.1.0-recetox0</container>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
8 </requirements>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
9
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
10 <inputs>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
11 <expand macro="parameters_csv" />
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
12 <expand macro="parameters_required" />
1
d9c9ec0e2bd8 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 36ea15ec5b1f1899f28c3a92d3a55dd6ac3dffae"
recetox
parents: 0
diff changeset
13 <expand macro="parameters_optional_csv" />
3
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
14 <expand macro="parameters_optional_metadata" />
0
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
15 </inputs>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
16
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
17 <command detect_errors="aggressive"><![CDATA[
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
18 Rscript
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
19 -e 'source("${__tool_directory__}/ramclustr_wrapper.R")'
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
20 -e 'x <- ramclustr_csv(
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
21 ms="$ms_csv.ms",
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
22 idmsms="$ms_csv.idmsms",
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
23 feature_delimiter="$ms_csv.feature_delimiter",
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
24 sample_name_column = $ms_csv.sample_name_column,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
25 retention_time_column= $ms_csv.retention_time_column,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
26 sr = $required.sr,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
27 deep_split = $required.deepSplit,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
28 block_size = $required.blocksize,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
29 mult = $required.mult,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
30 hmax = $required.hmax,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
31 collapse = $required.collapse,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
32 use_pheno = $required.usePheno,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
33 qc_inj_range = $required.qc_inj_range,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
34 normalize = "$required.normalize",
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
35 min_module_size = $required.minModuleSize,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
36 linkage = "$required.linkage",
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
37 mzdec = $required.mzdec,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
38 cor_method = "$required.cor_method",
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
39 rt_only_low_n = $required.rt_only_low_n,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
40 replace_zeros = $required.replace_zeros,
1
d9c9ec0e2bd8 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 36ea15ec5b1f1899f28c3a92d3a55dd6ac3dffae"
recetox
parents: 0
diff changeset
41 st = $ms_csv.st,
0
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
42 #if $optional.maxt
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
43 maxt = $optional.maxt,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
44 #end if
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
45 #if $optional.fftempdir
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
46 fftempdir = $optional.fftempdir,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
47 #end if
3
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
48 #if $metadata.batch_order_qc
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
49 metadata = "$metadata.batch_order_qc"
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
50 #end if
0
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
51 )'
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
52 -e 'store_output(x, "$result", "$method_metadata", $required.merge_msp, "$spec_abundance")'
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
53
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
54 ]]>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
55 </command>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
56
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
57 <outputs>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
58 <data label="${tool.name} on ${on_string}" name="result" format="RData" />
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
59 <data label="Spec Abundance of ${on_string}" name="spec_abundance" format="csv" />
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
60 <data label="Metadata for ${tool.name} on ${on_string}" name="method_metadata" format="txt"/>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
61 <expand macro="output_msp"/>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
62 </outputs>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
63
2
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
64 <tests>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
65 <test>
3
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
66 <param name="ms" value="csv_test-input_1_2.csv" ftype="csv"/>
2
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
67 <param name="sample_name_column" value="1"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
68 <param name="feature_delimiter" value="_"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
69 <param name="retention_time_column" value="2"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
70 <param name="st" value="5.0"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
71 <param name="sr" value="0.5"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
72 <param name="deepSplit" value="False"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
73 <param name="blocksize" value="1000"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
74 <param name="mult" value="1"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
75 <param name="hmax" value="0.3"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
76 <param name="collapse" value="True"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
77 <param name="usePheno" value="True"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
78 <param name="normalize" value="none"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
79 <param name="qc_inj_range" value="20"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
80 <param name="minModuleSize" value="2"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
81 <param name="linkage" value="average"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
82 <param name="mzdec" value="3"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
83 <param name="cor_method" value="pearson"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
84 <param name="rt_only_low_n" value="True"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
85 <param name="replace_zeros" value="True"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
86 <param name="Merge MSP Files" value="True"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
87 <param name="maxt" value="1"/>
3
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
88 <output name="result" file="ramclustObj_csv_1.rdata"/>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
89 <output name="spec_abundance" file="spec_abundance_csv_1.csv" ftype="csv"/>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
90 <output name="method_metadata" file="metadata_csv_1.txt" ftype="txt"/>
2
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
91 <output_collection name="mass_spectra" type="list">
3
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
92 <element name="fill" file="spectra_csv_1.msp" ftype="msp"/>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
93 </output_collection>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
94 </test>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
95 <test>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
96 <param name="ms" value="csv_test-input_1_2.csv" ftype="csv"/>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
97 <param name="sample_name_column" value="1"/>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
98 <param name="feature_delimiter" value="_"/>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
99 <param name="retention_time_column" value="2"/>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
100 <param name="batch_order_qc" value="sample_metadata_csv_2.csv" ftype="csv" />
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
101 <output name="result" file="ramclustObj_csv_2.rdata"/>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
102 <output name="spec_abundance" file="spec_abundance_csv_2.csv" ftype="csv"/>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
103 <output name="method_metadata" file="metadata_csv_2.txt" ftype="txt"/>
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
104 <output_collection name="mass_spectra" type="list">
61035548f46c "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 3479dea72f19e42832d30cda4283e56e81dd96d5"
recetox
parents: 2
diff changeset
105 <element name="fill" file="spectra_csv_2.msp" ftype="msp" lines_diff="10"/>
2
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
106 </output_collection>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
107 </test>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
108 </tests>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
109
0
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
110 <help>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
111 Documentation
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
112 For documentation on the tool see https://github.com/cbroeckl/RAMClustR/blob/master/vignettes/RAMClustR.Rmd
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
113
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
114 Upstream Tools
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
115 +-------+------------------------+--------+------------+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
116 | Name | Output File | Format | Parameter |
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
117 +=======+========================+========+============+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
118 | ??? | Feature Table with MS1 | csv | ms |
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
119 +-------+------------------------+--------+------------+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
120 | ??? | Feature Table with MS2 | csv | idmsms |
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
121 +-------+------------------------+--------+------------+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
122
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
123 The tool takes a **csv** table as input which has to fulfill the following requirements
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
124
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
125 (1) no more than one sample (or file) name column and one feature name row;
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
126 (2) feature names that contain the mass and retention times, separated by a constant delimiter; and
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
127 (3) features in columns and samples in rows.
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
128
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
129 Downstream Tools
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
130 +---------+--------------+----------------------+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
131 | Name | Output File | Format |
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
132 +=========+==============+======================+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
133 | matchMS | Mass Spectra | collection (tgz/msp) |
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
134 +---------+--------------+----------------------+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
135
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
136 @GENERAL_HELP@
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
137 </help>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
138
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
139 <expand macro="citations" />
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
140 </tool>