Mercurial > repos > galaxyp > openms_precursorionselector
comparison PrecursorIonSelector.xml @ 1:ba0c07f3cb9f 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:48:45 -0400 |
parents | d53ccfc9c11f |
children | e2785d77ac17 |
comparison
equal
deleted
inserted
replaced
0:d53ccfc9c11f | 1:ba0c07f3cb9f |
---|---|
61 $token.param_fixed_modifications | 61 $token.param_fixed_modifications |
62 #end if | 62 #end if |
63 #end for | 63 #end for |
64 #end if | 64 #end if |
65 #if $param_algorithm_type: | 65 #if $param_algorithm_type: |
66 -algorithm:type $param_algorithm_type | 66 -algorithm:type |
67 #if " " in str($param_algorithm_type): | |
68 "$param_algorithm_type" | |
69 #else | |
70 $param_algorithm_type | |
71 #end if | |
67 #end if | 72 #end if |
68 #if $param_algorithm_max_iteration: | 73 #if $param_algorithm_max_iteration: |
69 -algorithm:max_iteration $param_algorithm_max_iteration | 74 -algorithm:max_iteration $param_algorithm_max_iteration |
70 #end if | 75 #end if |
71 #if $param_algorithm_rt_bin_capacity: | 76 #if $param_algorithm_rt_bin_capacity: |
118 #end if | 123 #end if |
119 #if $param_algorithm_MIPFormulation_combined_ilp_k3: | 124 #if $param_algorithm_MIPFormulation_combined_ilp_k3: |
120 -algorithm:MIPFormulation:combined_ilp:k3 $param_algorithm_MIPFormulation_combined_ilp_k3 | 125 -algorithm:MIPFormulation:combined_ilp:k3 $param_algorithm_MIPFormulation_combined_ilp_k3 |
121 #end if | 126 #end if |
122 #if $param_algorithm_MIPFormulation_combined_ilp_scale_matching_probs: | 127 #if $param_algorithm_MIPFormulation_combined_ilp_scale_matching_probs: |
123 -algorithm:MIPFormulation:combined_ilp:scale_matching_probs $param_algorithm_MIPFormulation_combined_ilp_scale_matching_probs | 128 -algorithm:MIPFormulation:combined_ilp:scale_matching_probs |
129 #if " " in str($param_algorithm_MIPFormulation_combined_ilp_scale_matching_probs): | |
130 "$param_algorithm_MIPFormulation_combined_ilp_scale_matching_probs" | |
131 #else | |
132 $param_algorithm_MIPFormulation_combined_ilp_scale_matching_probs | |
133 #end if | |
124 #end if | 134 #end if |
125 #if $param_algorithm_MIPFormulation_feature_based_no_intensity_normalization: | 135 #if $param_algorithm_MIPFormulation_feature_based_no_intensity_normalization: |
126 -algorithm:MIPFormulation:feature_based:no_intensity_normalization | 136 -algorithm:MIPFormulation:feature_based:no_intensity_normalization |
127 #end if | 137 #end if |
128 #if $param_algorithm_MIPFormulation_feature_based_max_number_precursors_per_feature: | 138 #if $param_algorithm_MIPFormulation_feature_based_max_number_precursors_per_feature: |
130 #end if | 140 #end if |
131 #if $param_algorithm_Preprocessing_precursor_mass_tolerance: | 141 #if $param_algorithm_Preprocessing_precursor_mass_tolerance: |
132 -algorithm:Preprocessing:precursor_mass_tolerance $param_algorithm_Preprocessing_precursor_mass_tolerance | 142 -algorithm:Preprocessing:precursor_mass_tolerance $param_algorithm_Preprocessing_precursor_mass_tolerance |
133 #end if | 143 #end if |
134 #if $param_algorithm_Preprocessing_precursor_mass_tolerance_unit: | 144 #if $param_algorithm_Preprocessing_precursor_mass_tolerance_unit: |
135 -algorithm:Preprocessing:precursor_mass_tolerance_unit $param_algorithm_Preprocessing_precursor_mass_tolerance_unit | 145 -algorithm:Preprocessing:precursor_mass_tolerance_unit |
146 #if " " in str($param_algorithm_Preprocessing_precursor_mass_tolerance_unit): | |
147 "$param_algorithm_Preprocessing_precursor_mass_tolerance_unit" | |
148 #else | |
149 $param_algorithm_Preprocessing_precursor_mass_tolerance_unit | |
150 #end if | |
136 #end if | 151 #end if |
137 #if $param_algorithm_Preprocessing_preprocessed_db_path: | 152 #if $param_algorithm_Preprocessing_preprocessed_db_path: |
138 -algorithm:Preprocessing:preprocessed_db_path "$param_algorithm_Preprocessing_preprocessed_db_path" | 153 -algorithm:Preprocessing:preprocessed_db_path "$param_algorithm_Preprocessing_preprocessed_db_path" |
139 #end if | 154 #end if |
140 #if $param_algorithm_Preprocessing_preprocessed_db_pred_rt_path: | 155 #if $param_algorithm_Preprocessing_preprocessed_db_pred_rt_path: |
173 #if $param_algorithm_Preprocessing_rt_settings_gauss_sigma: | 188 #if $param_algorithm_Preprocessing_rt_settings_gauss_sigma: |
174 -algorithm:Preprocessing:rt_settings:gauss_sigma $param_algorithm_Preprocessing_rt_settings_gauss_sigma | 189 -algorithm:Preprocessing:rt_settings:gauss_sigma $param_algorithm_Preprocessing_rt_settings_gauss_sigma |
175 #end if | 190 #end if |
176 #if $adv_opts.adv_opts_selector=='advanced': | 191 #if $adv_opts.adv_opts_selector=='advanced': |
177 #if $adv_opts.param_solver: | 192 #if $adv_opts.param_solver: |
178 -solver $adv_opts.param_solver | 193 -solver |
194 #if " " in str($adv_opts.param_solver): | |
195 "$adv_opts.param_solver" | |
196 #else | |
197 $adv_opts.param_solver | |
198 #end if | |
179 #end if | 199 #end if |
180 #if $adv_opts.param_force: | 200 #if $adv_opts.param_force: |
181 -force | 201 -force |
182 #end if | 202 #end if |
183 #end if | 203 #end if |