annotate ramclustr_csv.xml @ 2:08b09930cd73 draft

"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
author recetox
date Thu, 04 Feb 2021 11:34:59 +0000
parents d9c9ec0e2bd8
children 61035548f46c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
1 <tool id="ramclustr_csv" name="RAMClustR (CSV)" version="@TOOL_VERSION@+galaxy0">
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" />
0
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
14 </inputs>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
15
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
16 <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
17 Rscript
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
18 -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
19 -e 'x <- ramclustr_csv(
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
20 ms="$ms_csv.ms",
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
21 idmsms="$ms_csv.idmsms",
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
22 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
23 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
24 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
25 sr = $required.sr,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
26 deep_split = $required.deepSplit,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
27 block_size = $required.blocksize,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
28 mult = $required.mult,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
29 hmax = $required.hmax,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
30 collapse = $required.collapse,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
31 use_pheno = $required.usePheno,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
32 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
33 normalize = "$required.normalize",
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
34 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
35 linkage = "$required.linkage",
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
36 mzdec = $required.mzdec,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
37 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
38 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
39 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
40 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
41 #if $optional.maxt
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
42 maxt = $optional.maxt,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
43 #end if
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
44 #if $optional.fftempdir
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
45 fftempdir = $optional.fftempdir,
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
46 #end if
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
47 )'
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
48 -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
49
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
50 ]]>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
51 </command>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
52
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
53 <outputs>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
54 <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
55 <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
56 <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
57 <expand macro="output_msp"/>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
58 </outputs>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
59
2
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
60 <tests>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
61 <test>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
62 <param name="ms" value="csv_test-input.csv" ftype="csv"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
63 <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
64 <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
65 <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
66 <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
67 <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
68 <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
69 <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
70 <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
71 <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
72 <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
73 <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
74 <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
75 <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
76 <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
77 <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
78 <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
79 <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
80 <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
81 <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
82 <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
83 <param name="maxt" value="1"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
84 <output name="result" file="ramclustR-csv_object.RData"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
85 <output name="spec_abundance" file="spec-abundance_csv.csv" ftype="csv"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
86 <output name="method_metadata" file="metadata_csv.txt" ftype="txt"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
87 <output_collection name="mass_spectra" type="list">
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
88 <element name="fill" file="test-spectra_csv.msp" ftype="msp"/>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
89 </output_collection>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
90 </test>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
91 </tests>
08b09930cd73 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit beda1b99934fb8254de04bb38e41eb9ce836d71d"
recetox
parents: 1
diff changeset
92
0
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
93 <help>
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
94 Documentation
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
95 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
96
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
97 Upstream Tools
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
98 +-------+------------------------+--------+------------+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
99 | 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
100 +=======+========================+========+============+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
101 | ??? | 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
102 +-------+------------------------+--------+------------+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
103 | ??? | 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
104 +-------+------------------------+--------+------------+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
105
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
106 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
107
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
108 (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
109 (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
110 (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
111
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
112 Downstream Tools
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 | Name | Output File | Format |
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 | 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
117 +---------+--------------+----------------------+
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
118
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
119 @GENERAL_HELP@
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
120 </help>
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 <expand macro="citations" />
43b60b28ccf7 "planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 12025c9247a7bd1afc327134623c6ae3e048fca8"
recetox
parents:
diff changeset
123 </tool>