Mercurial > repos > bgruening > openms
comparison MSSimulator.xml @ 4:6ead64a594bd draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
| author | bgruening |
|---|---|
| date | Wed, 27 Jan 2016 10:06:49 -0500 |
| parents | 3d84209d3178 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:ec62782f6c68 | 4:6ead64a594bd |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <tool id="MSSimulator" name="MSSimulator" version="1.12.0"> | 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> |
| 3 <description>A highly configurable simulator for mass spectrometry experiments.</description> | 3 <!--Proposed Tool Section: [Utilities]--> |
| 4 <macros> | 4 <tool id="MSSimulator" name="MSSimulator" version="2.0.0"> |
| 5 <token name="@EXECUTABLE@">MSSimulator</token> | 5 <description>A highly configurable simulator for mass spectrometry experiments.</description> |
| 6 <import>macros.xml</import> | 6 <macros> |
| 7 </macros> | 7 <token name="@EXECUTABLE@">MSSimulator</token> |
| 8 <expand macro="stdio"/> | 8 <import>macros.xml</import> |
| 9 <expand macro="requirements"/> | 9 </macros> |
| 10 <command>MSSimulator | 10 <expand macro="references"/> |
| 11 <expand macro="stdio"/> | |
| 12 <expand macro="requirements"/> | |
| 13 <command>MSSimulator | |
| 11 | 14 |
| 12 -in ${param_in} | 15 -in |
| 13 -out ${param_out} | 16 #for token in $param_in: |
| 14 -out_pm ${param_out_pm} | 17 $token |
| 15 -out_fm ${param_out_fm} | 18 #end for |
| 16 -out_cm ${param_out_cm} | 19 #if $param_out: |
| 17 -out_lcm ${param_out_lcm} | 20 -out $param_out |
| 18 -out_cntm ${param_out_cntm} | 21 #end if |
| 19 -out_id ${param_out_id} | 22 #if $param_out_pm: |
| 20 -threads \${GALAXY_SLOTS:-24} | 23 -out_pm $param_out_pm |
| 21 -algorithm:MSSim:Digestion:enzyme ${param_enzyme} | 24 #end if |
| 22 -algorithm:MSSim:Digestion:model ${param_model} | 25 #if $param_out_fm: |
| 23 -algorithm:MSSim:Digestion:min_peptide_length ${param_min_peptide_length} | 26 -out_fm $param_out_fm |
| 24 -algorithm:MSSim:Digestion:model_trained:threshold ${param_threshold} | 27 #end if |
| 25 -algorithm:MSSim:Digestion:model_naive:missed_cleavages ${param_missed_cleavages} | 28 #if $param_out_cm: |
| 26 -algorithm:MSSim:RT:rt_column ${param_rt_column} | 29 -out_cm $param_out_cm |
| 27 ${param_auto_scale} | 30 #end if |
| 28 -algorithm:MSSim:RT:total_gradient_time ${param_total_gradient_time} | 31 #if $param_out_lcm: |
| 29 -algorithm:MSSim:RT:sampling_rate ${param_sampling_rate} | 32 -out_lcm $param_out_lcm |
| 30 -algorithm:MSSim:RT:scan_window:min ${param_min} | 33 #end if |
| 31 -algorithm:MSSim:RT:scan_window:max ${param_max} | 34 #if $param_out_cntm: |
| 32 -algorithm:MSSim:RT:variation:feature_stddev ${param_feature_stddev} | 35 -out_cntm $param_out_cntm |
| 33 -algorithm:MSSim:RT:variation:affine_offset ${param_affine_offset} | 36 #end if |
| 34 -algorithm:MSSim:RT:variation:affine_scale ${param_affine_scale} | 37 #if $param_out_id: |
| 35 -algorithm:MSSim:RT:column_condition:distortion ${param_distortion} | 38 -out_id $param_out_id |
| 36 -algorithm:MSSim:RT:profile_shape:width:value ${param_value} | 39 #end if |
| 37 -algorithm:MSSim:RT:profile_shape:width:variance ${param_variance} | 40 -threads \${GALAXY_SLOTS:-24} |
| 38 -algorithm:MSSim:RT:profile_shape:skewness:value ${param_value} | 41 #if $param_algorithm_MSSim_Digestion_enzyme: |
| 39 -algorithm:MSSim:RT:profile_shape:skewness:variance ${param_variance} | 42 -algorithm:MSSim:Digestion:enzyme |
| 40 -algorithm:MSSim:RT:HPLC:model_file ${param_model_file} | 43 #if " " in str($param_algorithm_MSSim_Digestion_enzyme): |
| 41 -algorithm:MSSim:RT:CE:pH ${param_pH} | 44 "$param_algorithm_MSSim_Digestion_enzyme" |
| 42 -algorithm:MSSim:RT:CE:alpha ${param_alpha} | 45 #else |
| 43 -algorithm:MSSim:RT:CE:mu_eo ${param_mu_eo} | 46 $param_algorithm_MSSim_Digestion_enzyme |
| 44 -algorithm:MSSim:RT:CE:lenght_d ${param_lenght_d} | 47 #end if |
| 45 -algorithm:MSSim:RT:CE:length_total ${param_length_total} | 48 #end if |
| 46 -algorithm:MSSim:RT:CE:voltage ${param_voltage} | 49 #if $param_algorithm_MSSim_Digestion_model: |
| 47 ${param_dt_simulation_on} | 50 -algorithm:MSSim:Digestion:model |
| 48 -algorithm:MSSim:Detectability:min_detect ${param_min_detect} | 51 #if " " in str($param_algorithm_MSSim_Digestion_model): |
| 49 -algorithm:MSSim:Detectability:dt_model_file ${param_dt_model_file} | 52 "$param_algorithm_MSSim_Digestion_model" |
| 50 -algorithm:MSSim:Ionization:esi:ionized_residues ${param_ionized_residues} | 53 #else |
| 51 -algorithm:MSSim:Ionization:esi:charge_impurity ${param_charge_impurity} | 54 $param_algorithm_MSSim_Digestion_model |
| 52 -algorithm:MSSim:Ionization:esi:ionization_probability ${param_ionization_probability} | 55 #end if |
| 53 -algorithm:MSSim:Ionization:maldi:ionization_probabilities ${param_ionization_probabilities} | 56 #end if |
| 54 -algorithm:MSSim:Ionization:mz:lower_measurement_limit ${param_lower_measurement_limit} | 57 #if $param_algorithm_MSSim_Digestion_min_peptide_length: |
| 55 -algorithm:MSSim:Ionization:mz:upper_measurement_limit ${param_upper_measurement_limit} | 58 -algorithm:MSSim:Digestion:min_peptide_length $param_algorithm_MSSim_Digestion_min_peptide_length |
| 56 ${param_enabled} | 59 #end if |
| 57 -algorithm:MSSim:RawSignal:peak_shape ${param_peak_shape} | 60 #if $param_algorithm_MSSim_Digestion_model_trained_threshold: |
| 58 -algorithm:MSSim:RawSignal:resolution:value ${param_value} | 61 -algorithm:MSSim:Digestion:model_trained:threshold $param_algorithm_MSSim_Digestion_model_trained_threshold |
| 59 -algorithm:MSSim:RawSignal:resolution:type ${param_type} | 62 #end if |
| 60 -algorithm:MSSim:RawSignal:baseline:scaling ${param_scaling} | 63 #if $param_algorithm_MSSim_Digestion_model_naive_missed_cleavages: |
| 61 -algorithm:MSSim:RawSignal:baseline:shape ${param_shape} | 64 -algorithm:MSSim:Digestion:model_naive:missed_cleavages $param_algorithm_MSSim_Digestion_model_naive_missed_cleavages |
| 62 -algorithm:MSSim:RawSignal:mz:sampling_points ${param_sampling_points} | 65 #end if |
| 63 -algorithm:MSSim:RawSignal:contaminants:file ${param_file} | 66 #if $param_algorithm_MSSim_RT_rt_column: |
| 64 -algorithm:MSSim:RawSignal:variation:mz:error_stddev ${param_error_stddev} | 67 -algorithm:MSSim:RT:rt_column |
| 65 -algorithm:MSSim:RawSignal:variation:mz:error_mean ${param_error_mean} | 68 #if " " in str($param_algorithm_MSSim_RT_rt_column): |
| 66 -algorithm:MSSim:RawSignal:variation:intensity:scale ${param_scale} | 69 "$param_algorithm_MSSim_RT_rt_column" |
| 67 -algorithm:MSSim:RawSignal:variation:intensity:scale_stddev ${param_scale_stddev} | 70 #else |
| 68 -algorithm:MSSim:RawSignal:noise:shot:rate ${param_rate} | 71 $param_algorithm_MSSim_RT_rt_column |
| 69 -algorithm:MSSim:RawSignal:noise:shot:intensity-mean ${param_intensity-mean} | 72 #end if |
| 70 -algorithm:MSSim:RawSignal:noise:white:mean ${param_mean} | 73 #end if |
| 71 -algorithm:MSSim:RawSignal:noise:white:stddev ${param_stddev} | 74 #if $param_algorithm_MSSim_RT_auto_scale: |
| 72 -algorithm:MSSim:RawSignal:noise:detector:mean ${param_mean} | 75 -algorithm:MSSim:RT:auto_scale |
| 73 -algorithm:MSSim:RawSignal:noise:detector:stddev ${param_stddev} | 76 #end if |
| 74 -algorithm:MSSim:RawTandemSignal:status ${param_status} | 77 #if $param_algorithm_MSSim_RT_total_gradient_time: |
| 75 -algorithm:MSSim:RawTandemSignal:tandem_mode ${param_tandem_mode} | 78 -algorithm:MSSim:RT:total_gradient_time $param_algorithm_MSSim_RT_total_gradient_time |
| 76 -algorithm:MSSim:RawTandemSignal:svm_model_set_file ${param_svm_model_set_file} | 79 #end if |
| 77 -algorithm:MSSim:RawTandemSignal:Precursor:ms2_spectra_per_rt_bin ${param_ms2_spectra_per_rt_bin} | 80 #if $param_algorithm_MSSim_RT_sampling_rate: |
| 78 -algorithm:MSSim:RawTandemSignal:Precursor:min_peak_distance ${param_min_peak_distance} | 81 -algorithm:MSSim:RT:sampling_rate $param_algorithm_MSSim_RT_sampling_rate |
| 79 -algorithm:MSSim:RawTandemSignal:Precursor:selection_window ${param_selection_window} | 82 #end if |
| 80 ${param_exclude_overlapping_peaks} | 83 #if $param_algorithm_MSSim_RT_scan_window_min: |
| 81 -algorithm:MSSim:RawTandemSignal:Precursor:charge_filter ${param_charge_filter} | 84 -algorithm:MSSim:RT:scan_window:min $param_algorithm_MSSim_RT_scan_window_min |
| 82 ${param_use_dynamic_exclusion} | 85 #end if |
| 83 -algorithm:MSSim:RawTandemSignal:Precursor:Exclusion:exclusion_time ${param_exclusion_time} | 86 #if $param_algorithm_MSSim_RT_scan_window_max: |
| 84 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:max_list_size ${param_max_list_size} | 87 -algorithm:MSSim:RT:scan_window:max $param_algorithm_MSSim_RT_scan_window_max |
| 85 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:rt:min_rt ${param_min_rt} | 88 #end if |
| 86 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:rt:max_rt ${param_max_rt} | 89 #if $param_algorithm_MSSim_RT_variation_feature_stddev: |
| 87 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:rt:rt_step_size ${param_rt_step_size} | 90 -algorithm:MSSim:RT:variation:feature_stddev $param_algorithm_MSSim_RT_variation_feature_stddev |
| 88 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:rt:rt_window_size ${param_rt_window_size} | 91 #end if |
| 89 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:min_protein_id_probability ${param_min_protein_id_probability} | 92 #if $param_algorithm_MSSim_RT_variation_affine_offset: |
| 90 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:min_pt_weight ${param_min_pt_weight} | 93 -algorithm:MSSim:RT:variation:affine_offset $param_algorithm_MSSim_RT_variation_affine_offset |
| 91 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:min_mz ${param_min_mz} | 94 #end if |
| 92 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:max_mz ${param_max_mz} | 95 #if $param_algorithm_MSSim_RT_variation_affine_scale: |
| 93 ${param_use_peptide_rule} | 96 -algorithm:MSSim:RT:variation:affine_scale $param_algorithm_MSSim_RT_variation_affine_scale |
| 94 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:min_peptide_ids ${param_min_peptide_ids} | 97 #end if |
| 95 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:min_peptide_probability ${param_min_peptide_probability} | 98 #if $param_algorithm_MSSim_RT_column_condition_distortion: |
| 96 ${param_add_single_spectra} | 99 -algorithm:MSSim:RT:column_condition:distortion $param_algorithm_MSSim_RT_column_condition_distortion |
| 97 ${param_add_isotopes} | 100 #end if |
| 98 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:max_isotope ${param_max_isotope} | 101 #if $param_algorithm_MSSim_RT_profile_shape_width_value: |
| 99 ${param_add_metainfo} | 102 -algorithm:MSSim:RT:profile_shape:width:value $param_algorithm_MSSim_RT_profile_shape_width_value |
| 100 ${param_add_losses} | 103 #end if |
| 101 ${param_add_precursor_peaks} | 104 #if $param_algorithm_MSSim_RT_profile_shape_width_variance: |
| 102 ${param_add_abundant_immonium_ions} | 105 -algorithm:MSSim:RT:profile_shape:width:variance $param_algorithm_MSSim_RT_profile_shape_width_variance |
| 103 ${param_add_first_prefix_ion} | 106 #end if |
| 104 ${param_add_y_ions} | 107 #if $param_algorithm_MSSim_RT_profile_shape_skewness_value: |
| 105 ${param_add_b_ions} | 108 -algorithm:MSSim:RT:profile_shape:skewness:value $param_algorithm_MSSim_RT_profile_shape_skewness_value |
| 106 ${param_add_a_ions} | 109 #end if |
| 107 ${param_add_c_ions} | 110 #if $param_algorithm_MSSim_RT_profile_shape_skewness_variance: |
| 108 ${param_add_x_ions} | 111 -algorithm:MSSim:RT:profile_shape:skewness:variance $param_algorithm_MSSim_RT_profile_shape_skewness_variance |
| 109 ${param_add_z_ions} | 112 #end if |
| 110 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:y_intensity ${param_y_intensity} | 113 #if $param_algorithm_MSSim_RT_HPLC_model_file: |
| 111 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:b_intensity ${param_b_intensity} | 114 -algorithm:MSSim:RT:HPLC:model_file "$param_algorithm_MSSim_RT_HPLC_model_file" |
| 112 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:a_intensity ${param_a_intensity} | 115 #end if |
| 113 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:c_intensity ${param_c_intensity} | 116 #if $param_algorithm_MSSim_RT_CE_pH: |
| 114 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:x_intensity ${param_x_intensity} | 117 -algorithm:MSSim:RT:CE:pH $param_algorithm_MSSim_RT_CE_pH |
| 115 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:z_intensity ${param_z_intensity} | 118 #end if |
| 116 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:relative_loss_intensity ${param_relative_loss_intensity} | 119 #if $param_algorithm_MSSim_RT_CE_alpha: |
| 117 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_intensity ${param_precursor_intensity} | 120 -algorithm:MSSim:RT:CE:alpha $param_algorithm_MSSim_RT_CE_alpha |
| 118 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_H2O_intensity ${param_precursor_H2O_intensity} | 121 #end if |
| 119 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_NH3_intensity ${param_precursor_NH3_intensity} | 122 #if $param_algorithm_MSSim_RT_CE_mu_eo: |
| 120 ${param_add_isotopes} | 123 -algorithm:MSSim:RT:CE:mu_eo $param_algorithm_MSSim_RT_CE_mu_eo |
| 121 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:max_isotope ${param_max_isotope} | 124 #end if |
| 122 ${param_add_metainfo} | 125 #if $param_algorithm_MSSim_RT_CE_lenght_d: |
| 123 ${param_add_first_prefix_ion} | 126 -algorithm:MSSim:RT:CE:lenght_d $param_algorithm_MSSim_RT_CE_lenght_d |
| 124 ${param_hide_y_ions} | 127 #end if |
| 125 ${param_hide_y2_ions} | 128 #if $param_algorithm_MSSim_RT_CE_length_total: |
| 126 ${param_hide_b_ions} | 129 -algorithm:MSSim:RT:CE:length_total $param_algorithm_MSSim_RT_CE_length_total |
| 127 ${param_hide_b2_ions} | 130 #end if |
| 128 ${param_hide_a_ions} | 131 #if $param_algorithm_MSSim_RT_CE_voltage: |
| 129 ${param_hide_c_ions} | 132 -algorithm:MSSim:RT:CE:voltage $param_algorithm_MSSim_RT_CE_voltage |
| 130 ${param_hide_x_ions} | 133 #end if |
| 131 ${param_hide_z_ions} | 134 #if $param_algorithm_MSSim_Detectability_dt_simulation_on: |
| 132 ${param_hide_losses} | 135 -algorithm:MSSim:Detectability:dt_simulation_on |
| 133 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:y_intensity ${param_y_intensity} | 136 #end if |
| 134 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:b_intensity ${param_b_intensity} | 137 #if $param_algorithm_MSSim_Detectability_min_detect: |
| 135 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:a_intensity ${param_a_intensity} | 138 -algorithm:MSSim:Detectability:min_detect $param_algorithm_MSSim_Detectability_min_detect |
| 136 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:c_intensity ${param_c_intensity} | 139 #end if |
| 137 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:x_intensity ${param_x_intensity} | 140 #if $param_algorithm_MSSim_Detectability_dt_model_file: |
| 138 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:z_intensity ${param_z_intensity} | 141 -algorithm:MSSim:Detectability:dt_model_file "$param_algorithm_MSSim_Detectability_dt_model_file" |
| 139 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:relative_loss_intensity ${param_relative_loss_intensity} | 142 #end if |
| 140 -algorithm:MSSim:Global:ionization_type ${param_ionization_type} | 143 |
| 141 -algorithm:MSSim:Labeling:type ${param_type} | 144 #if $rep_param_algorithm_MSSim_Ionization_esi_ionized_residues: |
| 142 -algorithm:MSSim:Labeling:ICPL:ICPL_fixed_rtshift ${param_ICPL_fixed_rtshift} | 145 -algorithm:MSSim:Ionization:esi:ionized_residues |
| 143 ${param_label_proteins} | 146 #for token in $rep_param_algorithm_MSSim_Ionization_esi_ionized_residues: |
| 144 -algorithm:MSSim:Labeling:SILAC:fixed_rtshift ${param_fixed_rtshift} | 147 #if " " in str(token): |
| 145 -algorithm:MSSim:Labeling:SILAC:medium_channel:modification_lysine ${param_modification_lysine} | 148 "$token.param_algorithm_MSSim_Ionization_esi_ionized_residues" |
| 146 -algorithm:MSSim:Labeling:SILAC:medium_channel:modification_arginine ${param_modification_arginine} | 149 #else |
| 147 -algorithm:MSSim:Labeling:SILAC:heavy_channel:modification_lysine ${param_modification_lysine} | 150 $token.param_algorithm_MSSim_Ionization_esi_ionized_residues |
| 148 -algorithm:MSSim:Labeling:SILAC:heavy_channel:modification_arginine ${param_modification_arginine} | 151 #end if |
| 149 -algorithm:MSSim:Labeling:itraq:iTRAQ ${param_iTRAQ} | 152 #end for |
| 150 -algorithm:MSSim:Labeling:itraq:reporter_mass_shift ${param_reporter_mass_shift} | 153 #end if |
| 151 -algorithm:MSSim:Labeling:itraq:channel_active_4plex ${param_channel_active_4plex} | 154 |
| 152 -algorithm:MSSim:Labeling:itraq:channel_active_8plex ${param_channel_active_8plex} | 155 #if $rep_param_algorithm_MSSim_Ionization_esi_charge_impurity: |
| 153 -algorithm:MSSim:Labeling:itraq:Y_contamination ${param_Y_contamination} | 156 -algorithm:MSSim:Ionization:esi:charge_impurity |
| 154 -algorithm:MSSim:Labeling:o18:labeling_efficiency ${param_labeling_efficiency} | 157 #for token in $rep_param_algorithm_MSSim_Ionization_esi_charge_impurity: |
| 155 -algorithm:RandomNumberGenerators:biological ${param_biological} | 158 #if " " in str(token): |
| 156 -algorithm:RandomNumberGenerators:technical ${param_technical} | 159 "$token.param_algorithm_MSSim_Ionization_esi_charge_impurity" |
| 160 #else | |
| 161 $token.param_algorithm_MSSim_Ionization_esi_charge_impurity | |
| 162 #end if | |
| 163 #end for | |
| 164 #end if | |
| 165 #if $param_algorithm_MSSim_Ionization_esi_ionization_probability: | |
| 166 -algorithm:MSSim:Ionization:esi:ionization_probability $param_algorithm_MSSim_Ionization_esi_ionization_probability | |
| 167 #end if | |
| 168 | |
| 169 #if $rep_param_algorithm_MSSim_Ionization_maldi_ionization_probabilities: | |
| 170 -algorithm:MSSim:Ionization:maldi:ionization_probabilities | |
| 171 #for token in $rep_param_algorithm_MSSim_Ionization_maldi_ionization_probabilities: | |
| 172 #if " " in str(token): | |
| 173 "$token.param_algorithm_MSSim_Ionization_maldi_ionization_probabilities" | |
| 174 #else | |
| 175 $token.param_algorithm_MSSim_Ionization_maldi_ionization_probabilities | |
| 176 #end if | |
| 177 #end for | |
| 178 #end if | |
| 179 #if $param_algorithm_MSSim_Ionization_mz_lower_measurement_limit: | |
| 180 -algorithm:MSSim:Ionization:mz:lower_measurement_limit $param_algorithm_MSSim_Ionization_mz_lower_measurement_limit | |
| 181 #end if | |
| 182 #if $param_algorithm_MSSim_Ionization_mz_upper_measurement_limit: | |
| 183 -algorithm:MSSim:Ionization:mz:upper_measurement_limit $param_algorithm_MSSim_Ionization_mz_upper_measurement_limit | |
| 184 #end if | |
| 185 #if $param_algorithm_MSSim_RawSignal_enabled: | |
| 186 -algorithm:MSSim:RawSignal:enabled | |
| 187 #end if | |
| 188 #if $param_algorithm_MSSim_RawSignal_peak_shape: | |
| 189 -algorithm:MSSim:RawSignal:peak_shape | |
| 190 #if " " in str($param_algorithm_MSSim_RawSignal_peak_shape): | |
| 191 "$param_algorithm_MSSim_RawSignal_peak_shape" | |
| 192 #else | |
| 193 $param_algorithm_MSSim_RawSignal_peak_shape | |
| 194 #end if | |
| 195 #end if | |
| 196 #if $param_algorithm_MSSim_RawSignal_resolution_value: | |
| 197 -algorithm:MSSim:RawSignal:resolution:value $param_algorithm_MSSim_RawSignal_resolution_value | |
| 198 #end if | |
| 199 #if $param_algorithm_MSSim_RawSignal_resolution_type: | |
| 200 -algorithm:MSSim:RawSignal:resolution:type | |
| 201 #if " " in str($param_algorithm_MSSim_RawSignal_resolution_type): | |
| 202 "$param_algorithm_MSSim_RawSignal_resolution_type" | |
| 203 #else | |
| 204 $param_algorithm_MSSim_RawSignal_resolution_type | |
| 205 #end if | |
| 206 #end if | |
| 207 #if $param_algorithm_MSSim_RawSignal_baseline_scaling: | |
| 208 -algorithm:MSSim:RawSignal:baseline:scaling $param_algorithm_MSSim_RawSignal_baseline_scaling | |
| 209 #end if | |
| 210 #if $param_algorithm_MSSim_RawSignal_baseline_shape: | |
| 211 -algorithm:MSSim:RawSignal:baseline:shape $param_algorithm_MSSim_RawSignal_baseline_shape | |
| 212 #end if | |
| 213 #if $param_algorithm_MSSim_RawSignal_mz_sampling_points: | |
| 214 -algorithm:MSSim:RawSignal:mz:sampling_points $param_algorithm_MSSim_RawSignal_mz_sampling_points | |
| 215 #end if | |
| 216 #if $param_algorithm_MSSim_RawSignal_contaminants_file: | |
| 217 -algorithm:MSSim:RawSignal:contaminants:file "$param_algorithm_MSSim_RawSignal_contaminants_file" | |
| 218 #end if | |
| 219 #if $param_algorithm_MSSim_RawSignal_variation_mz_error_stddev: | |
| 220 -algorithm:MSSim:RawSignal:variation:mz:error_stddev $param_algorithm_MSSim_RawSignal_variation_mz_error_stddev | |
| 221 #end if | |
| 222 #if $param_algorithm_MSSim_RawSignal_variation_mz_error_mean: | |
| 223 -algorithm:MSSim:RawSignal:variation:mz:error_mean $param_algorithm_MSSim_RawSignal_variation_mz_error_mean | |
| 224 #end if | |
| 225 #if $param_algorithm_MSSim_RawSignal_variation_intensity_scale: | |
| 226 -algorithm:MSSim:RawSignal:variation:intensity:scale $param_algorithm_MSSim_RawSignal_variation_intensity_scale | |
| 227 #end if | |
| 228 #if $param_algorithm_MSSim_RawSignal_variation_intensity_scale_stddev: | |
| 229 -algorithm:MSSim:RawSignal:variation:intensity:scale_stddev $param_algorithm_MSSim_RawSignal_variation_intensity_scale_stddev | |
| 230 #end if | |
| 231 #if $param_algorithm_MSSim_RawSignal_noise_shot_rate: | |
| 232 -algorithm:MSSim:RawSignal:noise:shot:rate $param_algorithm_MSSim_RawSignal_noise_shot_rate | |
| 233 #end if | |
| 234 #if $param_algorithm_MSSim_RawSignal_noise_shot_intensity_mean: | |
| 235 -algorithm:MSSim:RawSignal:noise:shot:intensity-mean $param_algorithm_MSSim_RawSignal_noise_shot_intensity_mean | |
| 236 #end if | |
| 237 #if $param_algorithm_MSSim_RawSignal_noise_white_mean: | |
| 238 -algorithm:MSSim:RawSignal:noise:white:mean $param_algorithm_MSSim_RawSignal_noise_white_mean | |
| 239 #end if | |
| 240 #if $param_algorithm_MSSim_RawSignal_noise_white_stddev: | |
| 241 -algorithm:MSSim:RawSignal:noise:white:stddev $param_algorithm_MSSim_RawSignal_noise_white_stddev | |
| 242 #end if | |
| 243 #if $param_algorithm_MSSim_RawSignal_noise_detector_mean: | |
| 244 -algorithm:MSSim:RawSignal:noise:detector:mean $param_algorithm_MSSim_RawSignal_noise_detector_mean | |
| 245 #end if | |
| 246 #if $param_algorithm_MSSim_RawSignal_noise_detector_stddev: | |
| 247 -algorithm:MSSim:RawSignal:noise:detector:stddev $param_algorithm_MSSim_RawSignal_noise_detector_stddev | |
| 248 #end if | |
| 249 #if $param_algorithm_MSSim_RawTandemSignal_status: | |
| 250 -algorithm:MSSim:RawTandemSignal:status | |
| 251 #if " " in str($param_algorithm_MSSim_RawTandemSignal_status): | |
| 252 "$param_algorithm_MSSim_RawTandemSignal_status" | |
| 253 #else | |
| 254 $param_algorithm_MSSim_RawTandemSignal_status | |
| 255 #end if | |
| 256 #end if | |
| 257 #if $param_algorithm_MSSim_RawTandemSignal_tandem_mode: | |
| 258 -algorithm:MSSim:RawTandemSignal:tandem_mode $param_algorithm_MSSim_RawTandemSignal_tandem_mode | |
| 259 #end if | |
| 260 #if $param_algorithm_MSSim_RawTandemSignal_svm_model_set_file: | |
| 261 -algorithm:MSSim:RawTandemSignal:svm_model_set_file "$param_algorithm_MSSim_RawTandemSignal_svm_model_set_file" | |
| 262 #end if | |
| 263 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ms2_spectra_per_rt_bin: | |
| 264 -algorithm:MSSim:RawTandemSignal:Precursor:ms2_spectra_per_rt_bin $param_algorithm_MSSim_RawTandemSignal_Precursor_ms2_spectra_per_rt_bin | |
| 265 #end if | |
| 266 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_min_mz_peak_distance: | |
| 267 -algorithm:MSSim:RawTandemSignal:Precursor:min_mz_peak_distance $param_algorithm_MSSim_RawTandemSignal_Precursor_min_mz_peak_distance | |
| 268 #end if | |
| 269 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_mz_isolation_window: | |
| 270 -algorithm:MSSim:RawTandemSignal:Precursor:mz_isolation_window $param_algorithm_MSSim_RawTandemSignal_Precursor_mz_isolation_window | |
| 271 #end if | |
| 272 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_exclude_overlapping_peaks: | |
| 273 -algorithm:MSSim:RawTandemSignal:Precursor:exclude_overlapping_peaks | |
| 274 #end if | |
| 275 | |
| 276 #if $rep_param_algorithm_MSSim_RawTandemSignal_Precursor_charge_filter: | |
| 277 -algorithm:MSSim:RawTandemSignal:Precursor:charge_filter | |
| 278 #for token in $rep_param_algorithm_MSSim_RawTandemSignal_Precursor_charge_filter: | |
| 279 #if " " in str(token): | |
| 280 "$token.param_algorithm_MSSim_RawTandemSignal_Precursor_charge_filter" | |
| 281 #else | |
| 282 $token.param_algorithm_MSSim_RawTandemSignal_Precursor_charge_filter | |
| 283 #end if | |
| 284 #end for | |
| 285 #end if | |
| 286 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_Exclusion_use_dynamic_exclusion: | |
| 287 -algorithm:MSSim:RawTandemSignal:Precursor:Exclusion:use_dynamic_exclusion | |
| 288 #end if | |
| 289 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_Exclusion_exclusion_time: | |
| 290 -algorithm:MSSim:RawTandemSignal:Precursor:Exclusion:exclusion_time $param_algorithm_MSSim_RawTandemSignal_Precursor_Exclusion_exclusion_time | |
| 291 #end if | |
| 292 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_max_list_size: | |
| 293 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:max_list_size $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_max_list_size | |
| 294 #end if | |
| 295 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_min_rt: | |
| 296 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:rt:min_rt $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_min_rt | |
| 297 #end if | |
| 298 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_max_rt: | |
| 299 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:rt:max_rt $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_max_rt | |
| 300 #end if | |
| 301 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_rt_step_size: | |
| 302 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:rt:rt_step_size $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_rt_step_size | |
| 303 #end if | |
| 304 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_rt_window_size: | |
| 305 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:rt:rt_window_size $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_rt_window_size | |
| 306 #end if | |
| 307 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_protein_id_probability: | |
| 308 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:min_protein_id_probability $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_protein_id_probability | |
| 309 #end if | |
| 310 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_pt_weight: | |
| 311 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:min_pt_weight $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_pt_weight | |
| 312 #end if | |
| 313 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_mz: | |
| 314 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:min_mz $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_mz | |
| 315 #end if | |
| 316 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_max_mz: | |
| 317 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:max_mz $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_max_mz | |
| 318 #end if | |
| 319 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_use_peptide_rule: | |
| 320 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:use_peptide_rule | |
| 321 #end if | |
| 322 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_peptide_ids: | |
| 323 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:min_peptide_ids $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_peptide_ids | |
| 324 #end if | |
| 325 #if $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_peptide_probability: | |
| 326 -algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:min_peptide_probability $param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_peptide_probability | |
| 327 #end if | |
| 328 #if $param_algorithm_MSSim_RawTandemSignal_MS_E_add_single_spectra: | |
| 329 -algorithm:MSSim:RawTandemSignal:MS_E:add_single_spectra | |
| 330 #end if | |
| 331 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_isotopes: | |
| 332 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_isotopes | |
| 333 #end if | |
| 334 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_max_isotope: | |
| 335 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:max_isotope $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_max_isotope | |
| 336 #end if | |
| 337 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_metainfo: | |
| 338 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_metainfo | |
| 339 #end if | |
| 340 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_losses: | |
| 341 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_losses | |
| 342 #end if | |
| 343 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_precursor_peaks: | |
| 344 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_precursor_peaks | |
| 345 #end if | |
| 346 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_abundant_immonium_ions: | |
| 347 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_abundant_immonium_ions | |
| 348 #end if | |
| 349 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_first_prefix_ion: | |
| 350 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_first_prefix_ion | |
| 351 #end if | |
| 352 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_y_ions: | |
| 353 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_y_ions | |
| 354 #end if | |
| 355 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_b_ions: | |
| 356 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_b_ions | |
| 357 #end if | |
| 358 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_a_ions: | |
| 359 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_a_ions | |
| 360 #end if | |
| 361 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_c_ions: | |
| 362 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_c_ions | |
| 363 #end if | |
| 364 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_x_ions: | |
| 365 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_x_ions | |
| 366 #end if | |
| 367 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_z_ions: | |
| 368 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_z_ions | |
| 369 #end if | |
| 370 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_y_intensity: | |
| 371 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:y_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_y_intensity | |
| 372 #end if | |
| 373 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_b_intensity: | |
| 374 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:b_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_b_intensity | |
| 375 #end if | |
| 376 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_a_intensity: | |
| 377 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:a_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_a_intensity | |
| 378 #end if | |
| 379 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_c_intensity: | |
| 380 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:c_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_c_intensity | |
| 381 #end if | |
| 382 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_x_intensity: | |
| 383 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:x_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_x_intensity | |
| 384 #end if | |
| 385 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_z_intensity: | |
| 386 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:z_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_z_intensity | |
| 387 #end if | |
| 388 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_relative_loss_intensity: | |
| 389 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:relative_loss_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_relative_loss_intensity | |
| 390 #end if | |
| 391 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_precursor_intensity: | |
| 392 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_precursor_intensity | |
| 393 #end if | |
| 394 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_precursor_H2O_intensity: | |
| 395 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_H2O_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_precursor_H2O_intensity | |
| 396 #end if | |
| 397 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_precursor_NH3_intensity: | |
| 398 -algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_NH3_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_precursor_NH3_intensity | |
| 399 #end if | |
| 400 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_add_isotopes: | |
| 401 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_isotopes | |
| 402 #end if | |
| 403 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_max_isotope: | |
| 404 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:max_isotope $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_max_isotope | |
| 405 #end if | |
| 406 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_add_metainfo: | |
| 407 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_metainfo | |
| 408 #end if | |
| 409 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_add_first_prefix_ion: | |
| 410 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_first_prefix_ion | |
| 411 #end if | |
| 412 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_y_ions: | |
| 413 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_y_ions | |
| 414 #end if | |
| 415 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_y2_ions: | |
| 416 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_y2_ions | |
| 417 #end if | |
| 418 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_b_ions: | |
| 419 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_b_ions | |
| 420 #end if | |
| 421 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_b2_ions: | |
| 422 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_b2_ions | |
| 423 #end if | |
| 424 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_a_ions: | |
| 425 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_a_ions | |
| 426 #end if | |
| 427 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_c_ions: | |
| 428 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_c_ions | |
| 429 #end if | |
| 430 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_x_ions: | |
| 431 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_x_ions | |
| 432 #end if | |
| 433 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_z_ions: | |
| 434 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_z_ions | |
| 435 #end if | |
| 436 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_losses: | |
| 437 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_losses | |
| 438 #end if | |
| 439 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_y_intensity: | |
| 440 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:y_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_y_intensity | |
| 441 #end if | |
| 442 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_b_intensity: | |
| 443 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:b_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_b_intensity | |
| 444 #end if | |
| 445 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_a_intensity: | |
| 446 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:a_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_a_intensity | |
| 447 #end if | |
| 448 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_c_intensity: | |
| 449 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:c_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_c_intensity | |
| 450 #end if | |
| 451 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_x_intensity: | |
| 452 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:x_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_x_intensity | |
| 453 #end if | |
| 454 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_z_intensity: | |
| 455 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:z_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_z_intensity | |
| 456 #end if | |
| 457 #if $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_relative_loss_intensity: | |
| 458 -algorithm:MSSim:RawTandemSignal:TandemSim:SVM:relative_loss_intensity $param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_relative_loss_intensity | |
| 459 #end if | |
| 460 #if $param_algorithm_MSSim_Global_ionization_type: | |
| 461 -algorithm:MSSim:Global:ionization_type | |
| 462 #if " " in str($param_algorithm_MSSim_Global_ionization_type): | |
| 463 "$param_algorithm_MSSim_Global_ionization_type" | |
| 464 #else | |
| 465 $param_algorithm_MSSim_Global_ionization_type | |
| 466 #end if | |
| 467 #end if | |
| 468 #if $param_algorithm_MSSim_Labeling_type: | |
| 469 -algorithm:MSSim:Labeling:type | |
| 470 #if " " in str($param_algorithm_MSSim_Labeling_type): | |
| 471 "$param_algorithm_MSSim_Labeling_type" | |
| 472 #else | |
| 473 $param_algorithm_MSSim_Labeling_type | |
| 474 #end if | |
| 475 #end if | |
| 476 #if $param_algorithm_MSSim_Labeling_ICPL_ICPL_fixed_rtshift: | |
| 477 -algorithm:MSSim:Labeling:ICPL:ICPL_fixed_rtshift $param_algorithm_MSSim_Labeling_ICPL_ICPL_fixed_rtshift | |
| 478 #end if | |
| 479 #if $param_algorithm_MSSim_Labeling_ICPL_label_proteins: | |
| 480 -algorithm:MSSim:Labeling:ICPL:label_proteins | |
| 481 #end if | |
| 482 #if $param_algorithm_MSSim_Labeling_SILAC_fixed_rtshift: | |
| 483 -algorithm:MSSim:Labeling:SILAC:fixed_rtshift $param_algorithm_MSSim_Labeling_SILAC_fixed_rtshift | |
| 484 #end if | |
| 485 #if $param_algorithm_MSSim_Labeling_SILAC_medium_channel_modification_lysine: | |
| 486 -algorithm:MSSim:Labeling:SILAC:medium_channel:modification_lysine "$param_algorithm_MSSim_Labeling_SILAC_medium_channel_modification_lysine" | |
| 487 #end if | |
| 488 #if $param_algorithm_MSSim_Labeling_SILAC_medium_channel_modification_arginine: | |
| 489 -algorithm:MSSim:Labeling:SILAC:medium_channel:modification_arginine "$param_algorithm_MSSim_Labeling_SILAC_medium_channel_modification_arginine" | |
| 490 #end if | |
| 491 #if $param_algorithm_MSSim_Labeling_SILAC_heavy_channel_modification_lysine: | |
| 492 -algorithm:MSSim:Labeling:SILAC:heavy_channel:modification_lysine "$param_algorithm_MSSim_Labeling_SILAC_heavy_channel_modification_lysine" | |
| 493 #end if | |
| 494 #if $param_algorithm_MSSim_Labeling_SILAC_heavy_channel_modification_arginine: | |
| 495 -algorithm:MSSim:Labeling:SILAC:heavy_channel:modification_arginine "$param_algorithm_MSSim_Labeling_SILAC_heavy_channel_modification_arginine" | |
| 496 #end if | |
| 497 #if $param_algorithm_MSSim_Labeling_itraq_iTRAQ: | |
| 498 -algorithm:MSSim:Labeling:itraq:iTRAQ | |
| 499 #if " " in str($param_algorithm_MSSim_Labeling_itraq_iTRAQ): | |
| 500 "$param_algorithm_MSSim_Labeling_itraq_iTRAQ" | |
| 501 #else | |
| 502 $param_algorithm_MSSim_Labeling_itraq_iTRAQ | |
| 503 #end if | |
| 504 #end if | |
| 505 #if $param_algorithm_MSSim_Labeling_itraq_reporter_mass_shift: | |
| 506 -algorithm:MSSim:Labeling:itraq:reporter_mass_shift $param_algorithm_MSSim_Labeling_itraq_reporter_mass_shift | |
| 507 #end if | |
| 508 | |
| 509 #if $rep_param_algorithm_MSSim_Labeling_itraq_channel_active_4plex: | |
| 510 -algorithm:MSSim:Labeling:itraq:channel_active_4plex | |
| 511 #for token in $rep_param_algorithm_MSSim_Labeling_itraq_channel_active_4plex: | |
| 512 #if " " in str(token): | |
| 513 "$token.param_algorithm_MSSim_Labeling_itraq_channel_active_4plex" | |
| 514 #else | |
| 515 $token.param_algorithm_MSSim_Labeling_itraq_channel_active_4plex | |
| 516 #end if | |
| 517 #end for | |
| 518 #end if | |
| 519 | |
| 520 #if $rep_param_algorithm_MSSim_Labeling_itraq_channel_active_8plex: | |
| 521 -algorithm:MSSim:Labeling:itraq:channel_active_8plex | |
| 522 #for token in $rep_param_algorithm_MSSim_Labeling_itraq_channel_active_8plex: | |
| 523 #if " " in str(token): | |
| 524 "$token.param_algorithm_MSSim_Labeling_itraq_channel_active_8plex" | |
| 525 #else | |
| 526 $token.param_algorithm_MSSim_Labeling_itraq_channel_active_8plex | |
| 527 #end if | |
| 528 #end for | |
| 529 #end if | |
| 530 #if $param_algorithm_MSSim_Labeling_itraq_Y_contamination: | |
| 531 -algorithm:MSSim:Labeling:itraq:Y_contamination $param_algorithm_MSSim_Labeling_itraq_Y_contamination | |
| 532 #end if | |
| 533 #if $param_algorithm_MSSim_Labeling_o18_labeling_efficiency: | |
| 534 -algorithm:MSSim:Labeling:o18:labeling_efficiency $param_algorithm_MSSim_Labeling_o18_labeling_efficiency | |
| 535 #end if | |
| 536 #if $param_algorithm_RandomNumberGenerators_biological: | |
| 537 -algorithm:RandomNumberGenerators:biological | |
| 538 #if " " in str($param_algorithm_RandomNumberGenerators_biological): | |
| 539 "$param_algorithm_RandomNumberGenerators_biological" | |
| 540 #else | |
| 541 $param_algorithm_RandomNumberGenerators_biological | |
| 542 #end if | |
| 543 #end if | |
| 544 #if $param_algorithm_RandomNumberGenerators_technical: | |
| 545 -algorithm:RandomNumberGenerators:technical | |
| 546 #if " " in str($param_algorithm_RandomNumberGenerators_technical): | |
| 547 "$param_algorithm_RandomNumberGenerators_technical" | |
| 548 #else | |
| 549 $param_algorithm_RandomNumberGenerators_technical | |
| 550 #end if | |
| 551 #end if | |
| 157 #if $adv_opts.adv_opts_selector=='advanced': | 552 #if $adv_opts.adv_opts_selector=='advanced': |
| 158 -algorithm:MSSim:Ionization:esi:max_impurity_set_size ${adv_opts.param_max_impurity_set_size} | 553 #if $adv_opts.param_force: |
| 159 -algorithm:MSSim:Labeling:ICPL:ICPL_light_channel_label ${adv_opts.param_ICPL_light_channel_label} | 554 -force |
| 160 -algorithm:MSSim:Labeling:ICPL:ICPL_medium_channel_label ${adv_opts.param_ICPL_medium_channel_label} | 555 #end if |
| 161 -algorithm:MSSim:Labeling:ICPL:ICPL_heavy_channel_label ${adv_opts.param_ICPL_heavy_channel_label} | 556 #if $adv_opts.param_algorithm_MSSim_Ionization_esi_max_impurity_set_size: |
| 162 -algorithm:MSSim:Labeling:itraq:isotope_correction_values_4plex ${adv_opts.param_isotope_correction_values_4plex} | 557 -algorithm:MSSim:Ionization:esi:max_impurity_set_size $adv_opts.param_algorithm_MSSim_Ionization_esi_max_impurity_set_size |
| 163 -algorithm:MSSim:Labeling:itraq:isotope_correction_values_8plex ${adv_opts.param_isotope_correction_values_8plex} | 558 #end if |
| 559 #if $adv_opts.param_algorithm_MSSim_Labeling_ICPL_ICPL_light_channel_label: | |
| 560 -algorithm:MSSim:Labeling:ICPL:ICPL_light_channel_label "$adv_opts.param_algorithm_MSSim_Labeling_ICPL_ICPL_light_channel_label" | |
| 561 #end if | |
| 562 #if $adv_opts.param_algorithm_MSSim_Labeling_ICPL_ICPL_medium_channel_label: | |
| 563 -algorithm:MSSim:Labeling:ICPL:ICPL_medium_channel_label "$adv_opts.param_algorithm_MSSim_Labeling_ICPL_ICPL_medium_channel_label" | |
| 564 #end if | |
| 565 #if $adv_opts.param_algorithm_MSSim_Labeling_ICPL_ICPL_heavy_channel_label: | |
| 566 -algorithm:MSSim:Labeling:ICPL:ICPL_heavy_channel_label "$adv_opts.param_algorithm_MSSim_Labeling_ICPL_ICPL_heavy_channel_label" | |
| 567 #end if | |
| 568 | |
| 569 #if $rep_param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_4plex: | |
| 570 -algorithm:MSSim:Labeling:itraq:isotope_correction_values_4plex | |
| 571 #for token in $rep_param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_4plex: | |
| 572 #if " " in str(token): | |
| 573 "$token.param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_4plex" | |
| 574 #else | |
| 575 $token.param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_4plex | |
| 576 #end if | |
| 577 #end for | |
| 578 #end if | |
| 579 | |
| 580 #if $rep_param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_8plex: | |
| 581 -algorithm:MSSim:Labeling:itraq:isotope_correction_values_8plex | |
| 582 #for token in $rep_param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_8plex: | |
| 583 #if " " in str(token): | |
| 584 "$token.param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_8plex" | |
| 585 #else | |
| 586 $token.param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_8plex | |
| 587 #end if | |
| 588 #end for | |
| 589 #end if | |
| 164 #end if | 590 #end if |
| 165 </command> | 591 </command> |
| 166 <inputs> | 592 <inputs> |
| 167 <param name="param_in" type="data" format="" optional="False" size="20" label="Input protein sequences" help="(-in)"/> | 593 <param format="fasta" help="(-in) " label="Input protein sequences" multiple="true" name="param_in" optional="False" size="30" type="data"> |
| 168 <param name="param_enzyme" type="select" optional="True" value="Trypsin" label="Enzyme to use for digestion (select 'none' to skip digestion)" help="(-enzyme)"> | 594 <sanitizer> |
| 169 <option value="Trypsin">Trypsin</option> | 595 <valid initial="string.printable"> |
| 170 <option value="none">none</option> | 596 <remove value="'"/> |
| 171 </param> | 597 <remove value="""/> |
| 172 <param name="param_model" type="select" optional="True" value="naive" label="The cleavage model to use for digestion. 'Trained' is based on a log likelihood model (see DOI:10.1021/pr060507u)." help="(-model)"> | 598 </valid> |
| 173 <option value="trained">trained</option> | 599 </sanitizer> |
| 174 <option value="naive">naive</option> | 600 </param> |
| 175 </param> | 601 <param help="(-enzyme) " label="Enzyme to use for digestion (select 'no cleavage' to skip digestion)" name="param_algorithm_MSSim_Digestion_enzyme" optional="True" type="select" value="Trypsin"> |
| 176 <param name="param_min_peptide_length" type="integer" min="1" optional="True" value="3" label="Minimum peptide length after digestion (shorter ones will be discarded)" help="(-min_peptide_length)"/> | 602 <option value="no cleavage">no cleavage</option> |
| 177 <param name="param_threshold" type="float" min="-2.0" max="4.0" optional="True" value="0.5" label="Model threshold for calling a cleavage. Higher values increase the number of cleavages. -2 will give no cleavages, +4 almost full cleavage." help="(-threshold)"/> | 603 <option value="V8-E">V8-E</option> |
| 178 <param name="param_missed_cleavages" type="integer" min="0" optional="True" value="1" label="Maximum number of missed cleavages considered. All possible resulting peptides will be created." help="(-missed_cleavages)"/> | 604 <option value="Trypsin/P">Trypsin/P</option> |
| 179 <param name="param_rt_column" type="select" optional="True" value="HPLC" label="Modelling of an RT or CE column" help="(-rt_column)"> | 605 <option value="Lys-C/P">Lys-C/P</option> |
| 180 <option value="none">none</option> | 606 <option value="unspecific cleavage">unspecific cleavage</option> |
| 181 <option value="HPLC">HPLC</option> | 607 <option value="leukocyte elastase">leukocyte elastase</option> |
| 182 <option value="CE">CE</option> | 608 <option value="proline endopeptidase">proline endopeptidase</option> |
| 183 </param> | 609 <option value="V8-DE">V8-DE</option> |
| 184 <param name="param_auto_scale" type="boolean" truevalue="-algorithm:MSSim:RT:auto_scale true" falsevalue="-algorithm:MSSim:RT:auto_scale false" checked="true" optional="True" label="Scale predicted RT's/MT's to given 'total_gradient_time'? If 'true', for CE this means that 'CE:lenght_d', 'CE:length_total', 'CE:voltage' have no influence." help="(-auto_scale)"/> | 610 <option value="Chymotrypsin">Chymotrypsin</option> |
| 185 <param name="param_total_gradient_time" type="float" min="1e-05" optional="True" value="2500.0" label="The duration [s] of the gradient." help="(-total_gradient_time)"/> | 611 <option value="Asp-N">Asp-N</option> |
| 186 <param name="param_sampling_rate" type="float" min="0.01" max="60.0" optional="True" value="2.0" label="Time interval [s] between consecutive scans" help="(-sampling_rate)"/> | 612 <option value="2-iodobenzoate">2-iodobenzoate</option> |
| 187 <param name="param_min" type="float" min="0.0" optional="True" value="500.0" label="Start of RT Scan Window [s]" help="(-min)"/> | 613 <option value="Arg-C">Arg-C</option> |
| 188 <param name="param_max" type="float" min="1.0" optional="True" value="1500.0" label="End of RT Scan Window [s]" help="(-max)"/> | 614 <option value="glutamyl endopeptidase">glutamyl endopeptidase</option> |
| 189 <param name="param_feature_stddev" type="integer" value="3" label="Standard deviation of shift in retention time [s] from predicted model (applied to every single feature independently)" help="(-feature_stddev)"/> | 615 <option value="TrypChymo">TrypChymo</option> |
| 190 <param name="param_affine_offset" type="integer" value="0" label="Global offset in retention time [s] from predicted model" help="(-affine_offset)"/> | 616 <option value="Trypsin">Trypsin</option> |
| 191 <param name="param_affine_scale" type="integer" value="1" label="Global scaling in retention time from predicted model" help="(-affine_scale)"/> | 617 <option value="Formic_acid">Formic_acid</option> |
| 192 <param name="param_distortion" type="integer" min="0" max="10" optional="True" value="0" label="Distortion of the elution profiles. Good presets are 0 for a perfect elution profile, 1 for a slightly distorted elution profile etc... For trapping instruments (e.g. Orbitrap) distortion should be >4." help="(-distortion)"/> | 618 <option value="CNBr">CNBr</option> |
| 193 <param name="param_value" type="float" min="0.0" optional="True" value="9.0" label="Width of the Exponential Gaussian Hybrid distribution shape of the elution profile. This does not correspond directly to the width in [s]." help="(-value)"/> | 619 <option value="Asp-N_ambic">Asp-N_ambic</option> |
| 194 <param name="param_variance" type="float" min="0.0" optional="True" value="1.6" label="Random component of the width (set to 0 to disable randomness), i.e. scale parameter for the lorentzian variation of the variance (Note: The scale parameter has to be >= 0)." help="(-variance)"/> | 620 <option value="PepsinA">PepsinA</option> |
| 195 <param name="param_value" type="float" value="0.1" label="Asymmetric component of the EGH. Higher absolute(!) values lead to more skewness (negative values cause fronting, positive values cause tailing). Tau parameter of the EGH, i.e. time constant of the exponential decay of the Exponential Gaussian Hybrid distribution shape of the elution profile." help="(-value)"/> | 621 <option value="Lys-C">Lys-C</option> |
| 196 <param name="param_variance" type="float" min="0.0" optional="True" value="0.3" label="Random component of skewness (set to 0 to disable randomness), i.e. scale parameter for the lorentzian variation of the time constant (Note: The scale parameter has to be > 0)." help="(-variance)"/> | 622 </param> |
| 197 <param name="param_model_file" type="text" size="20" value="examples/simulation/RTPredict.model" label="SVM model for retention time prediction" help="(-model_file)"/> | 623 <param help="(-model) 'Trained' is based on a log likelihood model (see DOI:10.1021/pr060507u)" label="The cleavage model to use for digestion" name="param_algorithm_MSSim_Digestion_model" optional="True" type="select" value="naive"> |
| 198 <param name="param_pH" type="float" min="0.0" max="14.0" optional="True" value="3.0" label="pH of buffer" help="(-pH)"/> | 624 <option value="trained">trained</option> |
| 199 <param name="param_alpha" type="float" min="0.0" max="1.0" optional="True" value="0.5" label="Exponent Alpha used to calculate mobility" help="(-alpha)"/> | 625 <option value="naive">naive</option> |
| 200 <param name="param_mu_eo" type="float" min="0.0" max="5.0" optional="True" value="0.0" label="Electroosmotic flow" help="(-mu_eo)"/> | 626 </param> |
| 201 <param name="param_lenght_d" type="float" min="0.0" max="1000.0" optional="True" value="70.0" label="Length of capillary [cm] from injection site to MS" help="(-lenght_d)"/> | 627 <param help="(-min_peptide_length) " label="Minimum peptide length after digestion (shorter ones will be discarded)" min="1" name="param_algorithm_MSSim_Digestion_min_peptide_length" optional="True" type="integer" value="3"/> |
| 202 <param name="param_length_total" type="float" min="0.0" max="1000.0" optional="True" value="75.0" label="Total length of capillary [cm]" help="(-length_total)"/> | 628 <param help="(-threshold) Higher values increase the number of cleavages. -2 will give no cleavages, +4 almost full cleavage" label="Model threshold for calling a cleavage" max="4.0" min="-2.0" name="param_algorithm_MSSim_Digestion_model_trained_threshold" optional="True" type="float" value="0.5"/> |
| 203 <param name="param_voltage" type="float" min="0.0" optional="True" value="1000.0" label="Voltage applied to capillary" help="(-voltage)"/> | 629 <param help="(-missed_cleavages) All possible resulting peptides will be created" label="Maximum number of missed cleavages considered" min="0" name="param_algorithm_MSSim_Digestion_model_naive_missed_cleavages" optional="True" type="integer" value="1"/> |
| 204 <param name="param_dt_simulation_on" type="boolean" truevalue="-algorithm:MSSim:Detectability:dt_simulation_on true" falsevalue="-algorithm:MSSim:Detectability:dt_simulation_on false" checked="false" optional="True" label="Modelling detectibility enabled? This can serve as a filter to remove peptides which ionize badly, thus reducing peptide count" help="(-dt_simulation_on)"/> | 630 <param help="(-rt_column) " label="Modelling of an RT or CE column" name="param_algorithm_MSSim_RT_rt_column" optional="True" type="select" value="HPLC"> |
| 205 <param name="param_min_detect" type="float" value="0.5" label="Minimum peptide detectability accepted. Peptides with a lower score will be removed" help="(-min_detect)"/> | 631 <option value="none">none</option> |
| 206 <param name="param_dt_model_file" type="text" size="20" value="examples/simulation/DTPredict.model" label="SVM model for peptide detectability prediction" help="(-dt_model_file)"/> | 632 <option value="HPLC">HPLC</option> |
| 207 <param name="param_ionized_residues" type="select" optional="True" value="Arg Lys His" label="List of residues (as three letter code) that will be considered during ES ionization. The N-term is always assumed to carry a charge. This parameter will be ignored during MALDI ionization." help="(-ionized_residues)"> | 633 <option value="CE">CE</option> |
| 208 <option value="Ala">Ala</option> | 634 </param> |
| 209 <option value="Cys">Cys</option> | 635 <param checked="true" falsevalue="" help="(-auto_scale) If 'true', for CE this means that 'CE:lenght_d', 'CE:length_total', 'CE:voltage' have no influence" label="Scale predicted RT's/MT's to given 'total_gradient_time'?" name="param_algorithm_MSSim_RT_auto_scale" optional="True" truevalue="-algorithm:MSSim:RT:auto_scale" type="boolean"/> |
| 210 <option value="Asp">Asp</option> | 636 <param help="(-total_gradient_time) " label="The duration [s] of the gradient" min="1e-05" name="param_algorithm_MSSim_RT_total_gradient_time" optional="True" type="float" value="2500.0"/> |
| 211 <option value="Glu">Glu</option> | 637 <param help="(-sampling_rate) " label="Time interval [s] between consecutive scans" max="60.0" min="0.01" name="param_algorithm_MSSim_RT_sampling_rate" optional="True" type="float" value="2.0"/> |
| 212 <option value="Phe">Phe</option> | 638 <param help="(-min) " label="Start of RT Scan Window [s]" min="0.0" name="param_algorithm_MSSim_RT_scan_window_min" optional="True" type="float" value="500.0"/> |
| 213 <option value="Gly">Gly</option> | 639 <param help="(-max) " label="End of RT Scan Window [s]" min="1.0" name="param_algorithm_MSSim_RT_scan_window_max" optional="True" type="float" value="1500.0"/> |
| 214 <option value="His">His</option> | 640 <param help="(-feature_stddev) " label="Standard deviation of shift in retention time [s] from predicted model (applied to every single feature independently)" name="param_algorithm_MSSim_RT_variation_feature_stddev" type="integer" value="3"/> |
| 215 <option value="Ile">Ile</option> | 641 <param help="(-affine_offset) " label="Global offset in retention time [s] from predicted model" name="param_algorithm_MSSim_RT_variation_affine_offset" type="integer" value="0"/> |
| 216 <option value="Lys">Lys</option> | 642 <param help="(-affine_scale) " label="Global scaling in retention time from predicted model" name="param_algorithm_MSSim_RT_variation_affine_scale" type="integer" value="1"/> |
| 217 <option value="Leu">Leu</option> | 643 <param help="(-distortion) e.g. Orbitrap) distortion should be >4" label="Distortion of the elution profiles. Good presets are 0 for a perfect elution profile, 1 for a slightly distorted elution profile etc... For trapping instruments (" max="10" min="0" name="param_algorithm_MSSim_RT_column_condition_distortion" optional="True" type="integer" value="0"/> |
| 218 <option value="Met">Met</option> | 644 <param help="(-value) This does not correspond directly to the width in [s]" label="Width of the Exponential Gaussian Hybrid distribution shape of the elution profile" min="0.0" name="param_algorithm_MSSim_RT_profile_shape_width_value" optional="True" type="float" value="9.0"/> |
| 219 <option value="Asn">Asn</option> | 645 <param help="(-variance) scale parameter for the lorentzian variation of the variance (Note: The scale parameter has to be >= 0)" label="Random component of the width (set to 0 to disable randomness), i.e" min="0.0" name="param_algorithm_MSSim_RT_profile_shape_width_variance" optional="True" type="float" value="1.6"/> |
| 220 <option value="Pro">Pro</option> | 646 <param help="(-value) Higher absolute(!) values lead to more skewness (negative values cause fronting, positive values cause tailing). Tau parameter of the EGH, i.e. time constant of the exponential decay of the Exponential Gaussian Hybrid distribution shape of the elution profile" label="Asymmetric component of the EGH" name="param_algorithm_MSSim_RT_profile_shape_skewness_value" type="float" value="0.1"/> |
| 221 <option value="Gln">Gln</option> | 647 <param help="(-variance) scale parameter for the lorentzian variation of the time constant (Note: The scale parameter has to be > 0)" label="Random component of skewness (set to 0 to disable randomness), i.e" min="0.0" name="param_algorithm_MSSim_RT_profile_shape_skewness_variance" optional="True" type="float" value="0.3"/> |
| 222 <option value="Arg">Arg</option> | 648 <param help="(-model_file) " label="SVM model for retention time prediction" name="param_algorithm_MSSim_RT_HPLC_model_file" size="30" type="text" value="examples/simulation/RTPredict.model"> |
| 223 <option value="Sec">Sec</option> | 649 <sanitizer> |
| 224 <option value="Ser">Ser</option> | 650 <valid initial="string.printable"> |
| 225 <option value="Thr">Thr</option> | 651 <remove value="'"/> |
| 226 <option value="Val">Val</option> | 652 <remove value="""/> |
| 227 <option value="Trp">Trp</option> | 653 </valid> |
| 228 <option value="Tyr">Tyr</option> | 654 </sanitizer> |
| 229 </param> | 655 </param> |
| 230 <param name="param_charge_impurity" type="text" size="20" value="H+:1" label="List of charged ions that contribute to charge with weight of occurrence (their sum is scaled to 1 internally), e.g. ['H:1'] or ['H:0.7' 'Na:0.3'], ['H:4' 'Na:1'] (which internally translates to ['H:0.8' 'Na:0.2'])" help="(-charge_impurity)"/> | 656 <param help="(-pH) " label="pH of buffe" max="14.0" min="0.0" name="param_algorithm_MSSim_RT_CE_pH" optional="True" type="float" value="3.0"/> |
| 231 <param name="param_ionization_probability" type="float" value="0.8" label="Probability for the binomial distribution of the ESI charge states" help="(-ionization_probability)"/> | 657 <param help="(-alpha) " label="Exponent Alpha used to calculate mobility" max="1.0" min="0.0" name="param_algorithm_MSSim_RT_CE_alpha" optional="True" type="float" value="0.5"/> |
| 232 <param name="param_ionization_probabilities" type="text" size="20" value="0.9 0.1" label="List of probabilities for the different charge states during MALDI ionization (the list must sum up to 1.0)" help="(-ionization_probabilities)"/> | 658 <param help="(-mu_eo) " label="Electroosmotic flow" max="5.0" min="0.0" name="param_algorithm_MSSim_RT_CE_mu_eo" optional="True" type="float" value="0.0"/> |
| 233 <param name="param_lower_measurement_limit" type="float" min="0.0" optional="True" value="200.0" label="Lower m/z detector limit." help="(-lower_measurement_limit)"/> | 659 <param help="(-lenght_d) " label="Length of capillary [cm] from injection site to MS" max="1000.0" min="0.0" name="param_algorithm_MSSim_RT_CE_lenght_d" optional="True" type="float" value="70.0"/> |
| 234 <param name="param_upper_measurement_limit" type="float" min="0.0" optional="True" value="2500.0" label="Upper m/z detector limit." help="(-upper_measurement_limit)"/> | 660 <param help="(-length_total) " label="Total length of capillary [cm]" max="1000.0" min="0.0" name="param_algorithm_MSSim_RT_CE_length_total" optional="True" type="float" value="75.0"/> |
| 235 <param name="param_enabled" type="boolean" truevalue="-algorithm:MSSim:RawSignal:enabled true" falsevalue="-algorithm:MSSim:RawSignal:enabled false" checked="true" optional="True" label="Enable RAW signal simulation? (select 'false' if you only need feature-maps)" help="(-enabled)"/> | 661 <param help="(-voltage) " label="Voltage applied to capillary" min="0.0" name="param_algorithm_MSSim_RT_CE_voltage" optional="True" type="float" value="1000.0"/> |
| 236 <param name="param_peak_shape" type="select" optional="True" value="Gaussian" label="Peak Shape used around each isotope peak (be aware that the area under the curve is constant for both types, but the maximal height will differ (~ 2:3 = Lorentz:Gaussian) due to the wider base of the Lorentzian." help="(-peak_shape)"> | 662 <param checked="false" falsevalue="" help="(-dt_simulation_on) This can serve as a filter to remove peptides which ionize badly, thus reducing peptide count" label="Modelling detectibility enabled?" name="param_algorithm_MSSim_Detectability_dt_simulation_on" optional="True" truevalue="-algorithm:MSSim:Detectability:dt_simulation_on" type="boolean"/> |
| 237 <option value="Gaussian">Gaussian</option> | 663 <param help="(-min_detect) Peptides with a lower score will be removed" label="Minimum peptide detectability accepted" name="param_algorithm_MSSim_Detectability_min_detect" type="float" value="0.5"/> |
| 238 <option value="Lorentzian">Lorentzian</option> | 664 <param help="(-dt_model_file) " label="SVM model for peptide detectability prediction" name="param_algorithm_MSSim_Detectability_dt_model_file" size="30" type="text" value="examples/simulation/DTPredict.model"> |
| 239 </param> | 665 <sanitizer> |
| 240 <param name="param_value" type="integer" value="50000" label="Instrument resolution at 400 Th." help="(-value)"/> | 666 <valid initial="string.printable"> |
| 241 <param name="param_type" type="select" optional="True" value="linear" label="How does resolution change with increasing m/z?! QTOFs usually show 'constant' behavior, FTs have linear degradation, and on Orbitraps the resolution decreases with square root of mass." help="(-type)"> | 667 <remove value="'"/> |
| 242 <option value="constant">constant</option> | 668 <remove value="""/> |
| 243 <option value="linear">linear</option> | 669 </valid> |
| 244 <option value="sqrt">sqrt</option> | 670 </sanitizer> |
| 245 </param> | 671 </param> |
| 246 <param name="param_scaling" type="float" min="0.0" optional="True" value="0.0" label="Scale of baseline. Set to 0 to disable simulation of baseline." help="(-scaling)"/> | 672 <repeat max="1" min="0" name="rep_param_algorithm_MSSim_Ionization_esi_ionized_residues" title="param_algorithm_MSSim_Ionization_esi_ionized_residues"> |
| 247 <param name="param_shape" type="float" min="0.0" optional="True" value="0.5" label="The baseline is modeled by an exponential probability density function (pdf) with f(x) = shape*e^(- shape*x)" help="(-shape)"/> | 673 <param help="(-ionized_residues) The N-term is always assumed to carry a charge. This parameter will be ignored during MALDI ionization" label="List of residues (as three letter code) that will be considered during ES ionization" name="param_algorithm_MSSim_Ionization_esi_ionized_residues" optional="True" type="select" value="Arg Lys His"> |
| 248 <param name="param_sampling_points" type="integer" min="2" optional="True" value="3" label="Number of raw data points per FWHM of the peak." help="(-sampling_points)"/> | 674 <option value="Ala">Ala</option> |
| 249 <param name="param_file" type="text" size="20" value="examples/simulation/contaminants.csv" label="Contaminants file with sum formula and absolute RT interval. See 'OpenMS/examples/simulation/contaminants.txt' for details." help="(-file)"/> | 675 <option value="Cys">Cys</option> |
| 250 <param name="param_error_stddev" type="float" value="0.0" label="Standard deviation for m/z errors. Set to 0 to disable simulation of m/z errors." help="(-error_stddev)"/> | 676 <option value="Asp">Asp</option> |
| 251 <param name="param_error_mean" type="float" value="0.0" label="Average systematic m/z error (Da)" help="(-error_mean)"/> | 677 <option value="Glu">Glu</option> |
| 252 <param name="param_scale" type="float" min="0.0" optional="True" value="100.0" label="Constant scale factor of the feature intensity. Set to 1.0 to get the real intensity values provided in the FASTA file." help="(-scale)"/> | 678 <option value="Phe">Phe</option> |
| 253 <param name="param_scale_stddev" type="float" min="0.0" optional="True" value="0.0" label="Standard deviation of peak intensity (relative to the scaled peak height). Set to 0 to get simple rescaled intensities." help="(-scale_stddev)"/> | 679 <option value="Gly">Gly</option> |
| 254 <param name="param_rate" type="float" min="0.0" optional="True" value="0.0" label="Poisson rate of shot noise per unit m/z. Set this to 0 to disable simulation of shot noise." help="(-rate)"/> | 680 <option value="His">His</option> |
| 255 <param name="param_intensity-mean" type="float" value="1.0" label="Shot noise intensity mean (exponentially distributed with given mean)." help="(-intensity-mean)"/> | 681 <option value="Ile">Ile</option> |
| 256 <param name="param_mean" type="float" value="0.0" label="Mean value of white noise being added to each measured signal." help="(-mean)"/> | 682 <option value="Lys">Lys</option> |
| 257 <param name="param_stddev" type="float" value="0.0" label="Standard deviation of white noise being added to each measured signal." help="(-stddev)"/> | 683 <option value="Leu">Leu</option> |
| 258 <param name="param_mean" type="float" value="0.0" label="Mean value of the detector noise being added to the complete measurement." help="(-mean)"/> | 684 <option value="Met">Met</option> |
| 259 <param name="param_stddev" type="float" value="0.0" label="Standard deviation of the detector noise being added to the complete measurement." help="(-stddev)"/> | 685 <option value="Asn">Asn</option> |
| 260 <param name="param_status" type="select" optional="True" value="disabled" label="Create Tandem-MS scans?" help="(-status)"> | 686 <option value="Pro">Pro</option> |
| 261 <option value="disabled">disabled</option> | 687 <option value="Gln">Gln</option> |
| 262 <option value="precursor">precursor</option> | 688 <option value="Arg">Arg</option> |
| 263 <option value="MS^E">MS^E</option> | 689 <option value="Sec">Sec</option> |
| 264 </param> | 690 <option value="Ser">Ser</option> |
| 265 <param name="param_tandem_mode" type="integer" min="0" max="2" optional="True" value="0" label="Algorithm to generate the tandem-MS spectra. 0 - fixed intensities, 1 - SVC prediction (abundant/missing), 2 - SVR prediction of peak intensity #br#" help="(-tandem_mode)"/> | 691 <option value="Thr">Thr</option> |
| 266 <param name="param_svm_model_set_file" type="text" size="20" value="examples/simulation/SvmModelSet.model" label="File containing the filenames of SVM Models for different charge variants" help="(-svm_model_set_file)"/> | 692 <option value="Val">Val</option> |
| 267 <param name="param_ms2_spectra_per_rt_bin" type="integer" min="1" optional="True" value="5" label="Number of allowed MS/MS spectra in a retention time bin." help="(-ms2_spectra_per_rt_bin)"/> | 693 <option value="Trp">Trp</option> |
| 268 <param name="param_min_peak_distance" type="float" min="0.0" optional="True" value="3.0" label="The minimal distance (in Da) of two peaks in one spectrum so that they can be selected." help="(-min_peak_distance)"/> | 694 <option value="Tyr">Tyr</option> |
| 269 <param name="param_selection_window" type="float" min="0.0" optional="True" value="2.0" label="All peaks within a mass window (in Da) of a selected peak are also selected for fragmentation." help="(-selection_window)"/> | 695 </param> |
| 270 <param name="param_exclude_overlapping_peaks" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:Precursor:exclude_overlapping_peaks true" falsevalue="-algorithm:MSSim:RawTandemSignal:Precursor:exclude_overlapping_peaks false" checked="false" optional="True" label="If true overlapping or nearby peaks (within min_peak_distance) are excluded for selection." help="(-exclude_overlapping_peaks)"/> | 696 </repeat> |
| 271 <param name="param_charge_filter" type="text" min="1" max="5" optional="True" size="20" value="2 3" label="Charges considered for MS2 fragmentation." help="(-charge_filter)"/> | 697 <repeat max="1" min="0" name="rep_param_algorithm_MSSim_Ionization_esi_charge_impurity" title="param_algorithm_MSSim_Ionization_esi_charge_impurity"> |
| 272 <param name="param_use_dynamic_exclusion" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:Precursor:Exclusion:use_dynamic_exclusion true" falsevalue="-algorithm:MSSim:RawTandemSignal:Precursor:Exclusion:use_dynamic_exclusion false" checked="false" optional="True" label="If true dynamic exclusion is applied." help="(-use_dynamic_exclusion)"/> | 698 <param help="(-charge_impurity) e.g. ['H:1'] or ['H:0.7' 'Na:0.3'], ['H:4' 'Na:1'] (which internally translates to ['H:0.8' 'Na:0.2'])" label="List of charged ions that contribute to charge with weight of occurrence (their sum is scaled to 1 internally)," name="param_algorithm_MSSim_Ionization_esi_charge_impurity" size="30" type="text" value="H+:1"> |
| 273 <param name="param_exclusion_time" type="float" min="0.0" optional="True" value="100.0" label="The time (in seconds) a feature is excluded." help="(-exclusion_time)"/> | 699 <sanitizer> |
| 274 <param name="param_max_list_size" type="integer" min="1" optional="True" value="1000" label="The maximal number of precursors in the inclusion list." help="(-max_list_size)"/> | 700 <valid initial="string.printable"> |
| 275 <param name="param_min_rt" type="float" min="0.0" optional="True" value="960.0" label="Minimal rt in seconds." help="(-min_rt)"/> | 701 <remove value="'"/> |
| 276 <param name="param_max_rt" type="float" min="0.0" optional="True" value="3840.0" label="Maximal rt in seconds." help="(-max_rt)"/> | 702 <remove value="""/> |
| 277 <param name="param_rt_step_size" type="float" min="1.0" optional="True" value="30.0" label="rt step size in seconds." help="(-rt_step_size)"/> | 703 </valid> |
| 278 <param name="param_rt_window_size" type="integer" min="1" optional="True" value="100" label="rt window size in seconds." help="(-rt_window_size)"/> | 704 </sanitizer> |
| 279 <param name="param_min_protein_id_probability" type="float" min="0.0" max="1.0" optional="True" value="0.95" label="Minimal protein probability for a protein to be considered identified." help="(-min_protein_id_probability)"/> | 705 </param> |
| 280 <param name="param_min_pt_weight" type="float" min="0.0" max="1.0" optional="True" value="0.5" label="Minimal pt weight of a precursor" help="(-min_pt_weight)"/> | 706 </repeat> |
| 281 <param name="param_min_mz" type="float" min="0.0" optional="True" value="500.0" label="Minimal mz to be considered in protein based LP formulation." help="(-min_mz)"/> | 707 <param help="(-ionization_probability) " label="Probability for the binomial distribution of the ESI charge states" name="param_algorithm_MSSim_Ionization_esi_ionization_probability" type="float" value="0.8"/> |
| 282 <param name="param_max_mz" type="float" min="0.0" optional="True" value="5000.0" label="Minimal mz to be considered in protein based LP formulation." help="(-max_mz)"/> | 708 <repeat max="1" min="0" name="rep_param_algorithm_MSSim_Ionization_maldi_ionization_probabilities" title="param_algorithm_MSSim_Ionization_maldi_ionization_probabilities"> |
| 283 <param name="param_use_peptide_rule" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:use_peptide_rule true" falsevalue="-algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:use_peptide_rule false" checked="false" optional="True" label="Use peptide rule instead of minimal protein id probability" help="(-use_peptide_rule)"/> | 709 <param help="(-ionization_probabilities) " label="List of probabilities for the different charge states during MALDI ionization (the list must sum up to 1.0)" name="param_algorithm_MSSim_Ionization_maldi_ionization_probabilities" size="30" type="text" value="0.9 0.1"> |
| 284 <param name="param_min_peptide_ids" type="integer" min="1" optional="True" value="2" label="If use_peptide_rule is true, this parameter sets the minimal number of peptide ids for a protein id" help="(-min_peptide_ids)"/> | 710 <sanitizer> |
| 285 <param name="param_min_peptide_probability" type="float" min="0.0" max="1.0" optional="True" value="0.95" label="If use_peptide_rule is true, this parameter sets the minimal probability for a peptide to be safely identified" help="(-min_peptide_probability)"/> | 711 <valid initial="string.printable"> |
| 286 <param name="param_add_single_spectra" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:MS_E:add_single_spectra true" falsevalue="-algorithm:MSSim:RawTandemSignal:MS_E:add_single_spectra false" checked="false" optional="True" label="If true, the MS2 spectra for each peptide signal are included in the output (might be a lot). They will have a meta value 'MSE_DebugSpectrum' attached, so they can be filtered out. Native MS_E spectra will have 'MSE_Spectrum' instead." help="(-add_single_spectra)"/> | 712 <remove value="'"/> |
| 287 <param name="param_add_isotopes" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_isotopes true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_isotopes false" checked="false" optional="True" label="If set to 1 isotope peaks of the product ion peaks are added" help="(-add_isotopes)"/> | 713 <remove value="""/> |
| 288 <param name="param_max_isotope" type="integer" value="2" label="Defines the maximal isotopic peak which is added, add_isotopes must be set to 1" help="(-max_isotope)"/> | 714 </valid> |
| 289 <param name="param_add_metainfo" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_metainfo true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_metainfo false" checked="false" optional="True" label="Adds the type of peaks as metainfo to the peaks, like y8+, [M-H2O+2H]++" help="(-add_metainfo)"/> | 715 </sanitizer> |
| 290 <param name="param_add_losses" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_losses true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_losses false" checked="false" optional="True" label="Adds common losses to those ion expect to have them, only water and ammonia loss is considered" help="(-add_losses)"/> | 716 </param> |
| 291 <param name="param_add_precursor_peaks" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_precursor_peaks true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_precursor_peaks false" checked="false" optional="True" label="Adds peaks of the precursor to the spectrum, which happen to occur sometimes" help="(-add_precursor_peaks)"/> | 717 </repeat> |
| 292 <param name="param_add_abundant_immonium_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_abundant_immonium_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_abundant_immonium_ions false" checked="false" optional="True" label="Add most abundant immonium ions" help="(-add_abundant_immonium_ions)"/> | 718 <param help="(-lower_measurement_limit) " label="Lower m/z detector limit" min="0.0" name="param_algorithm_MSSim_Ionization_mz_lower_measurement_limit" optional="True" type="float" value="200.0"/> |
| 293 <param name="param_add_first_prefix_ion" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_first_prefix_ion true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_first_prefix_ion false" checked="false" optional="True" label="If set to true e.g. b1 ions are added" help="(-add_first_prefix_ion)"/> | 719 <param help="(-upper_measurement_limit) " label="Upper m/z detector limit" min="0.0" name="param_algorithm_MSSim_Ionization_mz_upper_measurement_limit" optional="True" type="float" value="2500.0"/> |
| 294 <param name="param_add_y_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_y_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_y_ions false" checked="true" optional="True" label="Add peaks of y-ions to the spectrum" help="(-add_y_ions)"/> | 720 <param checked="true" falsevalue="" help="(-enabled) (select 'false' if you only need feature-maps)" label="Enable RAW signal simulation?" name="param_algorithm_MSSim_RawSignal_enabled" optional="True" truevalue="-algorithm:MSSim:RawSignal:enabled" type="boolean"/> |
| 295 <param name="param_add_b_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_b_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_b_ions false" checked="true" optional="True" label="Add peaks of b-ions to the spectrum" help="(-add_b_ions)"/> | 721 <param help="(-peak_shape) " label="Peak Shape used around each isotope peak (be aware that the area under the curve is constant for both types, but the maximal height will differ (~ 2:3 = Lorentz:Gaussian) due to the wider base of the Lorentzian" name="param_algorithm_MSSim_RawSignal_peak_shape" optional="True" type="select" value="Gaussian"> |
| 296 <param name="param_add_a_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_a_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_a_ions false" checked="false" optional="True" label="Add peaks of a-ions to the spectrum" help="(-add_a_ions)"/> | 722 <option value="Gaussian">Gaussian</option> |
| 297 <param name="param_add_c_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_c_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_c_ions false" checked="false" optional="True" label="Add peaks of c-ions to the spectrum" help="(-add_c_ions)"/> | 723 <option value="Lorentzian">Lorentzian</option> |
| 298 <param name="param_add_x_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_x_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_x_ions false" checked="false" optional="True" label="Add peaks of x-ions to the spectrum" help="(-add_x_ions)"/> | 724 </param> |
| 299 <param name="param_add_z_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_z_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_z_ions false" checked="false" optional="True" label="Add peaks of z-ions to the spectrum" help="(-add_z_ions)"/> | 725 <param help="(-value) " label="Instrument resolution at 400 Th" name="param_algorithm_MSSim_RawSignal_resolution_value" type="integer" value="50000"/> |
| 300 <param name="param_y_intensity" type="float" value="1.0" label="Intensity of the y-ions" help="(-y_intensity)"/> | 726 <param help="(-type) " label="How does resolution change with increasing m/z?! QTOFs usually show 'constant' behavior, FTs have linear degradation, and on Orbitraps the resolution decreases with square root of mass" name="param_algorithm_MSSim_RawSignal_resolution_type" optional="True" type="select" value="linear"> |
| 301 <param name="param_b_intensity" type="float" value="1.0" label="Intensity of the b-ions" help="(-b_intensity)"/> | 727 <option value="constant">constant</option> |
| 302 <param name="param_a_intensity" type="float" value="1.0" label="Intensity of the a-ions" help="(-a_intensity)"/> | 728 <option value="linear">linear</option> |
| 303 <param name="param_c_intensity" type="float" value="1.0" label="Intensity of the c-ions" help="(-c_intensity)"/> | 729 <option value="sqrt">sqrt</option> |
| 304 <param name="param_x_intensity" type="float" value="1.0" label="Intensity of the x-ions" help="(-x_intensity)"/> | 730 </param> |
| 305 <param name="param_z_intensity" type="float" value="1.0" label="Intensity of the z-ions" help="(-z_intensity)"/> | 731 <param help="(-scaling) Set to 0 to disable simulation of baseline" label="Scale of baseline" min="0.0" name="param_algorithm_MSSim_RawSignal_baseline_scaling" optional="True" type="float" value="0.0"/> |
| 306 <param name="param_relative_loss_intensity" type="float" value="0.1" label="Intensity of loss ions, in relation to the intact ion intensity" help="(-relative_loss_intensity)"/> | 732 <param help="(-shape) " label="The baseline is modeled by an exponential probability density function (pdf) with f(x) = shape*e^(- shape*x)" min="0.0" name="param_algorithm_MSSim_RawSignal_baseline_shape" optional="True" type="float" value="0.5"/> |
| 307 <param name="param_precursor_intensity" type="float" value="1.0" label="Intensity of the precursor peak" help="(-precursor_intensity)"/> | 733 <param help="(-sampling_points) " label="Number of raw data points per FWHM of the peak" min="2" name="param_algorithm_MSSim_RawSignal_mz_sampling_points" optional="True" type="integer" value="3"/> |
| 308 <param name="param_precursor_H2O_intensity" type="float" value="1.0" label="Intensity of the H2O loss peak of the precursor" help="(-precursor_H2O_intensity)"/> | 734 <param help="(-file) See 'OpenMS/examples/simulation/contaminants.txt' for details" label="Contaminants file with sum formula and absolute RT interval" name="param_algorithm_MSSim_RawSignal_contaminants_file" size="30" type="text" value="examples/simulation/contaminants.csv"> |
| 309 <param name="param_precursor_NH3_intensity" type="float" value="1.0" label="Intensity of the NH3 loss peak of the precursor" help="(-precursor_NH3_intensity)"/> | 735 <sanitizer> |
| 310 <param name="param_add_isotopes" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_isotopes true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_isotopes false" checked="false" optional="True" label="If set to 1 isotope peaks of the product ion peaks are added" help="(-add_isotopes)"/> | 736 <valid initial="string.printable"> |
| 311 <param name="param_max_isotope" type="integer" value="2" label="Defines the maximal isotopic peak which is added, add_isotopes must be set to 1" help="(-max_isotope)"/> | 737 <remove value="'"/> |
| 312 <param name="param_add_metainfo" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_metainfo true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_metainfo false" checked="false" optional="True" label="Adds the type of peaks as metainfo to the peaks, like y8+, [M-H2O+2H]++" help="(-add_metainfo)"/> | 738 <remove value="""/> |
| 313 <param name="param_add_first_prefix_ion" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_first_prefix_ion true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_first_prefix_ion false" checked="false" optional="True" label="If set to true e.g. b1 ions are added" help="(-add_first_prefix_ion)"/> | 739 </valid> |
| 314 <param name="param_hide_y_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_y_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_y_ions false" checked="false" optional="True" label="Add peaks of y-ions to the spectrum" help="(-hide_y_ions)"/> | 740 </sanitizer> |
| 315 <param name="param_hide_y2_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_y2_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_y2_ions false" checked="false" optional="True" label="Add peaks of y-ions to the spectrum" help="(-hide_y2_ions)"/> | 741 </param> |
| 316 <param name="param_hide_b_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_b_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_b_ions false" checked="false" optional="True" label="Add peaks of b-ions to the spectrum" help="(-hide_b_ions)"/> | 742 <param help="(-error_stddev) Set to 0 to disable simulation of m/z errors" label="Standard deviation for m/z errors" name="param_algorithm_MSSim_RawSignal_variation_mz_error_stddev" type="float" value="0.0"/> |
| 317 <param name="param_hide_b2_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_b2_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_b2_ions false" checked="false" optional="True" label="Add peaks of b-ions to the spectrum" help="(-hide_b2_ions)"/> | 743 <param help="(-error_mean) " label="Average systematic m/z error (Da)" name="param_algorithm_MSSim_RawSignal_variation_mz_error_mean" type="float" value="0.0"/> |
| 318 <param name="param_hide_a_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_a_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_a_ions false" checked="false" optional="True" label="Add peaks of a-ions to the spectrum" help="(-hide_a_ions)"/> | 744 <param help="(-scale) Set to 1.0 to get the real intensity values provided in the FASTA file" label="Constant scale factor of the feature intensity" min="0.0" name="param_algorithm_MSSim_RawSignal_variation_intensity_scale" optional="True" type="float" value="100.0"/> |
| 319 <param name="param_hide_c_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_c_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_c_ions false" checked="false" optional="True" label="Add peaks of c-ions to the spectrum" help="(-hide_c_ions)"/> | 745 <param help="(-scale_stddev) Set to 0 to get simple rescaled intensities" label="Standard deviation of peak intensity (relative to the scaled peak height)" min="0.0" name="param_algorithm_MSSim_RawSignal_variation_intensity_scale_stddev" optional="True" type="float" value="0.0"/> |
| 320 <param name="param_hide_x_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_x_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_x_ions false" checked="false" optional="True" label="Add peaks of x-ions to the spectrum" help="(-hide_x_ions)"/> | 746 <param help="(-rate) Set this to 0 to disable simulation of shot noise" label="Poisson rate of shot noise per unit m/z" min="0.0" name="param_algorithm_MSSim_RawSignal_noise_shot_rate" optional="True" type="float" value="0.0"/> |
| 321 <param name="param_hide_z_ions" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_z_ions true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_z_ions false" checked="false" optional="True" label="Add peaks of z-ions to the spectrum" help="(-hide_z_ions)"/> | 747 <param help="(-intensity-mean) " label="Shot noise intensity mean (exponentially distributed with given mean)" name="param_algorithm_MSSim_RawSignal_noise_shot_intensity_mean" type="float" value="1.0"/> |
| 322 <param name="param_hide_losses" type="boolean" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_losses true" falsevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_losses false" checked="false" optional="True" label="Adds common losses to those ion expect to have them, only water and ammonia loss is considered" help="(-hide_losses)"/> | 748 <param help="(-mean) " label="Mean value of white noise being added to each measured signal" name="param_algorithm_MSSim_RawSignal_noise_white_mean" type="float" value="0.0"/> |
| 323 <param name="param_y_intensity" type="float" value="1.0" label="Intensity of the y-ions" help="(-y_intensity)"/> | 749 <param help="(-stddev) " label="Standard deviation of white noise being added to each measured signal" name="param_algorithm_MSSim_RawSignal_noise_white_stddev" type="float" value="0.0"/> |
| 324 <param name="param_b_intensity" type="float" value="1.0" label="Intensity of the b-ions" help="(-b_intensity)"/> | 750 <param help="(-mean) " label="Mean value of the detector noise being added to the complete measurement" name="param_algorithm_MSSim_RawSignal_noise_detector_mean" type="float" value="0.0"/> |
| 325 <param name="param_a_intensity" type="float" value="1.0" label="Intensity of the a-ions" help="(-a_intensity)"/> | 751 <param help="(-stddev) " label="Standard deviation of the detector noise being added to the complete measurement" name="param_algorithm_MSSim_RawSignal_noise_detector_stddev" type="float" value="0.0"/> |
| 326 <param name="param_c_intensity" type="float" value="1.0" label="Intensity of the c-ions" help="(-c_intensity)"/> | 752 <param help="(-status) " label="Create Tandem-MS scans?" name="param_algorithm_MSSim_RawTandemSignal_status" optional="True" type="select" value="disabled"> |
| 327 <param name="param_x_intensity" type="float" value="1.0" label="Intensity of the x-ions" help="(-x_intensity)"/> | 753 <option value="disabled">disabled</option> |
| 328 <param name="param_z_intensity" type="float" value="1.0" label="Intensity of the z-ions" help="(-z_intensity)"/> | 754 <option value="precursor">precursor</option> |
| 329 <param name="param_relative_loss_intensity" type="float" value="0.1" label="Intensity of loss ions, in relation to the intact ion intensity" help="(-relative_loss_intensity)"/> | 755 <option value="MS^E">MS^E</option> |
| 330 <param name="param_ionization_type" type="select" optional="True" value="ESI" label="Type of Ionization (MALDI or ESI)" help="(-ionization_type)"> | 756 </param> |
| 331 <option value="MALDI">MALDI</option> | 757 <param help="(-tandem_mode) 0 - fixed intensities, 1 - SVC prediction (abundant/missing), 2 - SVR prediction of peak intensity <br>" label="Algorithm to generate the tandem-MS spectra" max="2" min="0" name="param_algorithm_MSSim_RawTandemSignal_tandem_mode" optional="True" type="integer" value="0"/> |
| 332 <option value="ESI">ESI</option> | 758 <param help="(-svm_model_set_file) " label="File containing the filenames of SVM Models for different charge variants" name="param_algorithm_MSSim_RawTandemSignal_svm_model_set_file" size="30" type="text" value="examples/simulation/SvmModelSet.model"> |
| 333 </param> | 759 <sanitizer> |
| 334 <param name="param_type" type="select" optional="True" value="labelfree" label="Select the labeling type you want for your experiment" help="(-type)"> | 760 <valid initial="string.printable"> |
| 335 <option value="ICPL">ICPL</option> | 761 <remove value="'"/> |
| 336 <option value="SILAC">SILAC</option> | 762 <remove value="""/> |
| 337 <option value="itraq">itraq</option> | 763 </valid> |
| 338 <option value="labelfree">labelfree</option> | 764 </sanitizer> |
| 339 <option value="o18">o18</option> | 765 </param> |
| 340 </param> | 766 <param help="(-ms2_spectra_per_rt_bin) " label="Number of allowed MS/MS spectra in a retention time bin" min="1" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ms2_spectra_per_rt_bin" optional="True" type="integer" value="5"/> |
| 341 <param name="param_ICPL_fixed_rtshift" type="float" value="0.0" label="Fixed retention time shift between labeled pairs. If set to 0.0 only the retention times, computed by the RT model step are used." help="(-ICPL_fixed_rtshift)"/> | 767 <param help="(-min_mz_peak_distance) Also used to define the m/z width of an exclusion window (distance +/- from m/z of precursor). If you set this lower than the isotopic envelope of a peptide, you might get multiple fragment spectra pointing to the same precursor" label="The minimal distance (in Th) between two peaks for concurrent selection for fragmentation" min="0.0001" name="param_algorithm_MSSim_RawTandemSignal_Precursor_min_mz_peak_distance" optional="True" type="float" value="2.0"/> |
| 342 <param name="param_label_proteins" type="boolean" truevalue="-algorithm:MSSim:Labeling:ICPL:label_proteins true" falsevalue="-algorithm:MSSim:Labeling:ICPL:label_proteins false" checked="true" optional="True" label="Enables protein-labeling. (select 'false' if you only need peptide-labeling)" help="(-label_proteins)"/> | 768 <param help="(-mz_isolation_window) " label="All peaks within a mass window (in Th) of a selected peak are also selected for fragmentation" min="0.0" name="param_algorithm_MSSim_RawTandemSignal_Precursor_mz_isolation_window" optional="True" type="float" value="2.0"/> |
| 343 <param name="param_fixed_rtshift" type="float" min="0.0" optional="True" value="0.0001" label="Fixed retention time shift between labeled peptides. If set to 0.0 only the retention times computed by the RT model step are used." help="(-fixed_rtshift)"/> | 769 <param checked="false" falsevalue="" help="(-exclude_overlapping_peaks) " label="If true, overlapping or nearby peaks (within 'min_mz_peak_distance') are excluded for selection" name="param_algorithm_MSSim_RawTandemSignal_Precursor_exclude_overlapping_peaks" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:Precursor:exclude_overlapping_peaks" type="boolean"/> |
| 344 <param name="param_modification_lysine" type="text" size="20" value="UniMod:481" label="Modification of Lysine in the medium SILAC channel" help="(-modification_lysine)"/> | 770 <repeat max="1" min="0" name="rep_param_algorithm_MSSim_RawTandemSignal_Precursor_charge_filter" title="param_algorithm_MSSim_RawTandemSignal_Precursor_charge_filter"> |
| 345 <param name="param_modification_arginine" type="text" size="20" value="UniMod:188" label="Modification of Arginine in the medium SILAC channel" help="(-modification_arginine)"/> | 771 <param help="(-charge_filter) " label="Charges considered for MS2 fragmentation" max="5" min="1" name="param_algorithm_MSSim_RawTandemSignal_Precursor_charge_filter" optional="True" size="30" type="text" value="2 3"> |
| 346 <param name="param_modification_lysine" type="text" size="20" value="UniMod:259" label="Modification of Lysine in the heavy SILAC channel. If left empty, two channelSILAC is assumed." help="(-modification_lysine)"/> | 772 <sanitizer> |
| 347 <param name="param_modification_arginine" type="text" size="20" value="UniMod:267" label="Modification of Arginine in the heavy SILAC channel. If left empty, two-channel SILAC is assumed." help="(-modification_arginine)"/> | 773 <valid initial="string.printable"> |
| 348 <param name="param_iTRAQ" type="select" optional="True" value="4plex" label="4plex or 8plex iTRAQ?" help="(-iTRAQ)"> | 774 <remove value="'"/> |
| 349 <option value="4plex">4plex</option> | 775 <remove value="""/> |
| 350 <option value="8plex">8plex</option> | 776 </valid> |
| 351 </param> | 777 </sanitizer> |
| 352 <param name="param_reporter_mass_shift" type="float" min="0.0" max="0.5" optional="True" value="0.1" label="Allowed shift (uniformly distributed - left to right) in Da from the expected position (of e.g. 114.1, 115.1)" help="(-reporter_mass_shift)"/> | 778 </param> |
| 353 <param name="param_channel_active_4plex" type="text" size="20" value="114:myReference" label="Four-plex only: Each channel that was used in the experiment and its description (114-117) in format <channel>:<name>, e.g. "114:myref","115:liver"." help="(-channel_active_4plex)"/> | 779 </repeat> |
| 354 <param name="param_channel_active_8plex" type="text" size="20" value="113:myReference" label="Eight-plex only: Each channel that was used in the experiment and its description (113-121) in format <channel>:<name>, e.g. "113:myref","115:liver","118:lung"." help="(-channel_active_8plex)"/> | 780 <param checked="false" falsevalue="" help="(-use_dynamic_exclusion) " label="If true dynamic exclusion is applied" name="param_algorithm_MSSim_RawTandemSignal_Precursor_Exclusion_use_dynamic_exclusion" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:Precursor:Exclusion:use_dynamic_exclusion" type="boolean"/> |
| 355 <param name="param_Y_contamination" type="float" min="0.0" max="1.0" optional="True" value="0.3" label="Efficiency of labeling tyrosine ('Y') residues. 0=off, 1=full labeling" help="(-Y_contamination)"/> | 781 <param help="(-exclusion_time) " label="The time (in seconds) a feature is excluded" min="0.0" name="param_algorithm_MSSim_RawTandemSignal_Precursor_Exclusion_exclusion_time" optional="True" type="float" value="100.0"/> |
| 356 <param name="param_labeling_efficiency" type="float" min="0.0" max="1.0" optional="True" value="1.0" label="Describes the distribution of the labeled peptide over the different states (unlabeled, mono- and di-labeled)" help="(-labeling_efficiency)"/> | 782 <param help="(-max_list_size) " label="The maximal number of precursors in the inclusion list" min="1" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_max_list_size" optional="True" type="integer" value="1000"/> |
| 357 <param name="param_biological" type="select" optional="True" value="random" label="Controls the 'biological' randomness of the generated data (e.g. systematic effects like deviations in RT). If set to 'random' each experiment will look different. If set to 'reproducible' each experiment will have the same outcome (given that the input data is the same)." help="(-biological)"> | 783 <param help="(-min_rt) " label="Minimal rt in seconds" min="0.0" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_min_rt" optional="True" type="float" value="960.0"/> |
| 358 <option value="reproducible">reproducible</option> | 784 <param help="(-max_rt) " label="Maximal rt in seconds" min="0.0" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_max_rt" optional="True" type="float" value="3840.0"/> |
| 359 <option value="random">random</option> | 785 <param help="(-rt_step_size) " label="rt step size in seconds" min="1.0" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_rt_step_size" optional="True" type="float" value="30.0"/> |
| 360 </param> | 786 <param help="(-rt_window_size) " label="rt window size in seconds" min="1" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_rt_rt_window_size" optional="True" type="integer" value="100"/> |
| 361 <param name="param_technical" type="select" optional="True" value="random" label="Controls the 'technical' randomness of the generated data (e.g. noise in the raw signal). If set to 'random' each experiment will look different. If set to 'reproducible' each experiment will have the same outcome (given that the input data is the same)." help="(-technical)"> | 787 <param help="(-min_protein_id_probability) " label="Minimal protein probability for a protein to be considered identified" max="1.0" min="0.0" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_protein_id_probability" optional="True" type="float" value="0.95"/> |
| 362 <option value="reproducible">reproducible</option> | 788 <param help="(-min_pt_weight) " label="Minimal pt weight of a precurso" max="1.0" min="0.0" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_pt_weight" optional="True" type="float" value="0.5"/> |
| 363 <option value="random">random</option> | 789 <param help="(-min_mz) " label="Minimal mz to be considered in protein based LP formulation" min="0.0" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_mz" optional="True" type="float" value="500.0"/> |
| 364 </param> | 790 <param help="(-max_mz) " label="Minimal mz to be considered in protein based LP formulation" min="0.0" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_max_mz" optional="True" type="float" value="5000.0"/> |
| 365 <expand macro="advanced_options"> | 791 <param checked="false" falsevalue="" help="(-use_peptide_rule) " label="Use peptide rule instead of minimal protein id probability" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_use_peptide_rule" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:Precursor:ProteinBasedInclusion:thresholds:use_peptide_rule" type="boolean"/> |
| 366 <param name="param_max_impurity_set_size" type="integer" value="3" label="Maximal #combinations of charge impurities allowed (each generating one feature) per charge state. E.g. assuming charge=3 and this parameter is 2, then we could choose to allow '3H+, 2H+Na+' features (given a certain 'charge_impurity' constraints), but no '3H+, 2H+Na+, 3Na+'" help="(-max_impurity_set_size)"/> | 792 <param help="(-min_peptide_ids) " label="If use_peptide_rule is true, this parameter sets the minimal number of peptide ids for a protein id" min="1" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_peptide_ids" optional="True" type="integer" value="2"/> |
| 367 <param name="param_ICPL_light_channel_label" type="text" size="20" value="UniMod:365" label="UniMod Id of the light channel ICPL label." help="(-ICPL_light_channel_label)"/> | 793 <param help="(-min_peptide_probability) " label="If use_peptide_rule is true, this parameter sets the minimal probability for a peptide to be safely identified" max="1.0" min="0.0" name="param_algorithm_MSSim_RawTandemSignal_Precursor_ProteinBasedInclusion_thresholds_min_peptide_probability" optional="True" type="float" value="0.95"/> |
| 368 <param name="param_ICPL_medium_channel_label" type="text" size="20" value="UniMod:687" label="UniMod Id of the medium channel ICPL label." help="(-ICPL_medium_channel_label)"/> | 794 <param checked="false" falsevalue="" help="(-add_single_spectra) They will have a meta value 'MSE_DebugSpectrum' attached, so they can be filtered out. Native MS_E spectra will have 'MSE_Spectrum' instead" label="If true, the MS2 spectra for each peptide signal are included in the output (might be a lot)" name="param_algorithm_MSSim_RawTandemSignal_MS_E_add_single_spectra" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:MS_E:add_single_spectra" type="boolean"/> |
| 369 <param name="param_ICPL_heavy_channel_label" type="text" size="20" value="UniMod:364" label="UniMod Id of the heavy channel ICPL label." help="(-ICPL_heavy_channel_label)"/> | 795 <param checked="false" falsevalue="" help="(-add_isotopes) " label="If set to 1 isotope peaks of the product ion peaks are added" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_isotopes" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_isotopes" type="boolean"/> |
| 370 <param name="param_isotope_correction_values_4plex" type="text" size="20" value="114:0/1/5.9/0.2 115:0/2/5.6/0.1 116:0/3/4.5/0.1 117:0.1/4/3.5/0.1" label="override default values (see Documentation); use the following format: <channel>:<-2Da>/<-1Da>/<+1Da>/<+2Da> ; e.g. '114:0/0.3/4/0' , '116:0.1/0.3/3/0.2' " help="(-isotope_correction_values_4plex)"/> | 796 <param help="(-max_isotope) " label="Defines the maximal isotopic peak which is added, add_isotopes must be set to 1" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_max_isotope" type="integer" value="2"/> |
| 371 <param name="param_isotope_correction_values_8plex" type="text" size="20" value="113:0/0/6.89/0.22 114:0/0.94/5.9/0.16 115:0/1.88/4.9/0.1 116:0/2.82/3.9/0.07 117:0.06/3.77/2.99/0 118:0.09/4.71/1.88/0 119:0.14/5.66/0.87/0 121:0.27/7.44/0.18/0" label="override default values (see Documentation); use the following format: <channel>:<-2Da>/<-1Da>/<+1Da>/<+2Da> ; e.g. '113:0/0.3/4/0' , '116:0.1/0.3/3/0.2' " help="(-isotope_correction_values_8plex)"/> | 797 <param checked="false" falsevalue="" help="(-add_metainfo) " label="Adds the type of peaks as metainfo to the peaks, like y8+, [M-H2O+2H]++" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_metainfo" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_metainfo" type="boolean"/> |
| 372 </expand> | 798 <param checked="false" falsevalue="" help="(-add_losses) " label="Adds common losses to those ion expect to have them, only water and ammonia loss is considered" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_losses" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_losses" type="boolean"/> |
| 373 </inputs> | 799 <param checked="false" falsevalue="" help="(-add_precursor_peaks) " label="Adds peaks of the precursor to the spectrum, which happen to occur sometimes" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_precursor_peaks" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_precursor_peaks" type="boolean"/> |
| 374 <outputs> | 800 <param checked="false" falsevalue="" help="(-add_abundant_immonium_ions) " label="Add most abundant immonium ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_abundant_immonium_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_abundant_immonium_ions" type="boolean"/> |
| 375 <data name="param_out" label="output: simulated MS raw (profile) data" format="mzML"/> | 801 <param checked="false" falsevalue="" help="(-add_first_prefix_ion) " label="If set to true e.g. b1 ions are added" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_first_prefix_ion" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_first_prefix_ion" type="boolean"/> |
| 376 <data name="param_out_pm" label="output: ground-truth picked (centroided) MS data" format="mzML"/> | 802 <param checked="true" falsevalue="" help="(-add_y_ions) " label="Add peaks of y-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_y_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_y_ions" type="boolean"/> |
| 377 <data name="param_out_fm" label="output: ground-truth features" format="featureXML"/> | 803 <param checked="true" falsevalue="" help="(-add_b_ions) " label="Add peaks of b-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_b_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_b_ions" type="boolean"/> |
| 378 <data name="param_out_cm" label="output: ground-truth features, grouping ESI charge variants of each parent peptide" format="consensusXML"/> | 804 <param checked="false" falsevalue="" help="(-add_a_ions) " label="Add peaks of a-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_a_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_a_ions" type="boolean"/> |
| 379 <data name="param_out_lcm" label="output: ground-truth features, grouping labeled variants" format="consensusXML"/> | 805 <param checked="false" falsevalue="" help="(-add_c_ions) " label="Add peaks of c-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_c_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_c_ions" type="boolean"/> |
| 380 <data name="param_out_cntm" label="output: ground-truth features caused by contaminants" format="featureXML"/> | 806 <param checked="false" falsevalue="" help="(-add_x_ions) " label="Add peaks of x-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_x_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_x_ions" type="boolean"/> |
| 381 <data name="param_out_id" label="output: ground-truth MS2 peptide identifications" format="idXML"/> | 807 <param checked="false" falsevalue="" help="(-add_z_ions) " label="Add peaks of z-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_add_z_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_z_ions" type="boolean"/> |
| 382 </outputs> | 808 <param help="(-y_intensity) " label="Intensity of the y-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_y_intensity" type="float" value="1.0"/> |
| 383 <help>**What it does** | 809 <param help="(-b_intensity) " label="Intensity of the b-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_b_intensity" type="float" value="1.0"/> |
| 384 | 810 <param help="(-a_intensity) " label="Intensity of the a-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_a_intensity" type="float" value="1.0"/> |
| 385 A highly configurable simulator for mass spectrometry experiments. | 811 <param help="(-c_intensity) " label="Intensity of the c-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_c_intensity" type="float" value="1.0"/> |
| 812 <param help="(-x_intensity) " label="Intensity of the x-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_x_intensity" type="float" value="1.0"/> | |
| 813 <param help="(-z_intensity) " label="Intensity of the z-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_z_intensity" type="float" value="1.0"/> | |
| 814 <param help="(-relative_loss_intensity) " label="Intensity of loss ions, in relation to the intact ion intensity" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_relative_loss_intensity" type="float" value="0.1"/> | |
| 815 <param help="(-precursor_intensity) " label="Intensity of the precursor peak" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_precursor_intensity" type="float" value="1.0"/> | |
| 816 <param help="(-precursor_H2O_intensity) " label="Intensity of the H2O loss peak of the precurso" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_precursor_H2O_intensity" type="float" value="1.0"/> | |
| 817 <param help="(-precursor_NH3_intensity) " label="Intensity of the NH3 loss peak of the precurso" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_Simple_precursor_NH3_intensity" type="float" value="1.0"/> | |
| 818 <param checked="false" falsevalue="" help="(-add_isotopes) " label="If set to 1 isotope peaks of the product ion peaks are added" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_add_isotopes" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_isotopes" type="boolean"/> | |
| 819 <param help="(-max_isotope) " label="Defines the maximal isotopic peak which is added, add_isotopes must be set to 1" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_max_isotope" type="integer" value="2"/> | |
| 820 <param checked="false" falsevalue="" help="(-add_metainfo) " label="Adds the type of peaks as metainfo to the peaks, like y8+, [M-H2O+2H]++" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_add_metainfo" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_metainfo" type="boolean"/> | |
| 821 <param checked="false" falsevalue="" help="(-add_first_prefix_ion) " label="If set to true e.g. b1 ions are added" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_add_first_prefix_ion" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_first_prefix_ion" type="boolean"/> | |
| 822 <param checked="false" falsevalue="" help="(-hide_y_ions) " label="Add peaks of y-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_y_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_y_ions" type="boolean"/> | |
| 823 <param checked="false" falsevalue="" help="(-hide_y2_ions) " label="Add peaks of y-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_y2_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_y2_ions" type="boolean"/> | |
| 824 <param checked="false" falsevalue="" help="(-hide_b_ions) " label="Add peaks of b-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_b_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_b_ions" type="boolean"/> | |
| 825 <param checked="false" falsevalue="" help="(-hide_b2_ions) " label="Add peaks of b-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_b2_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_b2_ions" type="boolean"/> | |
| 826 <param checked="false" falsevalue="" help="(-hide_a_ions) " label="Add peaks of a-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_a_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_a_ions" type="boolean"/> | |
| 827 <param checked="false" falsevalue="" help="(-hide_c_ions) " label="Add peaks of c-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_c_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_c_ions" type="boolean"/> | |
| 828 <param checked="false" falsevalue="" help="(-hide_x_ions) " label="Add peaks of x-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_x_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_x_ions" type="boolean"/> | |
| 829 <param checked="false" falsevalue="" help="(-hide_z_ions) " label="Add peaks of z-ions to the spectrum" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_z_ions" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_z_ions" type="boolean"/> | |
| 830 <param checked="false" falsevalue="" help="(-hide_losses) " label="Adds common losses to those ion expect to have them, only water and ammonia loss is considered" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_hide_losses" optional="True" truevalue="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:hide_losses" type="boolean"/> | |
| 831 <param help="(-y_intensity) " label="Intensity of the y-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_y_intensity" type="float" value="1.0"/> | |
| 832 <param help="(-b_intensity) " label="Intensity of the b-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_b_intensity" type="float" value="1.0"/> | |
| 833 <param help="(-a_intensity) " label="Intensity of the a-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_a_intensity" type="float" value="1.0"/> | |
| 834 <param help="(-c_intensity) " label="Intensity of the c-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_c_intensity" type="float" value="1.0"/> | |
| 835 <param help="(-x_intensity) " label="Intensity of the x-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_x_intensity" type="float" value="1.0"/> | |
| 836 <param help="(-z_intensity) " label="Intensity of the z-ions" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_z_intensity" type="float" value="1.0"/> | |
| 837 <param help="(-relative_loss_intensity) " label="Intensity of loss ions, in relation to the intact ion intensity" name="param_algorithm_MSSim_RawTandemSignal_TandemSim_SVM_relative_loss_intensity" type="float" value="0.1"/> | |
| 838 <param help="(-ionization_type) " label="Type of Ionization (MALDI or ESI)" name="param_algorithm_MSSim_Global_ionization_type" optional="True" type="select" value="ESI"> | |
| 839 <option value="MALDI">MALDI</option> | |
| 840 <option value="ESI">ESI</option> | |
| 841 </param> | |
| 842 <param help="(-type) " label="Select the labeling type you want for your experiment" name="param_algorithm_MSSim_Labeling_type" optional="True" type="select" value="labelfree"> | |
| 843 <option value="ICPL">ICPL</option> | |
| 844 <option value="SILAC">SILAC</option> | |
| 845 <option value="itraq">itraq</option> | |
| 846 <option value="labelfree">labelfree</option> | |
| 847 <option value="o18">o18</option> | |
| 848 </param> | |
| 849 <param help="(-ICPL_fixed_rtshift) If set to 0.0 only the retention times, computed by the RT model step are used" label="Fixed retention time shift between labeled pairs" name="param_algorithm_MSSim_Labeling_ICPL_ICPL_fixed_rtshift" type="float" value="0.0"/> | |
| 850 <param checked="true" falsevalue="" help="(-label_proteins) (select 'false' if you only need peptide-labeling)" label="Enables protein-labeling" name="param_algorithm_MSSim_Labeling_ICPL_label_proteins" optional="True" truevalue="-algorithm:MSSim:Labeling:ICPL:label_proteins" type="boolean"/> | |
| 851 <param help="(-fixed_rtshift) If set to 0.0 only the retention times computed by the RT model step are used" label="Fixed retention time shift between labeled peptides" min="0.0" name="param_algorithm_MSSim_Labeling_SILAC_fixed_rtshift" optional="True" type="float" value="0.0001"/> | |
| 852 <param help="(-modification_lysine) " label="Modification of Lysine in the medium SILAC channel" name="param_algorithm_MSSim_Labeling_SILAC_medium_channel_modification_lysine" size="30" type="text" value="UniMod:481"> | |
| 853 <sanitizer> | |
| 854 <valid initial="string.printable"> | |
| 855 <remove value="'"/> | |
| 856 <remove value="""/> | |
| 857 </valid> | |
| 858 </sanitizer> | |
| 859 </param> | |
| 860 <param help="(-modification_arginine) " label="Modification of Arginine in the medium SILAC channel" name="param_algorithm_MSSim_Labeling_SILAC_medium_channel_modification_arginine" size="30" type="text" value="UniMod:188"> | |
| 861 <sanitizer> | |
| 862 <valid initial="string.printable"> | |
| 863 <remove value="'"/> | |
| 864 <remove value="""/> | |
| 865 </valid> | |
| 866 </sanitizer> | |
| 867 </param> | |
| 868 <param help="(-modification_lysine) If left empty, two channelSILAC is assumed" label="Modification of Lysine in the heavy SILAC channel" name="param_algorithm_MSSim_Labeling_SILAC_heavy_channel_modification_lysine" size="30" type="text" value="UniMod:259"> | |
| 869 <sanitizer> | |
| 870 <valid initial="string.printable"> | |
| 871 <remove value="'"/> | |
| 872 <remove value="""/> | |
| 873 </valid> | |
| 874 </sanitizer> | |
| 875 </param> | |
| 876 <param help="(-modification_arginine) If left empty, two-channel SILAC is assumed" label="Modification of Arginine in the heavy SILAC channel" name="param_algorithm_MSSim_Labeling_SILAC_heavy_channel_modification_arginine" size="30" type="text" value="UniMod:267"> | |
| 877 <sanitizer> | |
| 878 <valid initial="string.printable"> | |
| 879 <remove value="'"/> | |
| 880 <remove value="""/> | |
| 881 </valid> | |
| 882 </sanitizer> | |
| 883 </param> | |
| 884 <param help="(-iTRAQ) " label="4plex or 8plex iTRAQ?" name="param_algorithm_MSSim_Labeling_itraq_iTRAQ" optional="True" type="select" value="4plex"> | |
| 885 <option value="4plex">4plex</option> | |
| 886 <option value="8plex">8plex</option> | |
| 887 </param> | |
| 888 <param help="(-reporter_mass_shift) e.g. 114.1, 115.1)" label="Allowed shift (uniformly distributed - left to right) in Da from the expected position (of" max="0.5" min="0.0" name="param_algorithm_MSSim_Labeling_itraq_reporter_mass_shift" optional="True" type="float" value="0.1"/> | |
| 889 <repeat max="1" min="0" name="rep_param_algorithm_MSSim_Labeling_itraq_channel_active_4plex" title="param_algorithm_MSSim_Labeling_itraq_channel_active_4plex"> | |
| 890 <param help="(-channel_active_4plex) e.g. "114:myref","115:liver"" label="Four-plex only: Each channel that was used in the experiment and its description (114-117) in format <channel>:<name>," name="param_algorithm_MSSim_Labeling_itraq_channel_active_4plex" size="30" type="text" value="114:myReference"> | |
| 891 <sanitizer> | |
| 892 <valid initial="string.printable"> | |
| 893 <remove value="'"/> | |
| 894 <remove value="""/> | |
| 895 </valid> | |
| 896 </sanitizer> | |
| 897 </param> | |
| 898 </repeat> | |
| 899 <repeat max="1" min="0" name="rep_param_algorithm_MSSim_Labeling_itraq_channel_active_8plex" title="param_algorithm_MSSim_Labeling_itraq_channel_active_8plex"> | |
| 900 <param help="(-channel_active_8plex) e.g. "113:myref","115:liver","118:lung"" label="Eight-plex only: Each channel that was used in the experiment and its description (113-121) in format <channel>:<name>," name="param_algorithm_MSSim_Labeling_itraq_channel_active_8plex" size="30" type="text" value="113:myReference"> | |
| 901 <sanitizer> | |
| 902 <valid initial="string.printable"> | |
| 903 <remove value="'"/> | |
| 904 <remove value="""/> | |
| 905 </valid> | |
| 906 </sanitizer> | |
| 907 </param> | |
| 908 </repeat> | |
| 909 <param help="(-Y_contamination) 0=off, 1=full labeling" label="Efficiency of labeling tyrosine ('Y') residues" max="1.0" min="0.0" name="param_algorithm_MSSim_Labeling_itraq_Y_contamination" optional="True" type="float" value="0.3"/> | |
| 910 <param help="(-labeling_efficiency) " label="Describes the distribution of the labeled peptide over the different states (unlabeled, mono- and di-labeled)" max="1.0" min="0.0" name="param_algorithm_MSSim_Labeling_o18_labeling_efficiency" optional="True" type="float" value="1.0"/> | |
| 911 <param help="(-biological) e.g. systematic effects like deviations in RT). If set to 'random' each experiment will look different. If set to 'reproducible' each experiment will have the same outcome (given that the input data is the same)" label="Controls the 'biological' randomness of the generated data (" name="param_algorithm_RandomNumberGenerators_biological" optional="True" type="select" value="random"> | |
| 912 <option value="reproducible">reproducible</option> | |
| 913 <option value="random">random</option> | |
| 914 </param> | |
| 915 <param help="(-technical) e.g. noise in the raw signal). If set to 'random' each experiment will look different. If set to 'reproducible' each experiment will have the same outcome (given that the input data is the same)" label="Controls the 'technical' randomness of the generated data (" name="param_algorithm_RandomNumberGenerators_technical" optional="True" type="select" value="random"> | |
| 916 <option value="reproducible">reproducible</option> | |
| 917 <option value="random">random</option> | |
| 918 </param> | |
| 919 <expand macro="advanced_options"> | |
| 920 <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/> | |
| 921 <param help="(-max_impurity_set_size) E.g. assuming charge=3 and this parameter is 2, then we could choose to allow '3H+, 2H+Na+' features (given a certain 'charge_impurity' constraints), but no '3H+, 2H+Na+, 3Na+'" label="Maximal #combinations of charge impurities allowed (each generating one feature) per charge state" name="param_algorithm_MSSim_Ionization_esi_max_impurity_set_size" type="integer" value="3"/> | |
| 922 <param help="(-ICPL_light_channel_label) " label="UniMod Id of the light channel ICPL label" name="param_algorithm_MSSim_Labeling_ICPL_ICPL_light_channel_label" size="30" type="text" value="UniMod:365"> | |
| 923 <sanitizer> | |
| 924 <valid initial="string.printable"> | |
| 925 <remove value="'"/> | |
| 926 <remove value="""/> | |
| 927 </valid> | |
| 928 </sanitizer> | |
| 929 </param> | |
| 930 <param help="(-ICPL_medium_channel_label) " label="UniMod Id of the medium channel ICPL label" name="param_algorithm_MSSim_Labeling_ICPL_ICPL_medium_channel_label" size="30" type="text" value="UniMod:687"> | |
| 931 <sanitizer> | |
| 932 <valid initial="string.printable"> | |
| 933 <remove value="'"/> | |
| 934 <remove value="""/> | |
| 935 </valid> | |
| 936 </sanitizer> | |
| 937 </param> | |
| 938 <param help="(-ICPL_heavy_channel_label) " label="UniMod Id of the heavy channel ICPL label" name="param_algorithm_MSSim_Labeling_ICPL_ICPL_heavy_channel_label" size="30" type="text" value="UniMod:364"> | |
| 939 <sanitizer> | |
| 940 <valid initial="string.printable"> | |
| 941 <remove value="'"/> | |
| 942 <remove value="""/> | |
| 943 </valid> | |
| 944 </sanitizer> | |
| 945 </param> | |
| 946 <repeat max="1" min="0" name="rep_param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_4plex" title="param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_4plex"> | |
| 947 <param help="(-isotope_correction_values_4plex) e.g. '114:0/0.3/4/0' , '116:0.1/0.3/3/0.2' " label="override default values (see Documentation); use the following format: <channel>:<-2Da>/<-1Da>/<+1Da>/<+2Da> ;" name="param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_4plex" size="30" type="text" value="114:0/1/5.9/0.2 115:0/2/5.6/0.1 116:0/3/4.5/0.1 117:0.1/4/3.5/0.1"> | |
| 948 <sanitizer> | |
| 949 <valid initial="string.printable"> | |
| 950 <remove value="'"/> | |
| 951 <remove value="""/> | |
| 952 </valid> | |
| 953 </sanitizer> | |
| 954 </param> | |
| 955 </repeat> | |
| 956 <repeat max="1" min="0" name="rep_param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_8plex" title="param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_8plex"> | |
| 957 <param help="(-isotope_correction_values_8plex) e.g. '113:0/0.3/4/0' , '116:0.1/0.3/3/0.2' " label="override default values (see Documentation); use the following format: <channel>:<-2Da>/<-1Da>/<+1Da>/<+2Da> ;" name="param_algorithm_MSSim_Labeling_itraq_isotope_correction_values_8plex" size="30" type="text" value="113:0/0/6.89/0.22 114:0/0.94/5.9/0.16 115:0/1.88/4.9/0.1 116:0/2.82/3.9/0.07 117:0.06/3.77/2.99/0 118:0.09/4.71/1.88/0 119:0.14/5.66/0.87/0 121:0.27/7.44/0.18/0"> | |
| 958 <sanitizer> | |
| 959 <valid initial="string.printable"> | |
| 960 <remove value="'"/> | |
| 961 <remove value="""/> | |
| 962 </valid> | |
| 963 </sanitizer> | |
| 964 </param> | |
| 965 </repeat> | |
| 966 </expand> | |
| 967 </inputs> | |
| 968 <outputs> | |
| 969 <data format="mzml" name="param_out"/> | |
| 970 <data format="mzml" name="param_out_pm"/> | |
| 971 <data format="xml" name="param_out_fm"/> | |
| 972 <data format="consensusxml" name="param_out_cm"/> | |
| 973 <data format="consensusxml" name="param_out_lcm"/> | |
| 974 <data format="xml" name="param_out_cntm"/> | |
| 975 <data format="xml" name="param_out_id"/> | |
| 976 </outputs> | |
| 977 <help>A highly configurable simulator for mass spectrometry experiments. | |
| 386 | 978 |
| 387 | 979 |
| 388 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MSSimulator.html | 980 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MSSimulator.html</help> |
| 389 | 981 </tool> |
| 390 @REFERENCES@ | |
| 391 </help> | |
| 392 </tool> |
