comparison SpectraFilterParentPeakMower.xml @ 13:5694ec584f4c draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author galaxyp
date Thu, 01 Dec 2022 19:06:48 +0000
parents 75492ef0bff5
children
comparison
equal deleted inserted replaced
12:d2de797154f7 13:5694ec584f4c
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: [Identification]--> 3 <!--Proposed Tool Section: [Identification]-->
4 <tool id="SpectraFilterParentPeakMower" name="SpectraFilterParentPeakMower" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> 4 <tool id="SpectraFilterParentPeakMower" name="SpectraFilterParentPeakMower" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
5 <description>Applies thresholdfilter to peak spectra.</description> 5 <description>Applies thresholdfilter to peak spectra.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">SpectraFilterParentPeakMower</token> 7 <token name="@EXECUTABLE@">SpectraFilterParentPeakMower</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 parameter subsection" help="" expanded="false"> 43 <section name="algorithm" title="Algorithm parameter subsection" help="" expanded="false">
46 <param name="window_size" argument="-algorithm:window_size" type="float" optional="true" value="2.0" label="The size of the m/z window where the peaks are removed, +/- window_size" help=""/> 44 <param name="window_size" argument="-algorithm:window_size" type="float" optional="true" value="2.0" label="The size of the m/z window where the peaks are removed, +/- window_size" help=""/>
47 <param name="default_charge" argument="-algorithm:default_charge" type="integer" optional="true" value="2" label="If the precursor has no charge set, the default charge is assumed" help=""/> 45 <param name="default_charge" argument="-algorithm:default_charge" type="integer" optional="true" value="2" label="If the precursor has no charge set, the default charge is assumed" help=""/>
48 <param name="clean_all_charge_states" argument="-algorithm:clean_all_charge_states" type="integer" optional="true" value="1" label="Set to 1 if precursor ions of all possible charge states should be removed" help=""/> 46 <param name="clean_all_charge_states" argument="-algorithm:clean_all_charge_states" type="integer" optional="true" value="1" label="Set to 1 if precursor ions of all possible charge states should be removed" help=""/>
49 <param name="consider_NH3_loss" argument="-algorithm:consider_NH3_loss" type="integer" optional="true" value="1" label="Whether NH3 loss peaks from the precursor should be removed" help=""/> 47 <param name="consider_NH3_loss" argument="-algorithm:consider_NH3_loss" type="integer" optional="true" value="1" label="Whether NH3 loss peaks from the precursor should be removed" help=""/>
51 <param name="reduce_by_factor" argument="-algorithm:reduce_by_factor" type="integer" optional="true" value="0" label="Reduce the intensities of the precursor and related ions by a given factor (set 'set_to_zero' to 0)" help=""/> 49 <param name="reduce_by_factor" argument="-algorithm:reduce_by_factor" type="integer" optional="true" value="0" label="Reduce the intensities of the precursor and related ions by a given factor (set 'set_to_zero' to 0)" help=""/>
52 <param name="factor" argument="-algorithm:factor" type="float" optional="true" value="1000.0" label="Factor which is used to reduce the intensities if 'reduce_by_factor' is selected" help=""/> 50 <param name="factor" argument="-algorithm:factor" type="float" optional="true" value="1000.0" label="Factor which is used to reduce the intensities if 'reduce_by_factor' is selected" help=""/>
53 <param name="set_to_zero" argument="-algorithm:set_to_zero" type="integer" optional="true" value="1" label="Reduce the intensities of the precursor and related ions to zero" help=""/> 51 <param name="set_to_zero" argument="-algorithm:set_to_zero" type="integer" optional="true" value="1" label="Reduce the intensities of the precursor and related ions to zero" help=""/>
54 </section> 52 </section>
55 <expand macro="adv_opts_macro"> 53 <expand macro="adv_opts_macro">
56 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> 54 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
57 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 55 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
58 <expand macro="list_string_san"/> 56 <expand macro="list_string_san" name="test"/>
59 </param> 57 </param>
60 </expand> 58 </expand>
61 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> 59 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
62 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 60 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
63 </param> 61 </param>
66 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> 64 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/>
67 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> 65 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd">
68 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> 66 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
69 </data> 67 </data>
70 </outputs> 68 </outputs>
71 <tests> 69 <tests><test expect_num_outputs="1"><!-- copy pasted from autotest_SpectraFilterWindowMower (1st test) and autogenrated output -->
72 <expand macro="autotest_SpectraFilterParentPeakMower"/> 70 <param name="adv_opts|test" value="true"/>
73 <expand macro="manutest_SpectraFilterParentPeakMower"/> 71 <param name="in" value="SpectraFilterSqrtMower_1_input.mzML"/>
74 </tests> 72 <output name="out" value="SpectraFilterParentPeakMower.mzML" compare="sim_size"/>
73 </test>
74 </tests>
75 <help><![CDATA[Applies thresholdfilter to peak spectra. 75 <help><![CDATA[Applies thresholdfilter to peak spectra.
76 76
77 77
78 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_SpectraFilterParentPeakMower.html]]></help> 78 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_SpectraFilterParentPeakMower.html]]></help>
79 <expand macro="references"/> 79 <expand macro="references"/>
80 </tool> 80 </tool>