Mercurial > repos > galaxyp > cardinal_data_exporter
comparison data_exporter.xml @ 15:b6a4dd06cde0 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cardinal commit badc51fcd74ba0c14cd1ae64d5f524291fa11441"
author | galaxyp |
---|---|
date | Tue, 22 Feb 2022 20:57:42 +0000 |
parents | a5d09f2daf71 |
children | 56da27be956a |
comparison
equal
deleted
inserted
replaced
14:be5d1c3c51e5 | 15:b6a4dd06cde0 |
---|---|
237 | 237 |
238 ]]></configfile> | 238 ]]></configfile> |
239 </configfiles> | 239 </configfiles> |
240 <inputs> | 240 <inputs> |
241 <expand macro="reading_msidata"/> | 241 <expand macro="reading_msidata"/> |
242 <param name="output_options" type="select" display="checkboxes" optional="False" multiple="true" label="Multiple output files can be selected"> | 242 <param name="output_options" type="select" optional="False" multiple="true" label="Multiple output files can be selected"> |
243 <option value="int_matrix" selected="True" >intensity matrix</option> | 243 <option value="int_matrix" selected="True" >intensity matrix</option> |
244 <option value="mz_tabular">mz feature output</option> | 244 <option value="mz_tabular">mz feature output</option> |
245 <option value="pixel_tabular">pixel output</option> | 245 <option value="pixel_tabular">pixel output</option> |
246 </param> | 246 </param> |
247 <conditional name="counting_calibrants"> | 247 <conditional name="counting_calibrants"> |
261 <option value="yes_annotation">yes</option> | 261 <option value="yes_annotation">yes</option> |
262 </param> | 262 </param> |
263 <when value="no_annotation"/> | 263 <when value="no_annotation"/> |
264 <when value="yes_annotation"> | 264 <when value="yes_annotation"> |
265 <expand macro="reading_pixel_annotations"/> | 265 <expand macro="reading_pixel_annotations"/> |
266 <param name="summary_type" type="select" display="checkboxes" optional="False" multiple="true" label="Calculation for each m/z and all pixels of a annotation group" help="This step will only work if pixel annotations are provided"> | 266 <param name="summary_type" type="select" optional="False" multiple="true" label="Calculation for each m/z and all pixels of a annotation group" help="This step will only work if pixel annotations are provided"> |
267 <option value="mean">mean</option> | 267 <option value="mean">mean</option> |
268 <option value="median">median</option> | 268 <option value="median">median</option> |
269 <option value="sd">standard deviation</option> | 269 <option value="sd">standard deviation</option> |
270 </param> | 270 </param> |
271 </when> | 271 </when> |