Mercurial > repos > recetox > ramclustr
annotate ramclustr.xml @ 2:eac0e6feb850 draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
author | recetox |
---|---|
date | Mon, 17 Jan 2022 16:28:54 +0000 |
parents | 15e173c5762c |
children | 211cd88b5148 |
rev | line source |
---|---|
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
1 <tool id="ramclustr" name="RAMClustR" version="@TOOL_VERSION@+galaxy0"> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
2 <macros> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
3 <import>ramclustr_macros.xml</import> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
4 </macros> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
5 <creator> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
6 <organization |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
7 url="https://www.recetox.muni.cz/" |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
8 name="RECETOX MUNI" /> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
9 </creator> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
10 <requirements> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
11 <requirement type="package" version="@TOOL_VERSION@">r-ramclustr</requirement> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
12 <requirement type="package" version="3.14.0">bioconductor-xcms</requirement> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
13 </requirements> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
14 <command detect_errors="aggressive"><![CDATA[ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
15 Rscript |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
16 -e 'source("${__tool_directory__}/ramclustr_wrapper.R")' |
2
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
17 -e 'source("${ramclustr_method}")' |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
18 ]]> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
19 </command> |
2
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
20 <configfiles> |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
21 <configfile name="ramclustr_method"> |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
22 store_output( |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
23 #if $filetype.type_choice == "xcms": |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
24 ramclustr_xcms( |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
25 input_xcms = "$filetype.input_xcms", |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
26 #else: |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
27 ramclustr_csv( |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
28 ms="$filetype.ms_csv.ms", |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
29 idmsms="$filetype.ms_csv.idmsms", |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
30 feature_delimiter="$filetype.ms_csv.feature_delimiter", |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
31 sample_name_column = $filetype.ms_csv.sample_name_column, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
32 retention_time_column= $filetype.ms_csv.retention_time_column, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
33 #end if |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
34 sr = $filetype.required.sr, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
35 deep_split = $filetype.required.deepSplit, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
36 block_size = $filetype.required.blocksize, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
37 mult = $filetype.required.mult, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
38 hmax = $filetype.required.hmax, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
39 collapse = $filetype.required.collapse, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
40 use_pheno = $filetype.required.usePheno, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
41 qc_inj_range = $filetype.required.qc_inj_range, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
42 normalize = "$filetype.required.normalize", |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
43 min_module_size = $filetype.required.minModuleSize, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
44 linkage = "$filetype.required.linkage", |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
45 mzdec = $filetype.required.mzdec, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
46 cor_method = "$filetype.required.cor_method", |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
47 rt_only_low_n = $filetype.required.rt_only_low_n, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
48 replace_zeros = $filetype.required.replace_zeros, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
49 #if $filetype.type_choice == "xcms": |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
50 #if $filetype.optional.st |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
51 st = $filetype.optional.st, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
52 #end if |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
53 #else: |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
54 st = $filetype.ms_csv.st, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
55 #end if |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
56 #if $filetype.optional.maxt |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
57 maxt = $filetype.optional.maxt, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
58 #end if |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
59 #if $filetype.optional.fftempdir |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
60 fftempdir = $filetype.optional.fftempdir, |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
61 #end if |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
62 #if $filetype.metadata.batch_order_qc |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
63 metadata_file = "${filetype.metadata.batch_order_qc}", |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
64 #end if |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
65 ), |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
66 "$result", "$method_metadata", $filetype.required.merge_msp, "$spec_abundance") |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
67 </configfile> |
eac0e6feb850
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit d4a601c637b18f18a5cda9111208559e72d12657"
recetox
parents:
1
diff
changeset
|
68 </configfiles> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
69 <inputs> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
70 <conditional name="filetype"> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
71 <param name="type_choice" type="select" label="Choose input format:"> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
72 <option value="xcms" selected="true">XCMS</option> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
73 <option value="csv">CSV</option> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
74 </param> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
75 <when value="xcms"> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
76 <param name="input_xcms" label="input_xcms" type="data" format="rdata.xcms.fillpeaks" help=": containing grouped feature data for clustering by ramclustR" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
77 <expand macro="parameters_required" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
78 <expand macro="parameters_optional_xcms" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
79 <expand macro="parameters_optional_metadata" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
80 </when> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
81 <when value="csv"> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
82 <expand macro="parameters_csv" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
83 <expand macro="parameters_required" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
84 <expand macro="parameters_optional_csv" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
85 <expand macro="parameters_optional_metadata" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
86 </when> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
87 </conditional> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
88 </inputs> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
89 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
90 <outputs> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
91 <data label="${tool.name} on ${on_string}" name="result" format="RData" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
92 <data label="Spec Abundance of ${on_string}" name="spec_abundance" format="csv" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
93 <data label="Metadata for ${tool.name} on ${on_string}" name="method_metadata" format="txt"/> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
94 <expand macro="output_msp"/> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
95 </outputs> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
96 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
97 <tests> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
98 <test><!-- TEST 1 --> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
99 <param name="type_choice" value="xcms"/> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
100 <param name="input_xcms" value="test1_xcmsObj_1.rdata.xcms.fillpeaks" ftype="rdata.xcms.fillpeaks"/> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
101 <output name="result" file="test1_ramclustObj_xcms_1.rdata" ftype="RData" compare="sim_size" delta="200"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
102 <output_collection name="mass_spectra" type="list"> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
103 <element name="fill" file="test1_fill_xcms_1.msp" ftype="msp"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
104 </output_collection> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
105 <output name="method_metadata" file="test1_metadata_xcms_1.txt" ftype="txt"/> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
106 <output name="spec_abundance" file="test1_spec_abundance_xcms_1.csv" ftype="csv" compare="sim_size" delta="100"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
107 </test> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
108 <test><!-- TEST 2 --> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
109 <param name="type_choice" value="xcms"/> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
110 <param name="input_xcms" value="test2_xcmsObj_2.rdata.xcms.fillpeaks" ftype="rdata.xcms.fillpeaks"/> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
111 <param name="batch_order_qc" value="test2_sample_metadata_xcms_2.csv" ftype="csv" /> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
112 <output name="result" file="test2_ramclustObj_xcms_2.rdata" ftype="RData" compare="sim_size" delta="200"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
113 <output_collection name="mass_spectra" type="list"> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
114 <element name="fill" file="test2_fill_xcms_2.msp" ftype="msp" compare="diff" lines_diff="10"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
115 </output_collection> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
116 <output name="method_metadata" file="test2_metadata_xcms_2.txt" ftype="txt"/> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
117 <output name="spec_abundance" file="test2_spec_abundance_xcms_2.csv" ftype="csv" compare="sim_size" delta="100"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
118 </test> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
119 <test><!-- TEST 3 --> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
120 <param name="type_choice" value="csv"/> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
121 <param name="ms" value="test3_csv_test-input_1_2.csv" ftype="csv"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
122 <param name="st" value="5.0"/> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
123 <param name="blocksize" value="1000"/> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
124 <param name="mult" value="1"/> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
125 <param name="maxt" value="1"/> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
126 <output name="result" file="test3_ramclustObj_csv_1.rdata" ftype="RData" compare="sim_size" delta="200"/> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
127 <output name="spec_abundance" file="test3_spec_abundance_csv_1.csv" ftype="csv"/> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
128 <output name="method_metadata" file="test3_metadata_csv_1.txt" ftype="txt"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
129 <output_collection name="mass_spectra" type="list"> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
130 <element name="fill" file="test3_spectra_csv_1.msp" ftype="msp"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
131 </output_collection> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
132 </test> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
133 <test><!-- TEST 4 --> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
134 <param name="type_choice" value="csv"/> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
135 <param name="ms" value="test3_csv_test-input_1_2.csv" ftype="csv"/> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
136 <param name="batch_order_qc" value="test4_sample_metadata_csv_2.csv" ftype="csv" /> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
137 <output name="result" file="test4_ramclustObj_csv_2.rdata" ftype="RData" compare="sim_size" delta="200"/> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
138 <output name="spec_abundance" file="test4_spec_abundance_csv_2.csv" ftype="csv"/> |
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
139 <output name="method_metadata" file="test4_metadata_csv_2.txt" ftype="txt"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
140 <output_collection name="mass_spectra" type="list"> |
1
15e173c5762c
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 249fdcc40e08fb1aece6d119fcf747eea1c595fb"
recetox
parents:
0
diff
changeset
|
141 <element name="fill" file="test4_spectra_csv_2.msp" ftype="msp" lines_diff="10"/> |
0
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
142 </output_collection> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
143 </test> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
144 </tests> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
145 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
146 <help> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
147 Documentation |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
148 For documentation on the tool see https://github.com/cbroeckl/RAMClustR/blob/master/vignettes/RAMClustR.Rmd |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
149 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
150 Upstream Tools |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
151 +-------+----------------------+----------------------+------------+ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
152 | Name | Output File | Format | Parameter | |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
153 +=======+======================+======================+============+ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
154 | xcms | xset.fillPeaks.RData | rdata.xcms.fillpeaks | xcmsObj | |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
155 +-------+----------------------+----------------------+------------+ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
156 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
157 The tool takes an **xcmsSet** object as input and extracts all relevant information. |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
158 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
159 +-------+------------------------+--------+------------+ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
160 | Name | Output File | Format | Parameter | |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
161 +=======+========================+========+============+ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
162 | ??? | Feature Table with MS1 | csv | ms | |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
163 +-------+------------------------+--------+------------+ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
164 | ??? | Feature Table with MS2 | csv | idmsms | |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
165 +-------+------------------------+--------+------------+ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
166 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
167 Alternatively, the tool takes a **csv** table as input which has to fulfill the following requirements |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
168 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
169 (1) no more than one sample (or file) name column and one feature name row; |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
170 (2) feature names that contain the mass and retention times, separated by a constant delimiter; and |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
171 (3) features in columns and samples in rows. |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
172 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
173 Downstream Tools |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
174 +---------+--------------+----------------------+ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
175 | Name | Output File | Format | |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
176 +=========+==============+======================+ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
177 | matchMS | Mass Spectra | collection (tgz/msp) | |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
178 +---------+--------------+----------------------+ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
179 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
180 @GENERAL_HELP@ |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
181 </help> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
182 |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
183 <expand macro="citations" /> |
cb0b83b330fd
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c69f8d9772bdb9fb3cc9473651397cd6bb877020"
recetox
parents:
diff
changeset
|
184 </tool> |