Mercurial > repos > galaxyp > cardinal_data_exporter
diff data_exporter.xml @ 11:a54b0b1d81bc 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:39:25 +0000 |
| parents | 2ec4d512cfda |
| children | 2e35566f83b4 |
line wrap: on
line diff
--- a/data_exporter.xml Sun Aug 29 07:18:26 2021 +0000 +++ b/data_exporter.xml Tue Feb 22 20:39:25 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>
