Mercurial > repos > galaxyp > openms_featurefinderidentification
comparison FeatureFinderIdentification.xml @ 15:5dc928c83939 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author | galaxyp |
---|---|
date | Thu, 01 Dec 2022 19:24:30 +0000 |
parents | 5471eba33b70 |
children | 65bdfab68571 |
comparison
equal
deleted
inserted
replaced
14:17ecb923aa31 | 15:5dc928c83939 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.--> | 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.--> |
3 <!--Proposed Tool Section: [Quantitation]--> | 3 <!--Proposed Tool Section: [Quantitation]--> |
4 <tool id="FeatureFinderIdentification" name="FeatureFinderIdentification" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> | 4 <tool id="FeatureFinderIdentification" name="FeatureFinderIdentification" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
5 <description>Detects features in MS1 data based on peptide identifications.</description> | 5 <description>Detects features in MS1 data based on peptide identifications.</description> |
6 <macros> | 6 <macros> |
7 <token name="@EXECUTABLE@">FeatureFinderIdentification</token> | 7 <token name="@EXECUTABLE@">FeatureFinderIdentification</token> |
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 <import>macros_autotest.xml</import> | |
10 <import>macros_test.xml</import> | |
11 </macros> | 9 </macros> |
12 <expand macro="requirements"/> | 10 <expand macro="requirements"/> |
13 <expand macro="stdio"/> | 11 <expand macro="stdio"/> |
14 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@ | 12 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@ |
15 @EXT_FOO@ | 13 @EXT_FOO@ |
35 mkdir candidates_out && | 33 mkdir candidates_out && |
36 #end if | 34 #end if |
37 #if "xval_out_FLAG" in str($OPTIONAL_OUTPUTS).split(',') | 35 #if "xval_out_FLAG" in str($OPTIONAL_OUTPUTS).split(',') |
38 mkdir svm_xval_out && | 36 mkdir svm_xval_out && |
39 #end if | 37 #end if |
40 #if $adv_opts_cond.adv_opts_selector=='advanced': | 38 #if $adv_opts.candidates_in: |
41 #if $adv_opts_cond.candidates_in: | 39 mkdir adv_opts.candidates_in && |
42 mkdir adv_opts_cond.candidates_in && | 40 ln -s '$adv_opts.candidates_in' 'adv_opts.candidates_in/${re.sub("[^\w\-_]", "_", $adv_opts.candidates_in.element_identifier)}.$gxy2omsext($adv_opts.candidates_in.ext)' && |
43 ln -s '$adv_opts_cond.candidates_in' 'adv_opts_cond.candidates_in/${re.sub("[^\w\-_]", "_", $adv_opts_cond.candidates_in.element_identifier)}.$gxy2omsext($adv_opts_cond.candidates_in.ext)' && | |
44 #end if | 41 #end if |
45 #end if | |
46 | 42 |
47 ## Main program call | 43 ## Main program call |
48 | 44 |
49 set -o pipefail && | 45 set -o pipefail && |
50 @EXECUTABLE@ -write_ctd ./ && | 46 @EXECUTABLE@ -write_ctd ./ && |
74 #end if | 70 #end if |
75 #if "xval_out_FLAG" in str($OPTIONAL_OUTPUTS).split(',') | 71 #if "xval_out_FLAG" in str($OPTIONAL_OUTPUTS).split(',') |
76 -svm:xval_out | 72 -svm:xval_out |
77 'svm_xval_out/output.${gxy2omsext("csv")}' | 73 'svm_xval_out/output.${gxy2omsext("csv")}' |
78 #end if | 74 #end if |
79 #if $adv_opts_cond.adv_opts_selector=='advanced': | 75 #if $adv_opts.candidates_in: |
80 #if $adv_opts_cond.candidates_in: | |
81 -candidates_in | 76 -candidates_in |
82 'adv_opts_cond.candidates_in/${re.sub("[^\w\-_]", "_", $adv_opts_cond.candidates_in.element_identifier)}.$gxy2omsext($adv_opts_cond.candidates_in.ext)' | 77 'adv_opts.candidates_in/${re.sub("[^\w\-_]", "_", $adv_opts.candidates_in.element_identifier)}.$gxy2omsext($adv_opts.candidates_in.ext)' |
83 #end if | 78 #end if |
84 #end if | |
85 #if len(str($OPTIONAL_OUTPUTS).split(',')) == 0 | 79 #if len(str($OPTIONAL_OUTPUTS).split(',')) == 0 |
86 | tee '$stdout' | 80 | tee '$stdout' |
87 #end if | 81 #end if |
88 | 82 |
89 ## Postprocessing | 83 ## Postprocessing |
106 <configfiles> | 100 <configfiles> |
107 <inputs name="args_json" data_style="paths"/> | 101 <inputs name="args_json" data_style="paths"/> |
108 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> | 102 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> |
109 </configfiles> | 103 </configfiles> |
110 <inputs> | 104 <inputs> |
111 <param name="in" argument="-in" type="data" format="mzml" optional="false" label="Input file: LC-MS raw data" help=" select mzml data sets(s)"/> | 105 <param argument="-in" type="data" format="mzml" optional="false" label="Input file: LC-MS raw data" help=" select mzml data sets(s)"/> |
112 <param name="id" argument="-id" type="data" format="idxml" optional="false" label="Input file: Peptide identifications derived directly from 'in'" help=" select idxml data sets(s)"/> | 106 <param argument="-id" type="data" format="idxml" optional="false" label="Input file: Peptide identifications derived directly from 'in'" help=" select idxml data sets(s)"/> |
113 <param name="id_ext" argument="-id_ext" type="data" format="idxml" optional="true" label="Input file: 'External' peptide identifications" help="(e.g. from aligned runs) select idxml data sets(s)"/> | 107 <param argument="-id_ext" type="data" format="idxml" optional="true" label="Input file: 'External' peptide identifications" help="(e.g. from aligned runs) select idxml data sets(s)"/> |
108 <param argument="-quantify_decoys" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Whether decoy peptides should be quantified (true) or skipped (false)" help=""/> | |
114 <section name="extract" title="Parameters for ion chromatogram extraction" help="" expanded="false"> | 109 <section name="extract" title="Parameters for ion chromatogram extraction" help="" expanded="false"> |
115 <param name="batch_size" argument="-extract:batch_size" type="integer" optional="true" min="1" value="1000" label="Nr of peptides used in each batch of chromatogram extraction" help="Smaller values decrease memory usage but increase runtime"/> | 110 <param name="batch_size" argument="-extract:batch_size" type="integer" optional="true" min="1" value="5000" label="Nr of peptides used in each batch of chromatogram extraction" help="Smaller values decrease memory usage but increase runtime"/> |
116 <param name="mz_window" argument="-extract:mz_window" type="float" optional="true" min="0.0" value="10.0" label="m/z window size for chromatogram extraction (unit: ppm if 1 or greater, else Da/Th)" help=""/> | 111 <param name="mz_window" argument="-extract:mz_window" type="float" optional="true" min="0.0" value="10.0" label="m/z window size for chromatogram extraction (unit: ppm if 1 or greater, else Da/Th)" help=""/> |
117 <param name="n_isotopes" argument="-extract:n_isotopes" type="integer" optional="true" min="2" value="2" label="Number of isotopes to include in each peptide assay" help=""/> | 112 <param name="n_isotopes" argument="-extract:n_isotopes" type="integer" optional="true" min="2" value="2" label="Number of isotopes to include in each peptide assay" help=""/> |
118 <param name="isotope_pmin" argument="-extract:isotope_pmin" type="float" optional="true" min="0.0" max="1.0" value="0.0" label="Minimum probability for an isotope to be included in the assay for a peptide" help="If set, this parameter takes precedence over 'extract:n_isotopes'"/> | 113 <param name="isotope_pmin" argument="-extract:isotope_pmin" type="float" optional="true" min="0.0" max="1.0" value="0.0" label="Minimum probability for an isotope to be included in the assay for a peptide" help="If set, this parameter takes precedence over 'extract:n_isotopes'"/> |
119 <param name="rt_quantile" argument="-extract:rt_quantile" type="float" optional="true" min="0.0" max="1.0" value="0.95" label="Quantile of the RT deviations between aligned internal and external IDs to use for scaling the RT extraction window" help=""/> | 114 <param name="rt_quantile" argument="-extract:rt_quantile" type="float" optional="true" min="0.0" max="1.0" value="0.95" label="Quantile of the RT deviations between aligned internal and external IDs to use for scaling the RT extraction window" help=""/> |
120 <param name="rt_window" argument="-extract:rt_window" type="float" optional="true" min="0.0" value="0.0" label="RT window size (in sec.) for chromatogram extraction" help="If set, this parameter takes precedence over 'extract:rt_quantile'"/> | 115 <param name="rt_window" argument="-extract:rt_window" type="float" optional="true" min="0.0" value="0.0" label="RT window size (in sec.) for chromatogram extraction" help="If set, this parameter takes precedence over 'extract:rt_quantile'"/> |
126 <param name="mapping_tolerance" argument="-detect:mapping_tolerance" type="float" optional="true" min="0.0" value="0.0" label="RT tolerance (plus/minus) for mapping peptide IDs to features" help="Absolute value in seconds if 1 or greater, else relative to the RT span of the feature"/> | 121 <param name="mapping_tolerance" argument="-detect:mapping_tolerance" type="float" optional="true" min="0.0" value="0.0" label="RT tolerance (plus/minus) for mapping peptide IDs to features" help="Absolute value in seconds if 1 or greater, else relative to the RT span of the feature"/> |
127 </section> | 122 </section> |
128 <section name="svm" title="Parameters for scoring features using a support vector machine (SVM)" help="" expanded="false"> | 123 <section name="svm" title="Parameters for scoring features using a support vector machine (SVM)" help="" expanded="false"> |
129 <param name="samples" argument="-svm:samples" type="integer" optional="true" min="0" value="0" label="Number of observations to use for training ('0' for all)" help=""/> | 124 <param name="samples" argument="-svm:samples" type="integer" optional="true" min="0" value="0" label="Number of observations to use for training ('0' for all)" help=""/> |
130 <param name="no_selection" argument="-svm:no_selection" type="boolean" truevalue="true" falsevalue="false" checked="false" label="By default, roughly the same number of positive and negative observations, with the same intensity distribution, are selected for training" help="This aims to reduce biases, but also reduces the amount of training data. Set this flag to skip this procedure and consider all available observations (subject to 'svm:samples')"/> | 125 <param name="no_selection" argument="-svm:no_selection" type="boolean" truevalue="true" falsevalue="false" checked="false" label="By default, roughly the same number of positive and negative observations, with the same intensity distribution, are selected for training" help="This aims to reduce biases, but also reduces the amount of training data. Set this flag to skip this procedure and consider all available observations (subject to 'svm:samples')"/> |
131 <param name="kernel" argument="-svm:kernel" display="radio" type="select" optional="false" label="SVM kernel" help=""> | 126 <param name="kernel" argument="-svm:kernel" type="select" optional="true" label="SVM kernel" help=""> |
132 <option value="RBF" selected="true">RBF</option> | 127 <option value="RBF" selected="true">RBF</option> |
133 <option value="linear">linear</option> | 128 <option value="linear">linear</option> |
134 <expand macro="list_string_san"/> | 129 <expand macro="list_string_san" name="kernel"/> |
135 </param> | 130 </param> |
136 <param name="xval" argument="-svm:xval" type="integer" optional="true" min="1" value="5" label="Number of partitions for cross-validation (parameter optimization)" help=""/> | 131 <param name="xval" argument="-svm:xval" type="integer" optional="true" min="1" value="5" label="Number of partitions for cross-validation (parameter optimization)" help=""/> |
137 <param name="log2_C" argument="-svm:log2_C" type="text" optional="true" value="-5.0 -3.0 -1.0 1.0 3.0 5.0 7.0 9.0 11.0 13.0 15.0" label="Values to try for the SVM parameter 'C' during parameter optimization" help="A value 'x' is used as 'C = 2^x' (space separated list, in order to allow for spaces in list items surround them by single quotes)"> | 132 <param name="log2_C" argument="-svm:log2_C" type="text" optional="true" value="-5.0 -3.0 -1.0 1.0 3.0 5.0 7.0 9.0 11.0 13.0 15.0" label="Values to try for the SVM parameter 'C' during parameter optimization" help="A value 'x' is used as 'C = 2^x' (space separated list, in order to allow for spaces in list items surround them by single quotes)"> |
138 <expand macro="list_float_valsan"/> | 133 <expand macro="list_float_valsan" name="log2_C"/> |
139 </param> | 134 </param> |
140 <param name="log2_gamma" argument="-svm:log2_gamma" type="text" optional="true" value="-15.0 -13.0 -11.0 -9.0 -7.0 -5.0 -3.0 -1.0 1.0 3.0" label="Values to try for the SVM parameter 'gamma' during parameter optimization (RBF kernel only)" help="A value 'x' is used as 'gamma = 2^x' (space separated list, in order to allow for spaces in list items surround them by single quotes)"> | 135 <param name="log2_gamma" argument="-svm:log2_gamma" type="text" optional="true" value="-15.0 -13.0 -11.0 -9.0 -7.0 -5.0 -3.0 -1.0 1.0 3.0" label="Values to try for the SVM parameter 'gamma' during parameter optimization (RBF kernel only)" help="A value 'x' is used as 'gamma = 2^x' (space separated list, in order to allow for spaces in list items surround them by single quotes)"> |
141 <expand macro="list_float_valsan"/> | 136 <expand macro="list_float_valsan" name="log2_gamma"/> |
142 </param> | 137 </param> |
143 <param name="epsilon" argument="-svm:epsilon" type="float" optional="true" min="0.0" value="0.001" label="Stopping criterion" help=""/> | 138 <param name="epsilon" argument="-svm:epsilon" type="float" optional="true" min="0.0" value="0.001" label="Stopping criterion" help=""/> |
144 <param name="cache_size" argument="-svm:cache_size" type="float" optional="true" min="1.0" value="100.0" label="Size of the kernel cache (in MB)" help=""/> | 139 <param name="cache_size" argument="-svm:cache_size" type="float" optional="true" min="1.0" value="100.0" label="Size of the kernel cache (in MB)" help=""/> |
145 <param name="no_shrinking" argument="-svm:no_shrinking" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Disable the shrinking heuristics" help=""/> | 140 <param name="no_shrinking" argument="-svm:no_shrinking" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Disable the shrinking heuristics" help=""/> |
146 <param name="predictors" argument="-svm:predictors" type="text" optional="true" value="peak_apices_sum,var_xcorr_coelution,var_xcorr_shape,var_library_sangle,var_intensity_score,sn_ratio,var_log_sn_score,var_elution_model_fit_score,xx_lda_prelim_score,var_isotope_correlation_score,var_isotope_overlap_score,var_massdev_score,main_var_xx_swath_prelim_score" label="Names of OpenSWATH scores to use as predictors for the SVM (comma-separated list)" help=""> | 141 <param name="predictors" argument="-svm:predictors" type="text" optional="true" value="peak_apices_sum,var_xcorr_coelution,var_xcorr_shape,var_library_sangle,var_intensity_score,sn_ratio,var_log_sn_score,var_elution_model_fit_score,xx_lda_prelim_score,var_ms1_isotope_correlation_score,var_ms1_isotope_overlap_score,var_massdev_score,main_var_xx_swath_prelim_score" label="Names of OpenSWATH scores to use as predictors for the SVM (comma-separated list)" help=""> |
147 <expand macro="list_string_san"/> | 142 <expand macro="list_string_san" name="predictors"/> |
148 </param> | 143 </param> |
149 <param name="min_prob" argument="-svm:min_prob" type="float" optional="true" min="0.0" max="1.0" value="0.0" label="Minimum probability of correctness, as predicted by the SVM, required to retain a feature candidate" help=""/> | 144 <param name="min_prob" argument="-svm:min_prob" type="float" optional="true" min="0.0" max="1.0" value="0.0" label="Minimum probability of correctness, as predicted by the SVM, required to retain a feature candidate" help=""/> |
150 </section> | 145 </section> |
151 <section name="model" title="Parameters for fitting elution models to features" help="" expanded="false"> | 146 <section name="model" title="Parameters for fitting elution models to features" help="" expanded="false"> |
152 <param name="type" argument="-model:type" display="radio" type="select" optional="false" label="Type of elution model to fit to features" help=""> | 147 <param name="type" argument="-model:type" type="select" optional="true" label="Type of elution model to fit to features" help=""> |
153 <option value="symmetric" selected="true">symmetric</option> | 148 <option value="symmetric" selected="true">symmetric</option> |
154 <option value="asymmetric">asymmetric</option> | 149 <option value="asymmetric">asymmetric</option> |
155 <option value="none">none</option> | 150 <option value="none">none</option> |
156 <expand macro="list_string_san"/> | 151 <expand macro="list_string_san" name="type"/> |
157 </param> | 152 </param> |
158 <param name="add_zeros" argument="-model:add_zeros" type="float" optional="true" min="0.0" value="0.2" label="Add zero-intensity points outside the feature range to constrain the model fit" help="This parameter sets the weight given to these points during model fitting; '0' to disable"/> | 153 <param name="add_zeros" argument="-model:add_zeros" type="float" optional="true" min="0.0" value="0.2" label="Add zero-intensity points outside the feature range to constrain the model fit" help="This parameter sets the weight given to these points during model fitting; '0' to disable"/> |
159 <param name="unweighted_fit" argument="-model:unweighted_fit" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Suppress weighting of mass traces according to theoretical intensities when fitting elution models" help=""/> | 154 <param name="unweighted_fit" argument="-model:unweighted_fit" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Suppress weighting of mass traces according to theoretical intensities when fitting elution models" help=""/> |
160 <param name="no_imputation" argument="-model:no_imputation" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If fitting the elution model fails for a feature, set its intensity to zero instead of imputing a value from the initial intensity estimate" help=""/> | 155 <param name="no_imputation" argument="-model:no_imputation" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If fitting the elution model fails for a feature, set its intensity to zero instead of imputing a value from the initial intensity estimate" help=""/> |
161 <param name="each_trace" argument="-model:each_trace" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Fit elution model to each individual mass trace" help=""/> | 156 <param name="each_trace" argument="-model:each_trace" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Fit elution model to each individual mass trace" help=""/> |
164 <param name="boundaries" argument="-model:check:boundaries" type="float" optional="true" min="0.0" max="1.0" value="0.5" label="Time points corresponding to this fraction of the elution model height have to be within the data region used for model fitting" help=""/> | 159 <param name="boundaries" argument="-model:check:boundaries" type="float" optional="true" min="0.0" max="1.0" value="0.5" label="Time points corresponding to this fraction of the elution model height have to be within the data region used for model fitting" help=""/> |
165 <param name="width" argument="-model:check:width" type="float" optional="true" min="0.0" value="10.0" label="Upper limit for acceptable widths of elution models (Gaussian or EGH), expressed in terms of modified (median-based) z-scores" help="'0' to disable. Not applied to individual mass traces (parameter 'each_trace')"/> | 160 <param name="width" argument="-model:check:width" type="float" optional="true" min="0.0" value="10.0" label="Upper limit for acceptable widths of elution models (Gaussian or EGH), expressed in terms of modified (median-based) z-scores" help="'0' to disable. Not applied to individual mass traces (parameter 'each_trace')"/> |
166 <param name="asymmetry" argument="-model:check:asymmetry" type="float" optional="true" min="0.0" value="10.0" label="Upper limit for acceptable asymmetry of elution models (EGH only), expressed in terms of modified (median-based) z-scores" help="'0' to disable. Not applied to individual mass traces (parameter 'each_trace')"/> | 161 <param name="asymmetry" argument="-model:check:asymmetry" type="float" optional="true" min="0.0" value="10.0" label="Upper limit for acceptable asymmetry of elution models (EGH only), expressed in terms of modified (median-based) z-scores" help="'0' to disable. Not applied to individual mass traces (parameter 'each_trace')"/> |
167 </section> | 162 </section> |
168 </section> | 163 </section> |
164 <section name="EMGScoring" title="Parameters for fitting exp" help="mod. Gaussians to mass traces" expanded="false"> | |
165 <param name="max_iteration" argument="-EMGScoring:max_iteration" type="integer" optional="true" min="1" value="100" label="Maximum number of iterations for EMG fitting" help=""/> | |
166 <param name="init_mom" argument="-EMGScoring:init_mom" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Alternative initial parameters for fitting through method of moments" help=""/> | |
167 </section> | |
169 <expand macro="adv_opts_macro"> | 168 <expand macro="adv_opts_macro"> |
170 <param name="candidates_in" argument="-candidates_in" type="data" format="featurexml" optional="true" label="Input file: Feature candidates from a previous run" help="If set, only feature classification and elution model fitting are carried out, if enabled. Many parameters are ignored select featurexml data sets(s)"/> | 169 <param argument="-candidates_in" type="data" format="featurexml" optional="true" label="Input file: Feature candidates from a previous run" help="If set, only feature classification and elution model fitting are carried out, if enabled. Many parameters are ignored select featurexml data sets(s)"/> |
171 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> | 170 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
172 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 171 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> |
173 <expand macro="list_string_san"/> | 172 <expand macro="list_string_san" name="test"/> |
174 </param> | 173 </param> |
175 </expand> | 174 </expand> |
176 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> | 175 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
177 <option value="lib_out_FLAG">lib_out (Output file: Assay library)</option> | 176 <option value="lib_out_FLAG">lib_out (Output file: Assay library)</option> |
178 <option value="chrom_out_FLAG">chrom_out (Output file: Chromatograms)</option> | 177 <option value="chrom_out_FLAG">chrom_out (Output file: Chromatograms)</option> |
197 </data> | 196 </data> |
198 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> | 197 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> |
199 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> | 198 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> |
200 </data> | 199 </data> |
201 </outputs> | 200 </outputs> |
202 <tests> | 201 <tests><!-- TOPP_FeatureFinderIdentification_1 --> |
203 <expand macro="autotest_FeatureFinderIdentification"/> | 202 <test expect_num_outputs="2"> |
204 <expand macro="manutest_FeatureFinderIdentification"/> | 203 <section name="adv_opts"> |
204 <param name="force" value="false"/> | |
205 <param name="test" value="true"/> | |
206 </section> | |
207 <param name="in" value="FeatureFinderIdentification_1_input.mzML"/> | |
208 <param name="id" value="FeatureFinderIdentification_1_input.idXML"/> | |
209 <output name="out" file="FeatureFinderIdentification_1.tmp.featureXML" compare="sim_size" delta_frac="0.7" ftype="featurexml"/> | |
210 <param name="quantify_decoys" value="false"/> | |
211 <section name="extract"> | |
212 <param name="batch_size" value="5000"/> | |
213 <param name="mz_window" value="0.1"/> | |
214 <param name="n_isotopes" value="2"/> | |
215 <param name="isotope_pmin" value="0.0"/> | |
216 <param name="rt_quantile" value="0.95"/> | |
217 <param name="rt_window" value="0.0"/> | |
218 </section> | |
219 <section name="detect"> | |
220 <param name="peak_width" value="60.0"/> | |
221 <param name="min_peak_width" value="0.2"/> | |
222 <param name="signal_to_noise" value="0.8"/> | |
223 <param name="mapping_tolerance" value="0.0"/> | |
224 </section> | |
225 <section name="svm"> | |
226 <param name="samples" value="0"/> | |
227 <param name="no_selection" value="false"/> | |
228 <param name="kernel" value="RBF"/> | |
229 <param name="xval" value="5"/> | |
230 <param name="log2_C" value="-5.0 -3.0 -1.0 1.0 3.0 5.0 7.0 9.0 11.0 13.0 15.0"/> | |
231 <param name="log2_gamma" value="-15.0 -13.0 -11.0 -9.0 -7.0 -5.0 -3.0 -1.0 1.0 3.0"/> | |
232 <param name="epsilon" value="0.001"/> | |
233 <param name="cache_size" value="100.0"/> | |
234 <param name="no_shrinking" value="false"/> | |
235 <param name="predictors" value="peak_apices_sum,var_xcorr_coelution,var_xcorr_shape,var_library_sangle,var_intensity_score,sn_ratio,var_log_sn_score,var_elution_model_fit_score,xx_lda_prelim_score,var_ms1_isotope_correlation_score,var_ms1_isotope_overlap_score,var_massdev_score,main_var_xx_swath_prelim_score"/> | |
236 <param name="min_prob" value="0.0"/> | |
237 </section> | |
238 <section name="model"> | |
239 <param name="type" value="none"/> | |
240 <param name="add_zeros" value="0.2"/> | |
241 <param name="unweighted_fit" value="false"/> | |
242 <param name="no_imputation" value="false"/> | |
243 <param name="each_trace" value="false"/> | |
244 <section name="check"> | |
245 <param name="min_area" value="1.0"/> | |
246 <param name="boundaries" value="0.5"/> | |
247 <param name="width" value="10.0"/> | |
248 <param name="asymmetry" value="10.0"/> | |
249 </section> | |
250 </section> | |
251 <section name="EMGScoring"> | |
252 <param name="max_iteration" value="100"/> | |
253 <param name="init_mom" value="false"/> | |
254 </section> | |
255 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/> | |
256 <output name="ctd_out" ftype="xml"> | |
257 <assert_contents> | |
258 <is_valid_xml/> | |
259 </assert_contents> | |
260 </output> | |
261 </test> | |
262 <!-- TOPP_FeatureFinderIdentification_3 --> | |
263 <test expect_num_outputs="2"> | |
264 <section name="adv_opts"> | |
265 <param name="force" value="false"/> | |
266 <param name="test" value="true"/> | |
267 </section> | |
268 <param name="in" value="FeatureFinderIdentification_1_input.mzML"/> | |
269 <param name="id" value="FeatureFinderIdentification_1_input.idXML"/> | |
270 <output name="out" file="FeatureFinderIdentification_3.tmp.featureXML" compare="sim_size" delta_frac="0.7" ftype="featurexml"/> | |
271 <param name="quantify_decoys" value="false"/> | |
272 <section name="extract"> | |
273 <param name="batch_size" value="5000"/> | |
274 <param name="mz_window" value="0.1"/> | |
275 <param name="n_isotopes" value="2"/> | |
276 <param name="isotope_pmin" value="0.0"/> | |
277 <param name="rt_quantile" value="0.95"/> | |
278 <param name="rt_window" value="0.0"/> | |
279 </section> | |
280 <section name="detect"> | |
281 <param name="peak_width" value="60.0"/> | |
282 <param name="min_peak_width" value="0.2"/> | |
283 <param name="signal_to_noise" value="0.8"/> | |
284 <param name="mapping_tolerance" value="0.0"/> | |
285 </section> | |
286 <section name="svm"> | |
287 <param name="samples" value="0"/> | |
288 <param name="no_selection" value="false"/> | |
289 <param name="kernel" value="RBF"/> | |
290 <param name="xval" value="5"/> | |
291 <param name="log2_C" value="-5.0 -3.0 -1.0 1.0 3.0 5.0 7.0 9.0 11.0 13.0 15.0"/> | |
292 <param name="log2_gamma" value="-15.0 -13.0 -11.0 -9.0 -7.0 -5.0 -3.0 -1.0 1.0 3.0"/> | |
293 <param name="epsilon" value="0.001"/> | |
294 <param name="cache_size" value="100.0"/> | |
295 <param name="no_shrinking" value="false"/> | |
296 <param name="predictors" value="peak_apices_sum,var_xcorr_coelution,var_xcorr_shape,var_library_sangle,var_intensity_score,sn_ratio,var_log_sn_score,var_elution_model_fit_score,xx_lda_prelim_score,var_ms1_isotope_correlation_score,var_ms1_isotope_overlap_score,var_massdev_score,main_var_xx_swath_prelim_score"/> | |
297 <param name="min_prob" value="0.0"/> | |
298 </section> | |
299 <section name="model"> | |
300 <param name="type" value="symmetric"/> | |
301 <param name="add_zeros" value="0.2"/> | |
302 <param name="unweighted_fit" value="false"/> | |
303 <param name="no_imputation" value="false"/> | |
304 <param name="each_trace" value="false"/> | |
305 <section name="check"> | |
306 <param name="min_area" value="1.0"/> | |
307 <param name="boundaries" value="0.5"/> | |
308 <param name="width" value="10.0"/> | |
309 <param name="asymmetry" value="10.0"/> | |
310 </section> | |
311 </section> | |
312 <section name="EMGScoring"> | |
313 <param name="max_iteration" value="100"/> | |
314 <param name="init_mom" value="false"/> | |
315 </section> | |
316 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/> | |
317 <output name="ctd_out" ftype="xml"> | |
318 <assert_contents> | |
319 <is_valid_xml/> | |
320 </assert_contents> | |
321 </output> | |
322 </test> | |
323 <!-- TOPP_FeatureFinderIdentification_5 --> | |
324 <test expect_num_outputs="3"> | |
325 <section name="adv_opts"> | |
326 <param name="force" value="false"/> | |
327 <param name="test" value="true"/> | |
328 </section> | |
329 <param name="in" value="FeatureFinderIdentification_1_input.mzML"/> | |
330 <param name="id" value="FeatureFinderIdentification_1_input.idXML"/> | |
331 <output name="out" file="FeatureFinderIdentification_5.tmp.featureXML" compare="sim_size" delta_frac="0.7" ftype="featurexml"/> | |
332 <output name="candidates_out" file="FeatureFinderIdentification_5_candidates.tmp.featureXML" compare="sim_size" delta_frac="0.7" ftype="featurexml"/> | |
333 <param name="quantify_decoys" value="false"/> | |
334 <section name="extract"> | |
335 <param name="batch_size" value="10"/> | |
336 <param name="mz_window" value="0.1"/> | |
337 <param name="n_isotopes" value="2"/> | |
338 <param name="isotope_pmin" value="0.0"/> | |
339 <param name="rt_quantile" value="0.95"/> | |
340 <param name="rt_window" value="0.0"/> | |
341 </section> | |
342 <section name="detect"> | |
343 <param name="peak_width" value="60.0"/> | |
344 <param name="min_peak_width" value="0.2"/> | |
345 <param name="signal_to_noise" value="0.8"/> | |
346 <param name="mapping_tolerance" value="0.0"/> | |
347 </section> | |
348 <section name="svm"> | |
349 <param name="samples" value="0"/> | |
350 <param name="no_selection" value="false"/> | |
351 <param name="kernel" value="RBF"/> | |
352 <param name="xval" value="5"/> | |
353 <param name="log2_C" value="-5.0 -3.0 -1.0 1.0 3.0 5.0 7.0 9.0 11.0 13.0 15.0"/> | |
354 <param name="log2_gamma" value="-15.0 -13.0 -11.0 -9.0 -7.0 -5.0 -3.0 -1.0 1.0 3.0"/> | |
355 <param name="epsilon" value="0.001"/> | |
356 <param name="cache_size" value="100.0"/> | |
357 <param name="no_shrinking" value="false"/> | |
358 <param name="predictors" value="peak_apices_sum,var_xcorr_coelution,var_xcorr_shape,var_library_sangle,var_intensity_score,sn_ratio,var_log_sn_score,var_elution_model_fit_score,xx_lda_prelim_score,var_ms1_isotope_correlation_score,var_ms1_isotope_overlap_score,var_massdev_score,main_var_xx_swath_prelim_score"/> | |
359 <param name="min_prob" value="0.0"/> | |
360 </section> | |
361 <section name="model"> | |
362 <param name="type" value="none"/> | |
363 <param name="add_zeros" value="0.2"/> | |
364 <param name="unweighted_fit" value="false"/> | |
365 <param name="no_imputation" value="false"/> | |
366 <param name="each_trace" value="false"/> | |
367 <section name="check"> | |
368 <param name="min_area" value="1.0"/> | |
369 <param name="boundaries" value="0.5"/> | |
370 <param name="width" value="10.0"/> | |
371 <param name="asymmetry" value="10.0"/> | |
372 </section> | |
373 </section> | |
374 <section name="EMGScoring"> | |
375 <param name="max_iteration" value="100"/> | |
376 <param name="init_mom" value="false"/> | |
377 </section> | |
378 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,candidates_out_FLAG"/> | |
379 <output name="ctd_out" ftype="xml"> | |
380 <assert_contents> | |
381 <is_valid_xml/> | |
382 </assert_contents> | |
383 </output> | |
384 </test> | |
205 </tests> | 385 </tests> |
206 <help><![CDATA[Detects features in MS1 data based on peptide identifications. | 386 <help><![CDATA[Detects features in MS1 data based on peptide identifications. |
207 | 387 |
208 | 388 |
209 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_FeatureFinderIdentification.html]]></help> | 389 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_FeatureFinderIdentification.html]]></help> |
210 <expand macro="references"/> | 390 <expand macro="references"/> |
211 </tool> | 391 </tool> |