Mercurial > repos > pieterlukasse > prims_metabolomics
comparison metams_lcms_pick_and_group.xml @ 52:5b1adc49700d
small adjustment
author | pieter.lukasse@wur.nl |
---|---|
date | Thu, 11 Dec 2014 10:26:17 +0100 |
parents | 684d2341968c |
children | 70574a6381ea |
comparison
equal
deleted
inserted
replaced
51:684d2341968c | 52:5b1adc49700d |
---|---|
7 metaMS_cmd_pick_and_group.r | 7 metaMS_cmd_pick_and_group.r |
8 $data_files | 8 $data_files |
9 $customMetaMSsettings | 9 $customMetaMSsettings |
10 $outputFile | 10 $outputFile |
11 $xsetOut | 11 $xsetOut |
12 $findAdducts_polarity | 12 $polarity |
13 $htmlReportFile | 13 $htmlReportFile |
14 $htmlReportFile.files_path | 14 $htmlReportFile.files_path |
15 $outputLog | 15 $outputLog |
16 </command> | 16 </command> |
17 <inputs> | 17 <inputs> |
18 <param name="data_files" type="data" format="prims.fileset.zip" label="Data files (.zip file with CDF, mzML or mzXML files)" help=".zip file containing the CDF, mzML or mzXML files of the new measurements"/> | 18 <param name="data_files" type="data" format="prims.fileset.zip" label="Data files (.zip file with CDF, mzML or mzXML files)" help=".zip file containing the CDF, mzML or mzXML files of the new measurements"/> |
19 | 19 |
20 <param name="protocolName" type="text" size="30" label="protocolName" value="e.g. Synapt.QTOF.RP" | 20 <param name="protocolName" type="text" size="30" label="protocolName" value="e.g. Synapt.QTOF.RP" |
21 help="Choose a name to give for the specific settings in the parameters below"/><!-- TODO - let user choose this --> | 21 help="Choose a name to give for the specific settings in the parameters below"/><!-- TODO - let user choose this --> |
22 | |
23 <param name="polarity" type="select" size="30" label="polarity" | |
24 help="Which polarity mode was used for measuring of the ms sample"> | |
25 <option value="positive" selected="true">positive</option> | |
26 <option value="negative" >negative</option> | |
27 </param> | |
22 | 28 |
23 | 29 |
24 <!-- ===========NB : if peak picking, alignment OR CAMERA settings have to be reused for runGC wrapper in the future, we can use Galaxy macro expansions here | 30 <!-- ===========NB : if peak picking, alignment OR CAMERA settings have to be reused for runGC wrapper in the future, we can use Galaxy macro expansions here |
25 to avoid defining these parameters again in the runGC wrapper ========================= --> | 31 to avoid defining these parameters again in the runGC wrapper ========================= --> |
26 <conditional name="peakPicking"> | 32 <conditional name="peakPicking"> |
176 help="max. number of expected isotopes" /> | 182 help="max. number of expected isotopes" /> |
177 | 183 |
178 <param name="findIsotopes_minfrac" type="float" size="10" value="0.5" label="(findIsotopes)minfrac" | 184 <param name="findIsotopes_minfrac" type="float" size="10" value="0.5" label="(findIsotopes)minfrac" |
179 help="The ratio for the number of samples, which must satisfy the C12/C13 rule for isotope annotation" /> | 185 help="The ratio for the number of samples, which must satisfy the C12/C13 rule for isotope annotation" /> |
180 | 186 |
181 <param name="findAdducts_polarity" type="select" size="30" label="(findAdducts)polarity" | |
182 help="Which polarity mode was used for measuring of the ms sample"> | |
183 <option value="positive" selected="true">positive</option> | |
184 <option value="negative" >negative</option> | |
185 </param> | |
186 | 187 |
187 <param name="findAdducts_multiplier" type="integer" size="10" value="3" label="(findAdducts)multiplier" | 188 <param name="findAdducts_multiplier" type="integer" size="10" value="3" label="(findAdducts)multiplier" |
188 help="If no ruleset is provided, calculate ruleset with max. number n of [nM+x] clusterions" /> | 189 help="If no ruleset is provided, calculate ruleset with max. number n of [nM+x] clusterions" /> |
189 | 190 |
190 | 191 |