comparison PeakPickerIterative.xml @ 13:9547baeca6a1 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author galaxyp
date Thu, 01 Dec 2022 18:59:31 +0000
parents 0c37d0660a6b
children 025261d4bd60
comparison
equal deleted inserted replaced
12:4389049498e4 13:9547baeca6a1
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: [Signal processing and preprocessing]--> 3 <!--Proposed Tool Section: [Signal processing and preprocessing]-->
4 <tool id="PeakPickerIterative" name="PeakPickerIterative" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> 4 <tool id="PeakPickerIterative" name="PeakPickerIterative" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
5 <description>Finds mass spectrometric peaks in profile mass spectra.</description> 5 <description>Finds mass spectrometric peaks in profile mass spectra.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">PeakPickerIterative</token> 7 <token name="@EXECUTABLE@">PeakPickerIterative</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@
39 <configfiles> 37 <configfiles>
40 <inputs name="args_json" data_style="paths"/> 38 <inputs name="args_json" data_style="paths"/>
41 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> 39 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile>
42 </configfiles> 40 </configfiles>
43 <inputs> 41 <inputs>
44 <param name="in" argument="-in" type="data" format="mzml" optional="false" label="input file" help=" select mzml data sets(s)"/> 42 <param argument="-in" type="data" format="mzml" optional="false" label="input file" help=" select mzml data sets(s)"/>
45 <section name="algorithm" title="Algorithm parameters section" help="" expanded="false"> 43 <section name="algorithm" title="Algorithm parameters section" help="" expanded="false">
46 <param name="signal_to_noise_" argument="-algorithm:signal_to_noise_" type="float" optional="true" value="1.0" label="Signal to noise value, each peak is required to be above this value (turn off by setting it to 0.0)" help=""/> 44 <param name="signal_to_noise_" argument="-algorithm:signal_to_noise_" type="float" optional="true" value="1.0" label="Signal to noise value, each peak is required to be above this value (turn off by setting it to 0.0)" help=""/>
47 <param name="peak_width" argument="-algorithm:peak_width" type="float" optional="true" value="0.0" label="Expected peak width half width in Dalton - peaks will be extended until this half width is reached (even if the intensitity is increasing)" help="In conjunction with check_width_internally it will also be used to remove peaks whose spacing is larger than this value"/> 45 <param name="peak_width" argument="-algorithm:peak_width" type="float" optional="true" value="0.0" label="Expected peak width half width in Dalton - peaks will be extended until this half width is reached (even if the intensitity is increasing)" help="In conjunction with check_width_internally it will also be used to remove peaks whose spacing is larger than this value"/>
48 <param name="spacing_difference" argument="-algorithm:spacing_difference" type="float" optional="true" value="1.5" label="Difference between peaks in multiples of the minimal difference to continue" help="The higher this value is set, the further apart peaks are allowed to be to still extend a peak. E.g. if the value is set to 1.5 and in a current peak the minimal spacing between peaks is 10 mDa, then only peaks at most 15 mDa apart will be added to the peak"/> 46 <param name="spacing_difference" argument="-algorithm:spacing_difference" type="float" optional="true" value="1.5" label="Difference between peaks in multiples of the minimal difference to continue" help="The higher this value is set, the further apart peaks are allowed to be to still extend a peak. E.g. if the value is set to 1.5 and in a current peak the minimal spacing between peaks is 10 mDa, then only peaks at most 15 mDa apart will be added to the peak"/>
49 <param name="sn_bin_count_" argument="-algorithm:sn_bin_count_" type="integer" optional="true" value="30" label="Bin count for the Signal to Noise estimation" help=""/> 47 <param name="sn_bin_count_" argument="-algorithm:sn_bin_count_" type="integer" optional="true" value="30" label="Bin count for the Signal to Noise estimation" help=""/>
52 <param name="check_width_internally" argument="-algorithm:check_width_internally" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Delete peaks where the spacing is larger than the peak width (should be set to true to avoid artefacts)" help=""/> 50 <param name="check_width_internally" argument="-algorithm:check_width_internally" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Delete peaks where the spacing is larger than the peak width (should be set to true to avoid artefacts)" help=""/>
53 <param name="ms1_only" argument="-algorithm:ms1_only" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Only do MS1" help=""/> 51 <param name="ms1_only" argument="-algorithm:ms1_only" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Only do MS1" help=""/>
54 <param name="clear_meta_data" argument="-algorithm:clear_meta_data" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Delete meta data about peak width" help=""/> 52 <param name="clear_meta_data" argument="-algorithm:clear_meta_data" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Delete meta data about peak width" help=""/>
55 </section> 53 </section>
56 <expand macro="adv_opts_macro"> 54 <expand macro="adv_opts_macro">
57 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> 55 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
58 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 56 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
59 <expand macro="list_string_san"/> 57 <expand macro="list_string_san" name="test"/>
60 </param> 58 </param>
61 </expand> 59 </expand>
62 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> 60 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
63 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 61 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
64 </param> 62 </param>
67 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> 65 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/>
68 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> 66 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd">
69 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> 67 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
70 </data> 68 </data>
71 </outputs> 69 </outputs>
72 <tests> 70 <tests><!-- UTILS_PeakPickerIterative_1 -->
73 <expand macro="autotest_PeakPickerIterative"/> 71 <test expect_num_outputs="2">
74 <expand macro="manutest_PeakPickerIterative"/> 72 <section name="adv_opts">
73 <param name="force" value="false"/>
74 <param name="test" value="true"/>
75 </section>
76 <param name="in" value="PeakPickerIterative_1_input.mzML"/>
77 <output name="out" file="PeakPickerIterative_1_output.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/>
78 <section name="algorithm">
79 <param name="signal_to_noise_" value="1.0"/>
80 <param name="peak_width" value="0.04"/>
81 <param name="spacing_difference" value="1.5"/>
82 <param name="sn_bin_count_" value="30"/>
83 <param name="nr_iterations_" value="5"/>
84 <param name="sn_win_len_" value="20.0"/>
85 <param name="check_width_internally" value="false"/>
86 <param name="ms1_only" value="false"/>
87 <param name="clear_meta_data" value="false"/>
88 </section>
89 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/>
90 <output name="ctd_out" ftype="xml">
91 <assert_contents>
92 <is_valid_xml/>
93 </assert_contents>
94 </output>
95 </test>
96 <!-- UTILS_PeakPickerIterative_2 -->
97 <test expect_num_outputs="2">
98 <section name="adv_opts">
99 <param name="force" value="false"/>
100 <param name="test" value="true"/>
101 </section>
102 <param name="in" value="PeakPickerIterative_2_input.mzML"/>
103 <output name="out" file="PeakPickerIterative_2_output.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/>
104 <section name="algorithm">
105 <param name="signal_to_noise_" value="0.0"/>
106 <param name="peak_width" value="0.04"/>
107 <param name="spacing_difference" value="2.5"/>
108 <param name="sn_bin_count_" value="30"/>
109 <param name="nr_iterations_" value="5"/>
110 <param name="sn_win_len_" value="20.0"/>
111 <param name="check_width_internally" value="true"/>
112 <param name="ms1_only" value="false"/>
113 <param name="clear_meta_data" value="false"/>
114 </section>
115 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/>
116 <output name="ctd_out" ftype="xml">
117 <assert_contents>
118 <is_valid_xml/>
119 </assert_contents>
120 </output>
121 </test>
75 </tests> 122 </tests>
76 <help><![CDATA[Finds mass spectrometric peaks in profile mass spectra. 123 <help><![CDATA[Finds mass spectrometric peaks in profile mass spectra.
77 124
78 125
79 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_PeakPickerIterative.html]]></help> 126 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/UTILS_PeakPickerIterative.html]]></help>
80 <expand macro="references"/> 127 <expand macro="references"/>
81 </tool> 128 </tool>