Mercurial > repos > galaxyp > cardinal_data_exporter
diff 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 |
line wrap: on
line diff
--- a/data_exporter.xml Sun Aug 29 07:31:38 2021 +0000 +++ b/data_exporter.xml Tue Feb 22 20:57:42 2022 +0000 @@ -239,7 +239,7 @@ </configfiles> <inputs> <expand macro="reading_msidata"/> - <param name="output_options" type="select" display="checkboxes" optional="False" multiple="true" label="Multiple output files can be selected"> + <param name="output_options" type="select" optional="False" multiple="true" label="Multiple output files can be selected"> <option value="int_matrix" selected="True" >intensity matrix</option> <option value="mz_tabular">mz feature output</option> <option value="pixel_tabular">pixel output</option> @@ -263,7 +263,7 @@ <when value="no_annotation"/> <when value="yes_annotation"> <expand macro="reading_pixel_annotations"/> - <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"> + <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"> <option value="mean">mean</option> <option value="median">median</option> <option value="sd">standard deviation</option>