Mercurial > repos > recetox > ramclustr_define_experiment
annotate ramclustr_define_experiment.xml @ 5:7bbdcce50541 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
author | recetox |
---|---|
date | Thu, 12 Oct 2023 13:31:08 +0000 |
parents | 049285068dad |
children |
rev | line source |
---|---|
5
7bbdcce50541
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
3
diff
changeset
|
1 <tool id="ramclustr_define_experiment" name="RAMClustR define experiment" version="1.0.2+galaxy2" profile="21.09"> |
0
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> |
5
7bbdcce50541
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
3
diff
changeset
|
6 <expand macro='annotation'/> |
3
049285068dad
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 4a1bc7cba9745fd26e039b1629d4c9d9588ff5c0
recetox
parents:
2
diff
changeset
|
7 <edam_operations> |
049285068dad
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 4a1bc7cba9745fd26e039b1629d4c9d9588ff5c0
recetox
parents:
2
diff
changeset
|
8 <edam_operation>operation_3429</edam_operation> |
049285068dad
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit 4a1bc7cba9745fd26e039b1629d4c9d9588ff5c0
recetox
parents:
2
diff
changeset
|
9 </edam_operations> |
5
7bbdcce50541
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
recetox
parents:
3
diff
changeset
|
10 <expand macro="refs"/> |
0
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
11 <expand macro="creator"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
12 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
13 <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
|
14 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
|
15 ]]> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
16 </command> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
17 <configfiles> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
18 <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
|
19 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
|
20 --Experiment "$design.Experiment" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
21 --Species "$design.Species" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
22 --Sample "$design.Sample" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
23 --Contributer "$design.Contributor" \ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
24 --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
|
25 #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
|
26 --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
|
27 --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
|
28 --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
|
29 --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
|
30 --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
|
31 --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
|
32 --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
|
33 --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
|
34 --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
|
35 --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
|
36 --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
|
37 --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
|
38 #else: |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
39 --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
|
40 --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
|
41 --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
|
42 --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
|
43 --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
|
44 --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
|
45 --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
|
46 --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
|
47 --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
|
48 --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
|
49 --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
|
50 --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
|
51 --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
|
52 --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
|
53 #end if |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
54 --output_file "$RAMClustR_experiment" |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
55 </configfile> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
56 </configfiles> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
57 <inputs> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
58 <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
|
59 <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
|
60 <validator type="empty_field"/> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
61 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
62 <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
|
63 <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
|
64 <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
|
65 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
66 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
67 <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
|
68 <conditional name="platform_choice"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
69 <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
|
70 <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
|
71 <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
|
72 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
73 <when value="GC-MS"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
74 <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
|
75 <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
|
76 <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
|
77 <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
|
78 <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
|
79 <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
|
80 <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
|
81 <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
|
82 <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
|
83 <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
|
84 <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
|
85 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
86 <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
|
87 <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
|
88 <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
|
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="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
|
91 <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
|
92 <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
|
93 <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
|
94 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
95 <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
|
96 <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
|
97 <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
|
98 <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
|
99 <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
|
100 <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
|
101 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
102 <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
|
103 </when> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
104 <when value="LC-MS"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
105 <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
|
106 <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
|
107 <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
|
108 <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
|
109 <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
|
110 <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
|
111 <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
|
112 <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
|
113 <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
|
114 <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
|
115 <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
|
116 <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
|
117 <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
|
118 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
119 <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
|
120 <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
|
121 <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
|
122 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
123 <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
|
124 <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
|
125 <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
|
126 </param> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
127 <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
|
128 <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
|
129 <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
|
130 <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
|
131 </when> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
132 </conditional> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
133 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
134 </inputs> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
135 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
136 <outputs> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
137 <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
|
138 </outputs> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
139 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
140 <tests> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
141 <test><!-- TEST 1 --> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
142 <section name="design"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
143 <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
|
144 <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
|
145 <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
|
146 <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
|
147 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
148 <section name="platform"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
149 <section name="platform_choice"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
150 <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
|
151 <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
|
152 <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
|
153 <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
|
154 <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
|
155 <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
|
156 <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
|
157 <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
|
158 <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
|
159 <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
|
160 <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
|
161 <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
|
162 <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
|
163 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
164 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
165 <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
|
166 </test> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
167 <test><!-- TEST 2 --> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
168 <section name="design"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
169 <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
|
170 <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
|
171 <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
|
172 <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
|
173 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
174 <section name="platform"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
175 <section name="platform_choice"> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
176 <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
|
177 <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
|
178 <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
|
179 <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
|
180 <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
|
181 <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
|
182 <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
|
183 <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
|
184 <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
|
185 <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
|
186 <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
|
187 <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
|
188 <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
|
189 <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
|
190 <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
|
191 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
192 </section> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
193 <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
|
194 </test> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
195 </tests> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
196 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
197 <help> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
198 <![CDATA[ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
199 @HELP_experiment@ |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
200 ]]> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
201 </help> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
202 |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
203 <expand macro="citations" /> |
42c2a25ff197
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/ramclustr commit c321421a07bfdcc9ed423e9ed2ee794157984ba1
recetox
parents:
diff
changeset
|
204 </tool> |