Mercurial > repos > galaxyp > openms_featurefinderidentification
changeset 3:c040ffc3ac9b draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 9a14ed1f2d3c9abdfb080251b3419dd9e0c52a14
author | galaxyp |
---|---|
date | Wed, 09 Aug 2017 09:54:55 -0400 |
parents | d12500c4d67e |
children | 6dc52aaeb90f |
files | FeatureFinderIdentification.xml datatypes_conf.xml filetypes.txt macros.xml readme.md tool.conf |
diffstat | 6 files changed, 170 insertions(+), 81 deletions(-) [+] |
line wrap: on
line diff
--- a/FeatureFinderIdentification.xml Thu Apr 27 13:19:43 2017 -0400 +++ b/FeatureFinderIdentification.xml Wed Aug 09 09:54:55 2017 -0400 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> <!--Proposed Tool Section: [Quantitation]--> -<tool id="FeatureFinderIdentification" name="FeatureFinderIdentification" version="2.1.0"> +<tool id="FeatureFinderIdentification" name="FeatureFinderIdentification" version="2.2.0"> <description>Detects features in MS1 data based on peptide identifications.</description> <macros> <token name="@EXECUTABLE@">FeatureFinderIdentification</token> @@ -18,6 +18,9 @@ #if $param_id: -id $param_id #end if +#if $param_id_ext: + -id_ext $param_id_ext +#end if #if $param_out: -out $param_out #end if @@ -27,29 +30,63 @@ #if $param_chrom_out: -chrom_out $param_chrom_out #end if -#if $param_trafo_out: - -trafo_out $param_trafo_out -#end if -#if $param_extract_reference_rt: - -extract:reference_rt - #if " " in str($param_extract_reference_rt): - "$param_extract_reference_rt" - #else - $param_extract_reference_rt - #end if -#end if -#if $param_extract_rt_window: - -extract:rt_window $param_extract_rt_window +#if $param_candidates_out: + -candidates_out $param_candidates_out #end if #if $param_extract_mz_window: -extract:mz_window $param_extract_mz_window #end if -#if $param_extract_isotope_pmin: - -extract:isotope_pmin $param_extract_isotope_pmin +#if $param_extract_n_isotopes: + -extract:n_isotopes $param_extract_n_isotopes #end if #if $param_detect_peak_width: -detect:peak_width $param_detect_peak_width #end if +#if $param_detect_mapping_tolerance: + -detect:mapping_tolerance $param_detect_mapping_tolerance +#end if +#if $param_svm_samples: + -svm:samples $param_svm_samples +#end if +#if $param_svm_no_selection: + -svm:no_selection +#end if +#if $param_svm_xval_out: + -svm:xval_out $param_svm_xval_out +#end if +#if $param_svm_kernel: + -svm:kernel + #if " " in str($param_svm_kernel): + "$param_svm_kernel" + #else + $param_svm_kernel + #end if +#end if +#if $param_svm_xval: + -svm:xval $param_svm_xval +#end if + +#if $rep_param_svm_log2_C: +-svm:log2_C + #for token in $rep_param_svm_log2_C: + #if " " in str(token): + "$token.param_svm_log2_C" + #else + $token.param_svm_log2_C + #end if + #end for +#end if + +#if $rep_param_svm_log2_gamma: +-svm:log2_gamma + #for token in $rep_param_svm_log2_gamma: + #if " " in str(token): + "$token.param_svm_log2_gamma" + #else + $token.param_svm_log2_gamma + #end if + #end for +#end if #if $param_model_type: -model:type #if " " in str($param_model_type): @@ -59,11 +96,41 @@ #end if #end if #if $adv_opts.adv_opts_selector=='advanced': + #if $adv_opts.param_candidates_in: + -candidates_in $adv_opts.param_candidates_in +#end if #if $adv_opts.param_force: -force #end if - #if $adv_opts.param_detect_all_features: - -detect:all_features + #if $adv_opts.param_extract_isotope_pmin: + -extract:isotope_pmin $adv_opts.param_extract_isotope_pmin +#end if + #if $adv_opts.param_extract_rt_quantile: + -extract:rt_quantile $adv_opts.param_extract_rt_quantile +#end if + #if $adv_opts.param_extract_rt_window: + -extract:rt_window $adv_opts.param_extract_rt_window +#end if + #if $adv_opts.param_detect_min_peak_width: + -detect:min_peak_width $adv_opts.param_detect_min_peak_width +#end if + #if $adv_opts.param_detect_signal_to_noise: + -detect:signal_to_noise $adv_opts.param_detect_signal_to_noise +#end if + #if $adv_opts.param_svm_epsilon: + -svm:epsilon $adv_opts.param_svm_epsilon +#end if + #if $adv_opts.param_svm_cache_size: + -svm:cache_size $adv_opts.param_svm_cache_size +#end if + #if $adv_opts.param_svm_no_shrinking: + -svm:no_shrinking +#end if + #if $adv_opts.param_svm_predictors: + -svm:predictors "$adv_opts.param_svm_predictors" +#end if + #if $adv_opts.param_svm_min_prob: + -svm:min_prob $adv_opts.param_svm_min_prob #end if #if $adv_opts.param_model_add_zeros: -model:add_zeros $adv_opts.param_model_add_zeros @@ -74,6 +141,9 @@ #if $adv_opts.param_model_no_imputation: -model:no_imputation #end if + #if $adv_opts.param_model_check_min_area: + -model:check:min_area $adv_opts.param_model_check_min_area +#end if #if $adv_opts.param_model_check_boundaries: -model:check:boundaries $adv_opts.param_model_check_boundaries #end if @@ -86,30 +156,69 @@ #end if </command> <inputs> - <param name="param_in" type="data" format="mzml" optional="False" label="Input file (LC-MS raw data)" help="(-in) "/> - <param name="param_id" type="data" format="idxml" optional="False" label="Input file (peptide identifications)" help="(-id) "/> - <param name="param_extract_reference_rt" type="select" optional="False" value="adapt" label="Method for selecting the reference RT, if there are multiple IDs for a peptide and charge" help="(-reference_rt) 'adapt': adapt (extend) RT windows based on IDs; 'score': RT of the best-scoring ID; 'intensity': RT of the ID with the most intense precursor; 'median': median RT of all IDs; 'all': no single reference, use RTs of all IDs (requires further processing of results)"> - <option value="adapt" selected="true">adapt</option> - <option value="score">score</option> - <option value="intensity">intensity</option> - <option value="median">median</option> - <option value="all">all</option> + <param name="param_in" type="data" format="mzml" optional="False" label="Input file: LC-MS raw data" help="(-in) "/> + <param name="param_id" type="data" format="idxml" optional="False" label="Input file: Peptide identifications derived directly from 'in'" help="(-id) "/> + <param name="param_id_ext" type="data" format="idxml" optional="True" label="Input file: 'External' peptide identifications (" help="(-id_ext) e.g. from aligned runs)"/> + <param name="param_extract_mz_window" type="float" min="0.0" optional="True" value="10.0" label="m/z window size for chromatogram extraction (unit: ppm if 1 or greater, else Da/Th)" help="(-mz_window) "/> + <param name="param_extract_n_isotopes" type="integer" min="2" optional="True" value="2" label="Number of isotopes to include in each peptide assay" help="(-n_isotopes) "/> + <param name="param_detect_peak_width" type="float" min="0.0" optional="True" value="60.0" label="Expected elution peak width in seconds, for smoothing (Gauss filter)" help="(-peak_width) Also determines the RT extration window, unless set explicitly via 'extract:rt_window'"/> + <param name="param_detect_mapping_tolerance" type="float" min="0.0" optional="True" value="0.0" label="RT tolerance (plus/minus) for mapping peptide IDs to features" help="(-mapping_tolerance) Absolute value in seconds if 1 or greater, else relative to the RT span of the feature"/> + <param name="param_svm_samples" type="integer" min="0" optional="True" value="0" label="Number of observations to use for training ('0' for all)" help="(-samples) "/> + <param name="param_svm_no_selection" display="radio" type="boolean" truevalue="-svm:no_selection" falsevalue="" checked="false" optional="True" label="By default, roughly the same number of positive and negative observations, with the same intensity distribution, are selected for training" help="(-no_selection) 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')"/> + <param name="param_svm_kernel" display="radio" type="select" optional="False" value="RBF" label="SVM kernel" help="(-kernel) "> + <option value="RBF" selected="true">RBF</option> + <option value="linear">linear</option> </param> - <param name="param_extract_rt_window" type="float" min="0.0" optional="True" value="60.0" label="RT window size (in sec.) for chromatogram extraction" help="(-rt_window) "/> - <param name="param_extract_mz_window" type="float" min="0.0" optional="True" value="10.0" label="m/z window size for chromatogram extraction (unit: ppm if 1 or greater, else Da/Th)" help="(-mz_window) "/> - <param name="param_extract_isotope_pmin" type="float" min="0.0" max="1.0" optional="True" value="0.03" label="Minimum probability for an isotope to be included in the assay for a peptide" help="(-isotope_pmin) "/> - <param name="param_detect_peak_width" type="float" min="0.0" optional="True" value="30.0" label="Elution peak width in seconds for smoothing (Gauss filter)" help="(-peak_width) "/> + <param name="param_svm_xval" type="integer" min="1" optional="True" value="5" label="Number of partitions for cross-validation (parameter optimization)" help="(-xval) "/> + <repeat name="rep_param_svm_log2_C" min="0" max="1" title="param_svm_log2_C"> + <param name="param_svm_log2_C" type="text" size="30" 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="(-log2_C) A value 'x' is used as 'C = 2^x'"> + <sanitizer> + <valid initial="string.printable"> + <remove value="'"/> + <remove value="""/> + </valid> + </sanitizer> + </param> + </repeat> + <repeat name="rep_param_svm_log2_gamma" min="0" max="1" title="param_svm_log2_gamma"> + <param name="param_svm_log2_gamma" type="text" size="30" 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="(-log2_gamma) A value 'x' is used as 'gamma = 2^x'"> + <sanitizer> + <valid initial="string.printable"> + <remove value="'"/> + <remove value="""/> + </valid> + </sanitizer> + </param> + </repeat> <param name="param_model_type" display="radio" type="select" optional="False" value="symmetric" label="Type of elution model to fit to features" help="(-type) "> <option value="symmetric" selected="true">symmetric</option> <option value="asymmetric">asymmetric</option> <option value="none">none</option> </param> <expand macro="advanced_options"> + <param name="param_candidates_in" type="data" format="featurexml" optional="True" label="Input file: Feature candidates from a previous run" help="(-candidates_in) If set, only feature classification and elution model fitting are carried out, if enabled. Many parameters are ignored"/> <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> - <param name="param_detect_all_features" display="radio" type="boolean" truevalue="-detect:all_features" falsevalue="" checked="false" optional="True" label="Return all features detected by OpenSWATH for an assay, instead of only the best one" help="(-all_features) (This requires further processing of the results.)"/> + <param name="param_extract_isotope_pmin" type="float" min="0.0" max="1.0" optional="True" value="0.0" label="Minimum probability for an isotope to be included in the assay for a peptide" help="(-isotope_pmin) If set, this parameter takes precedence over 'extract:n_isotopes'"/> + <param name="param_extract_rt_quantile" type="float" min="0.0" max="1.0" optional="True" value="0.95" label="Quantile of the RT deviations between aligned internal and external IDs to use for scaling the RT extraction window" help="(-rt_quantile) "/> + <param name="param_extract_rt_window" type="float" min="0.0" optional="True" value="0.0" label="RT window size (in sec.) for chromatogram extraction" help="(-rt_window) If set, this parameter takes precedence over 'extract:rt_quantile'"/> + <param name="param_detect_min_peak_width" type="float" min="0.0" optional="True" value="0.2" label="Minimum elution peak width" help="(-min_peak_width) Absolute value in seconds if 1 or greater, else relative to 'peak_width'"/> + <param name="param_detect_signal_to_noise" type="float" min="0.1" optional="True" value="0.8" label="Signal-to-noise threshold for OpenSWATH feature detection" help="(-signal_to_noise) "/> + <param name="param_svm_epsilon" type="float" min="0.0" optional="True" value="0.001" label="Stopping criterion" help="(-epsilon) "/> + <param name="param_svm_cache_size" type="float" min="1.0" optional="True" value="100.0" label="Size of the kernel cache (in MB)" help="(-cache_size) "/> + <param name="param_svm_no_shrinking" display="radio" type="boolean" truevalue="-svm:no_shrinking" falsevalue="" checked="false" optional="True" label="Disable the shrinking heuristics" help="(-no_shrinking) "/> + <param name="param_svm_predictors" type="text" size="30" 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="(-predictors) "> + <sanitizer> + <valid initial="string.printable"> + <remove value="'"/> + <remove value="""/> + </valid> + </sanitizer> + </param> + <param name="param_svm_min_prob" type="float" min="0.0" max="1.0" optional="True" value="0.0" label="Minimum probability of correctness, as predicted by the SVM, required to retain a feature candidate" help="(-min_prob) "/> <param name="param_model_add_zeros" type="float" min="0.0" optional="True" value="0.2" label="Add zero-intensity points outside the feature range to constrain the model fit" help="(-add_zeros) This parameter sets the weight given to these points during model fitting; '0' to disable"/> <param name="param_model_unweighted_fit" display="radio" type="boolean" truevalue="-model:unweighted_fit" falsevalue="" checked="false" optional="True" label="Suppress weighting of mass traces according to theoretical intensities when fitting elution models" help="(-unweighted_fit) "/> <param name="param_model_no_imputation" display="radio" type="boolean" truevalue="-model:no_imputation" falsevalue="" checked="false" optional="True" 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="(-no_imputation) "/> + <param name="param_model_check_min_area" type="float" min="0.0" optional="True" value="1.0" label="Lower bound for the area under the curve of a valid elution model" help="(-min_area) "/> <param name="param_model_check_boundaries" type="float" min="0.0" max="1.0" optional="True" 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="(-boundaries) "/> <param name="param_model_check_width" type="float" min="0.0" optional="True" value="10.0" label="Upper limit for acceptable widths of elution models (Gaussian or EGH), expressed in terms of modified (median-based) z-scores; '0' to disable" help="(-width) "/> <param name="param_model_check_asymmetry" type="float" min="0.0" optional="True" value="10.0" label="Upper limit for acceptable asymmetry of elution models (EGH only), expressed in terms of modified (median-based) z-scores; '0' to disable" help="(-asymmetry) "/> @@ -119,7 +228,8 @@ <data name="param_out" format="featurexml"/> <data name="param_lib_out" format="traml"/> <data name="param_chrom_out" format="mzml"/> - <data name="param_trafo_out" format="trafoxml"/> + <data name="param_candidates_out" format="featurexml"/> + <data name="param_svm_xval_out" format="tabular"/> </outputs> <help>Detects features in MS1 data based on peptide identifications.
--- a/datatypes_conf.xml Thu Apr 27 13:19:43 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<datatypes> - <registration converters_path="lib/galaxy/datatypes/converters" display_path="display_applications"> - <datatype extension="mzxml" type="galaxy.datatypes.proteomics:MzXML" mimetype="application/xml"/> - <datatype extension="traml" type="galaxy.datatypes.proteomics:TraML" mimetype="application/xml"/> - <datatype extension="idxml" type="galaxy.datatypes.proteomics:IdXM" mimetype="application/xml"/> - <datatype extension="txt" type="galaxy.datatypes.data:Text"/> - <datatype extension="tabular" type="galaxy.datatypes.tabular:Tabular"/> - <datatype extension="txt" type="galaxy.datatypes.data:Text"/> - <datatype extension="fasta" type="galaxy.datatypes.sequence:Fasta"/> - <datatype extension="mgf" type="galaxy.datatypes.proteomics:Mgf"/> - <datatype extension="mzml" type="galaxy.datatypes.proteomics:MzML" mimetype="application/xml"/> - <datatype extension="trafoxml" type="galaxy.datatypes.xml:GenericXml" mimetype="application/xml"/> - <datatype extension="traml" type="galaxy.datatypes.proteomics:TraML" mimetype="application/xml"/> - <datatype extension="msp" type="galaxy.datatypes.proteomics:Msp"/> - <datatype extension="html" type="galaxy.datatypes.text:Html" mimetype="text/html"/> - <datatype extension="tabular" type="galaxy.datatypes.tabular:Tabular"/> - <datatype extension="fasta" type="galaxy.datatypes.sequence:Fasta"/> - <datatype extension="tabular" type="galaxy.datatypes.tabular:Tabular"/> - <datatype extension="consensusxml" type="galaxy.datatypes.proteomics:ConsensusXML" mimetype="application/xml"/> - <datatype extension="xml" type="galaxy.datatypes.xml:GenericXml" mimetype="application/xml"/> - <datatype extension="mzq" type="galaxy.datatypes.proteomics:MzQuantML" mimetype="application/xml"/> - <datatype extension="grid" type="galaxy.datatypes.data:Grid"/> - <datatype extension="pepxml" type="galaxy.datatypes.proteomics:PepXml" mimetype="application/xml"/> - <datatype extension="png" type="galaxy.datatypes.images:Png" mimetype="image/png"/> - <datatype extension="qcml" type="galaxy.datatypes.xml:GenericXml" mimetype="application/xml"/> - <datatype extension="featurexml" type="galaxy.datatypes.proteomics:FeatureXML" mimetype="application/xml"/> - <datatype extension="html" type="galaxy.datatypes.text:Html" mimetype="text/html"/> - <datatype extension="txt" type="galaxy.datatypes.data:Text"/> - <datatype extension="mzid" type="galaxy.datatypes.proteomics:MzIdentML" mimetype="application/xml"/> - <datatype extension="txt" type="galaxy.datatypes.data:Text"/> - </registration> -</datatypes>
--- a/filetypes.txt Thu Apr 27 13:19:43 2017 -0400 +++ b/filetypes.txt Wed Aug 09 09:54:55 2017 -0400 @@ -14,7 +14,7 @@ consensusXML consensusxml galaxy.datatypes.proteomics:ConsensusXML application/xml edta tabular galaxy.datatypes.tabular:Tabular featureXML featurexml galaxy.datatypes.proteomics:FeatureXML application/xml -idXML idxml galaxy.datatypes.proteomics:IdXM application/xml +idXML idxml galaxy.datatypes.proteomics:IdXML application/xml mzML mzml galaxy.datatypes.proteomics:MzML application/xml mzXML mzxml galaxy.datatypes.proteomics:MzXML application/xml pepXML pepxml galaxy.datatypes.proteomics:PepXml application/xml @@ -26,4 +26,4 @@ msp msp galaxy.datatypes.proteomics:Msp mzid mzid galaxy.datatypes.proteomics:MzIdentML application/xml png png galaxy.datatypes.images:Png image/png -mgf mgf galaxy.datatypes.proteomics:Mgf \ No newline at end of file +mgf mgf galaxy.datatypes.proteomics:Mgf
--- a/macros.xml Thu Apr 27 13:19:43 2017 -0400 +++ b/macros.xml Wed Aug 09 09:54:55 2017 -0400 @@ -2,7 +2,7 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="2.1">openms</requirement> + <requirement type="package" version="2.2">openms</requirement> <requirement type="package" version="15.12.15.2">xtandem</requirement> <requirement type="package" version="1.0">fido</requirement> <requirement type="package" version="2016.10.26">msgf_plus</requirement>
--- a/readme.md Thu Apr 27 13:19:43 2017 -0400 +++ b/readme.md Wed Aug 09 09:54:55 2017 -0400 @@ -14,15 +14,29 @@ Generating OpenMS wrappers ========================== - * install OpenMS (you can do this automatically through the Tool Shed) + * install OpenMS (you can do this automatically through Conda) * create a folder called CTD - * inside of your new installed openms/bin folder, execute the following command: + * if you installed openms as a binary in a specific directory, execute the following command in the `openms/bin` directory: ```bash for binary in `ls`; do ./$binary -write_ctd /PATH/TO/YOUR/CTD; done; ``` - * `MetaProSIP.ctd` includes a not supported character: To use it, search for `²` and replace it (e.g. with `^2`). + * if there is no binary release (e.g. as with version 2.2), download and unpack the Conda package, find the `bin` folder and create a list of the tools as follow: + + ```bash + ls >> tools.txt + ``` + + * search for the `bin` folder of your conda environment containing OpenMS and do: + + ```bash + while read p; do + ./PATH/TO/BIN/$p -write_ctd /PATH/TO/YOUR/CTD; + done <tools.txt + ``` + + * You should have all CTD files now. `MetaProSIP.ctd` includes a not supported character: To use it, search for `²` and replace it (e.g. with `^2`). * clone or install CTDopts @@ -42,7 +56,7 @@ git clone https://github.com/WorkflowConversion/CTD2Galaxy.git ``` - * If you have CTDopts and CTD2Galaxy installed you are ready to generate Galaxy Tools from CTD definitions. Change the following command according to your needs, especially the `/PATH/TO` parts. The default files are provided in this repository. + * If you have CTDopts and CTD2Galaxy installed you are ready to generate Galaxy Tools from CTD definitions. Change the following command according to your needs, especially the `/PATH/TO` parts. The default files are provided in this repository. You might have to install `libxslt` and `lxml` to run it. ```bash python generator.py \
--- a/tool.conf Thu Apr 27 13:19:43 2017 -0400 +++ b/tool.conf Wed Aug 09 09:54:55 2017 -0400 @@ -6,13 +6,7 @@ <tool file="openms/RTModel.xml"/> <tool file="openms/RTPredict.xml"/> </section> - <section id="section-id-DEFAULT" name="DEFAULT"> - <tool file="openms/OpenSwathFileSplitter.xml"/> - <tool file="openms/OpenSwathMzMLFileCacher.xml"/> - </section> <section id="section-id-TargetedExperiments" name="Targeted Experiments"> - <tool file="openms/ConvertTraMLToTSV.xml"/> - <tool file="openms/ConvertTSVToTraML.xml"/> <tool file="openms/InclusionExclusionListCreator.xml"/> <tool file="openms/MRMMapper.xml"/> <tool file="openms/OpenSwathAnalyzer.xml"/> @@ -22,13 +16,17 @@ <tool file="openms/OpenSwathDecoyGenerator.xml"/> <tool file="openms/OpenSwathDIAPreScoring.xml"/> <tool file="openms/OpenSwathFeatureXMLToTSV.xml"/> + <tool file="openms/OpenSwathFileSplitter.xml"/> + <tool file="openms/OpenSwathMzMLFileCacher.xml"/> <tool file="openms/OpenSwathRewriteToFeatureXML.xml"/> <tool file="openms/OpenSwathRTNormalizer.xml"/> <tool file="openms/PrecursorIonSelector.xml"/> + <tool file="openms/TargetedFileConverter.xml"/> </section> <section id="section-id-Utilities" name="Utilities"> <tool file="openms/AccurateMassSearch.xml"/> <tool file="openms/CVInspector.xml"/> + <tool file="openms/DatabaseFilter.xml"/> <tool file="openms/DecoyDatabase.xml"/> <tool file="openms/DeMeanderize.xml"/> <tool file="openms/Digestor.xml"/> @@ -44,7 +42,6 @@ <tool file="openms/LabeledEval.xml"/> <tool file="openms/LowMemPeakPickerHiRes.xml"/> <tool file="openms/LowMemPeakPickerHiRes_RandomAccess.xml"/> - <tool file="openms/MapAlignmentEvaluation.xml"/> <tool file="openms/MassCalculator.xml"/> <tool file="openms/MetaboliteSpectralMatcher.xml"/> <tool file="openms/MetaProSIP.xml"/> @@ -62,12 +59,14 @@ <tool file="openms/QCMerger.xml"/> <tool file="openms/QCShrinker.xml"/> <tool file="openms/RNPxl.xml"/> + <tool file="openms/RNPxlSearch.xml"/> <tool file="openms/RNPxlXICFilter.xml"/> <tool file="openms/RTEvaluation.xml"/> <tool file="openms/SemanticValidator.xml"/> <tool file="openms/SequenceCoverageCalculator.xml"/> <tool file="openms/SimpleSearchEngine.xml"/> <tool file="openms/SpecLibCreator.xml"/> + <tool file="openms/SpectraSTSearchAdapter.xml"/> <tool file="openms/SvmTheoreticalSpectrumGeneratorTrainer.xml"/> <tool file="openms/TICCalculator.xml"/> <tool file="openms/TopPerc.xml"/> @@ -78,6 +77,7 @@ <tool file="openms/ConsensusMapNormalizer.xml"/> <tool file="openms/FeatureLinkerLabeled.xml"/> <tool file="openms/FeatureLinkerUnlabeled.xml"/> + <tool file="openms/FeatureLinkerUnlabeledKD.xml"/> <tool file="openms/FeatureLinkerUnlabeledQT.xml"/> <tool file="openms/MapRTTransformer.xml"/> </section> @@ -154,9 +154,7 @@ <tool file="openms/FeatureFinderMultiplex.xml"/> <tool file="openms/FeatureFinderSuperHirn.xml"/> <tool file="openms/IsobaricAnalyzer.xml"/> - <tool file="openms/ITRAQAnalyzer.xml"/> <tool file="openms/ProteinQuantifier.xml"/> <tool file="openms/ProteinResolver.xml"/> - <tool file="openms/TMTAnalyzer.xml"/> </section> </toolbox>