Mercurial > repos > galaxyp > openms_lowmempeakpickerhires_randomaccess
diff LowMemPeakPickerHiRes_RandomAccess.xml @ 1:b31a2a0faed7 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 820d990f9217706e693b8a2f1da91e13c09cb0fb
author | galaxyp |
---|---|
date | Tue, 18 Apr 2017 15:39:45 -0400 |
parents | d78e97fb5b7e |
children | 46907ec93057 |
line wrap: on
line diff
--- a/LowMemPeakPickerHiRes_RandomAccess.xml Wed Mar 01 10:11:09 2017 -0500 +++ b/LowMemPeakPickerHiRes_RandomAccess.xml Tue Apr 18 15:39:45 2017 -0400 @@ -36,7 +36,12 @@ -algorithm:report_FWHM #end if #if $param_algorithm_report_FWHM_unit: - -algorithm:report_FWHM_unit $param_algorithm_report_FWHM_unit + -algorithm:report_FWHM_unit + #if " " in str($param_algorithm_report_FWHM_unit): + "$param_algorithm_report_FWHM_unit" + #else + $param_algorithm_report_FWHM_unit + #end if #end if #if $param_algorithm_SignalToNoise_win_len: -algorithm:SignalToNoise:win_len $param_algorithm_SignalToNoise_win_len @@ -48,7 +53,12 @@ -algorithm:SignalToNoise:min_required_elements $param_algorithm_SignalToNoise_min_required_elements #end if #if $param_algorithm_SignalToNoise_write_log_messages: - -algorithm:SignalToNoise:write_log_messages $param_algorithm_SignalToNoise_write_log_messages + -algorithm:SignalToNoise:write_log_messages + #if " " in str($param_algorithm_SignalToNoise_write_log_messages): + "$param_algorithm_SignalToNoise_write_log_messages" + #else + $param_algorithm_SignalToNoise_write_log_messages + #end if #end if #if $adv_opts.adv_opts_selector=='advanced': #if $adv_opts.param_force: