Mercurial > repos > recetox > ramclustr_define_experiment
annotate ramclustr_define_experiment.xml @ 1:2e012f4c062e draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 8714723083359049eb1a715a946851e07f8a3a20
author | recetox |
---|---|
date | Tue, 20 Sep 2022 14:44:32 +0000 |
parents | 42c2a25ff197 |
children | 25625114618e |
rev | line source |
---|---|
0
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
1 <tool id="ramclustr_define_experiment" name="RAMClustR define experiment" version="1.0.2"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
2 <description>Definition of experimental design used for record keeping and writing spectra data.</description> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
3 <macros> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
4 <import>macros.xml</import> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
5 </macros> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
6 <expand macro="creator"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
7 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
9 sh ${ramclustr_define_experiment_cli} |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
10 ]]> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
11 </command> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
12 <configfiles> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
13 <configfile name="ramclustr_define_experiment_cli"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
14 python3 ${__tool_directory__}/ramclustr_define_experiment_wrapper.py \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
15 --Experiment "$design.Experiment" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
16 --Species "$design.Species" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
17 --Sample "$design.Sample" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
18 --Contributer "$design.Contributor" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
19 --platform "$platform.platform_choice.choice" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
20 #if $platform.platform_choice.choice == "GC-MS": |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
21 --chrominst "$platform.platform_choice.chrominst" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
22 --msinst "$platform.platform_choice.msinst" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
23 --column "$platform.platform_choice.column" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
24 --InletTemp "$platform.platform_choice.InletTemp" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
25 --TransferTemp "$platform.platform_choice.TransferTemp" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
26 --mstype "$platform.platform_choice.gc_mstype" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
27 --msmode "$platform.platform_choice.msmode" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
28 --ionization "$platform.platform_choice.gc_ionization" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
29 --msscanrange "$platform.platform_choice.msscanrange" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
30 --scantime "$platform.platform_choice.scantime" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
31 --deriv "$platform.platform_choice.deriv" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
32 --MSlevs "$platform.platform_choice.MSlevs" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
33 #else: |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
34 --chrominst "$platform.platform_choice.chrominst" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
35 --msinst "$platform.platform_choice.msinst" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
36 --column "$platform.platform_choice.column" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
37 --solvA "$platform.platform_choice.solvA" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
38 --solvB "$platform.platform_choice.solvB" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
39 --CE1 "$platform.platform_choice.CE1" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
40 --CE2 "$platform.platform_choice.CE2" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
41 --mstype "$platform.platform_choice.lc_mstype" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
42 --msmode "$platform.platform_choice.msmode" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
43 --ionization "$platform.platform_choice.lc_ionization" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
44 --colgas "$platform.platform_choice.colgas" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
45 --msscanrange "$platform.platform_choice.msscanrange" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
46 --conevol "$platform.platform_choice.conevol" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
47 --MSlevs "$platform.platform_choice.MSlevs" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
48 #end if |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
49 --output_file "$RAMClustR_experiment" |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
50 </configfile> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
51 </configfiles> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
52 <inputs> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
53 <section name="design" title="Experimental Design" expanded="true"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
54 <param name="Experiment" type="text" label="Experiment name (no spaces)."> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
55 <validator type="empty_field"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
56 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
57 <param name="Species" type="text" label="Genus species from which samples are derived."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
58 <param name="Sample" type="text" label="Type of sample (e.g., serum, leaf)."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
59 <param name="Contributor" type="text" label="Your or your PI's name."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
60 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
61 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
62 <section name="platform" title="Platform" expanded="true"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
63 <conditional name="platform_choice"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
64 <param name="choice" type="select" label="Choose platform:"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
65 <option value="GC-MS" selected="true">GC-MS</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
66 <option value="LC-MS">LC-MS</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
67 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
68 <when value="GC-MS"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
69 <param name="chrominst" type="text" label="Model of GC instrument."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
70 <param name="msinst" type="text" label="Model of MS instrument."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
71 <param name="column" type="text" label="Column description."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
72 <param name="InletTemp" type="text" label="Temperature of inlet."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
73 <param name="TransferTemp" type="text" label="Temperature of GC to MS transfer line."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
74 <param name="gc_mstype" type="select" label="Type of mass spectrometer:"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
75 <option value="QQQ" selected="true">QQQ</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
76 <option value="TOF">TOF</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
77 <option value="QTOF">QTOF</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
78 <option value="Orbi">Orbi</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
79 <option value="Q">Q</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
80 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
81 <param name="msmode" type="select" label="Ion mode:"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
82 <option value="positive" selected="true">positive</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
83 <option value="negative">negative</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
84 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
85 <param name="gc_ionization" type="select" label="Ionization:"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
86 <option value="EI" selected="true">EI</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
87 <option value="AP">AP</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
88 <option value="CI">CI</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
89 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
90 <param name="msscanrange" type="text" label="Scan range used for acquisition."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
91 <param name="scantime" type="float" value="0.2" label="Time for each full scan spectrum (e.g. 0.2 seconds)."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
92 <param name="deriv" type="select" label="Derivitization:"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
93 <option value="TMS" selected="true">TMS</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
94 <option value="TBDMS">TBDMS</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
95 <option value="None">None</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
96 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
97 <param name="MSlevs" type="float" value="1" label="Number of levels of energy acquired - 1 typically."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
98 </when> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
99 <when value="LC-MS"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
100 <param name="chrominst" type="text" label="Model of LC instrument."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
101 <param name="msinst" type="text" label="Model of MS instrument."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
102 <param name="column" type="text" label="Column description."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
103 <param name="solvA" type="text" label="Solvent A composition."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
104 <param name="solvB" type="text" label="Solvent B composition."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
105 <param name="CE1" type="text" label="Collision energy of acquisition of MS data."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
106 <param name="CE2" type="text" label="Collision energy of acquisition for MSe/idMSMS data (when applicable)."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
107 <param name="lc_mstype" type="select" label="Type of mass spectrometer:"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
108 <option value="QQQ" selected="true">QQQ</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
109 <option value="TOF">TOF</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
110 <option value="QTOF">QTOF</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
111 <option value="Orbi">Orbi</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
112 <option value="Q">Q</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
113 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
114 <param name="msmode" type="select" label="Ion mode:"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
115 <option value="positive" selected="true">positive</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
116 <option value="negative">negative</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
117 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
118 <param name="lc_ionization" type="select" label="Ionization:"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
119 <option value="ESI" selected="true">ESI</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
120 <option value="APCI">APCI</option> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
121 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
122 <param name="colgas" type="text" label="Gas used for collisional dissociation."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
123 <param name="msscanrange" type="text" label="Scan range used for acquisition."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
124 <param name="conevol" type="text" label="Cone voltage used for acquisition."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
125 <param name="MSlevs" type="float" value="1" label="number of levels of energy in XCMS object data - 1 typically."/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
126 </when> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
127 </conditional> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
128 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
129 </inputs> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
130 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
131 <outputs> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
132 <data label="RAMClustR experiment definition" name="RAMClustR_experiment" format="csv" /> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
133 </outputs> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
134 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
135 <tests> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
136 <test><!-- TEST 1 --> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
137 <section name="design"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
138 <param name="Experiment" value="experiment_gc"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
139 <param name="Species" value="mus musculus"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
140 <param name="Sample" value="serum"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
141 <param name="Contributor" value="recetox"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
142 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
143 <section name="platform"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
144 <section name="platform_choice"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
145 <param name="choice" value="GC-MS"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
146 <param name="chrominst" value="ISQ 7000"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
147 <param name="msinst" value="ISQ7K-VPI"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
148 <param name="column" value="These columns enable analysis of ppm levels of amines without column priming"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
149 <param name="InletTemp" value="33"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
150 <param name="TransferTemp" value="23"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
151 <param name="gc_mstype" value="QTOF"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
152 <param name="msmode" value="positive"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
153 <param name="gc_ionization" value="AP"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
154 <param name="msscanrange" value="100"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
155 <param name="scantime" value="0.2"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
156 <param name="deriv" value="TMS"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
157 <param name="MSlevs" value="1.0"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
158 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
159 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
160 <output name="RAMClustR_experiment" file="gc-ramclustr-define-experiment.csv" ftype="csv"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
161 </test> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
162 <test><!-- TEST 2 --> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
163 <section name="design"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
164 <param name="Experiment" value="experiment_lc"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
165 <param name="Species" value="mus musculus"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
166 <param name="Sample" value="serum"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
167 <param name="Contributor" value="recetox"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
168 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
169 <section name="platform"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
170 <section name="platform_choice"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
171 <param name="choice" value="LC-MS"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
172 <param name="chrominst" value="UltiMateX 3000 BioRS System"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
173 <param name="msinst" value="FSN04-10000"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
174 <param name="column" value="These columns enable analysis of ppm levels of amines without column priming"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
175 <param name="solvA" value="H20"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
176 <param name="solvB" value="CO2"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
177 <param name="CE1" value="50"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
178 <param name="CE2" value="100"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
179 <param name="lc_mstype" value="Q"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
180 <param name="msmode" value="negative"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
181 <param name="lc_ionization" value="ESI"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
182 <param name="colgas" value="He"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
183 <param name="msscanrange" value="1000"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
184 <param name="conevol" value="12"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
185 <param name="MSlevs" value="1.0"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
186 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
187 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
188 <output name="RAMClustR_experiment" file="lc-ramclustr-define-experiment.csv" ftype="csv"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
189 </test> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
190 </tests> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
191 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
192 <help> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
193 <![CDATA[ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
194 @HELP_experiment@ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
195 ]]> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
196 </help> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
197 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
198 <expand macro="citations" /> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
199 </tool> |