Mercurial > repos > galaxyp > openms_spectramerger
comparison SpectraMerger.xml @ 1:4726f1062f33 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:55:34 -0400 |
| parents | c561e6fb46d8 |
| children | 84ba2c7e5d9b |
comparison
equal
deleted
inserted
replaced
| 0:c561e6fb46d8 | 1:4726f1062f33 |
|---|---|
| 17 #end if | 17 #end if |
| 18 #if $param_out: | 18 #if $param_out: |
| 19 -out $param_out | 19 -out $param_out |
| 20 #end if | 20 #end if |
| 21 #if $param_merging_method: | 21 #if $param_merging_method: |
| 22 -merging_method $param_merging_method | 22 -merging_method |
| 23 #if " " in str($param_merging_method): | |
| 24 "$param_merging_method" | |
| 25 #else | |
| 26 $param_merging_method | |
| 27 #end if | |
| 23 #end if | 28 #end if |
| 24 #if $param_algorithm_average_gaussian_spectrum_type: | 29 #if $param_algorithm_average_gaussian_spectrum_type: |
| 25 -algorithm:average_gaussian:spectrum_type $param_algorithm_average_gaussian_spectrum_type | 30 -algorithm:average_gaussian:spectrum_type |
| 31 #if " " in str($param_algorithm_average_gaussian_spectrum_type): | |
| 32 "$param_algorithm_average_gaussian_spectrum_type" | |
| 33 #else | |
| 34 $param_algorithm_average_gaussian_spectrum_type | |
| 35 #end if | |
| 26 #end if | 36 #end if |
| 27 #if $param_algorithm_average_gaussian_ms_level: | 37 #if $param_algorithm_average_gaussian_ms_level: |
| 28 -algorithm:average_gaussian:ms_level $param_algorithm_average_gaussian_ms_level | 38 -algorithm:average_gaussian:ms_level $param_algorithm_average_gaussian_ms_level |
| 29 #end if | 39 #end if |
| 30 #if $param_algorithm_average_gaussian_rt_FWHM: | 40 #if $param_algorithm_average_gaussian_rt_FWHM: |
| 31 -algorithm:average_gaussian:rt_FWHM $param_algorithm_average_gaussian_rt_FWHM | 41 -algorithm:average_gaussian:rt_FWHM $param_algorithm_average_gaussian_rt_FWHM |
| 32 #end if | 42 #end if |
| 33 #if $param_algorithm_average_tophat_spectrum_type: | 43 #if $param_algorithm_average_tophat_spectrum_type: |
| 34 -algorithm:average_tophat:spectrum_type $param_algorithm_average_tophat_spectrum_type | 44 -algorithm:average_tophat:spectrum_type |
| 45 #if " " in str($param_algorithm_average_tophat_spectrum_type): | |
| 46 "$param_algorithm_average_tophat_spectrum_type" | |
| 47 #else | |
| 48 $param_algorithm_average_tophat_spectrum_type | |
| 49 #end if | |
| 35 #end if | 50 #end if |
| 36 #if $param_algorithm_average_tophat_ms_level: | 51 #if $param_algorithm_average_tophat_ms_level: |
| 37 -algorithm:average_tophat:ms_level $param_algorithm_average_tophat_ms_level | 52 -algorithm:average_tophat:ms_level $param_algorithm_average_tophat_ms_level |
| 38 #end if | 53 #end if |
| 39 #if $param_algorithm_average_tophat_rt_range: | 54 #if $param_algorithm_average_tophat_rt_range: |
| 40 -algorithm:average_tophat:rt_range $param_algorithm_average_tophat_rt_range | 55 -algorithm:average_tophat:rt_range $param_algorithm_average_tophat_rt_range |
| 41 #end if | 56 #end if |
| 42 #if $param_algorithm_average_tophat_rt_unit: | 57 #if $param_algorithm_average_tophat_rt_unit: |
| 43 -algorithm:average_tophat:rt_unit $param_algorithm_average_tophat_rt_unit | 58 -algorithm:average_tophat:rt_unit |
| 59 #if " " in str($param_algorithm_average_tophat_rt_unit): | |
| 60 "$param_algorithm_average_tophat_rt_unit" | |
| 61 #else | |
| 62 $param_algorithm_average_tophat_rt_unit | |
| 63 #end if | |
| 44 #end if | 64 #end if |
| 45 | 65 |
| 46 #if $rep_param_algorithm_block_method_ms_levels: | 66 #if $rep_param_algorithm_block_method_ms_levels: |
| 47 -algorithm:block_method:ms_levels | 67 -algorithm:block_method:ms_levels |
| 48 #for token in $rep_param_algorithm_block_method_ms_levels: | 68 #for token in $rep_param_algorithm_block_method_ms_levels: |
| 71 #end if | 91 #end if |
| 72 #if $adv_opts.param_algorithm_mz_binning_width: | 92 #if $adv_opts.param_algorithm_mz_binning_width: |
| 73 -algorithm:mz_binning_width $adv_opts.param_algorithm_mz_binning_width | 93 -algorithm:mz_binning_width $adv_opts.param_algorithm_mz_binning_width |
| 74 #end if | 94 #end if |
| 75 #if $adv_opts.param_algorithm_mz_binning_width_unit: | 95 #if $adv_opts.param_algorithm_mz_binning_width_unit: |
| 76 -algorithm:mz_binning_width_unit $adv_opts.param_algorithm_mz_binning_width_unit | 96 -algorithm:mz_binning_width_unit |
| 97 #if " " in str($adv_opts.param_algorithm_mz_binning_width_unit): | |
| 98 "$adv_opts.param_algorithm_mz_binning_width_unit" | |
| 99 #else | |
| 100 $adv_opts.param_algorithm_mz_binning_width_unit | |
| 101 #end if | |
| 77 #end if | 102 #end if |
| 78 #if $adv_opts.param_algorithm_sort_blocks: | 103 #if $adv_opts.param_algorithm_sort_blocks: |
| 79 -algorithm:sort_blocks $adv_opts.param_algorithm_sort_blocks | 104 -algorithm:sort_blocks |
| 105 #if " " in str($adv_opts.param_algorithm_sort_blocks): | |
| 106 "$adv_opts.param_algorithm_sort_blocks" | |
| 107 #else | |
| 108 $adv_opts.param_algorithm_sort_blocks | |
| 109 #end if | |
| 80 #end if | 110 #end if |
| 81 #if $adv_opts.param_algorithm_average_gaussian_cutoff: | 111 #if $adv_opts.param_algorithm_average_gaussian_cutoff: |
| 82 -algorithm:average_gaussian:cutoff $adv_opts.param_algorithm_average_gaussian_cutoff | 112 -algorithm:average_gaussian:cutoff $adv_opts.param_algorithm_average_gaussian_cutoff |
| 83 #end if | 113 #end if |
| 84 #end if | 114 #end if |
