comparison SpectraFilterWindowMower.xml @ 13:2876320b80a4 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:00:57 +0000
parents b010de2e4641
children da5c2d11fcb8
comparison
equal deleted inserted replaced
12:eaf3482c9c63 13:2876320b80a4
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="SpectraFilterWindowMower" name="SpectraFilterWindowMower" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> 4 <tool id="SpectraFilterWindowMower" name="SpectraFilterWindowMower" 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@">SpectraFilterWindowMower</token> 7 <token name="@EXECUTABLE@">SpectraFilterWindowMower</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="windowsize" argument="-algorithm:windowsize" type="float" optional="true" value="50.0" label="The size of the sliding window along the m/z axis" help=""/> 44 <param name="windowsize" argument="-algorithm:windowsize" type="float" optional="true" value="50.0" label="The size of the sliding window along the m/z axis" help=""/>
47 <param name="peakcount" argument="-algorithm:peakcount" type="integer" optional="true" value="2" label="The number of peaks that should be kept" help=""/> 45 <param name="peakcount" argument="-algorithm:peakcount" type="integer" optional="true" value="2" label="The number of peaks that should be kept" help=""/>
48 <param name="movetype" argument="-algorithm:movetype" display="radio" type="select" optional="false" label="Whether sliding window (one peak steps) or jumping window (window size steps) should be used" help=""> 46 <param name="movetype" argument="-algorithm:movetype" type="select" optional="true" label="Whether sliding window (one peak steps) or jumping window (window size steps) should be used" help="">
49 <option value="slide" selected="true">slide</option> 47 <option value="slide" selected="true">slide</option>
50 <option value="jump">jump</option> 48 <option value="jump">jump</option>
51 <expand macro="list_string_san"/> 49 <expand macro="list_string_san" name="movetype"/>
52 </param> 50 </param>
53 </section> 51 </section>
54 <expand macro="adv_opts_macro"> 52 <expand macro="adv_opts_macro">
55 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> 53 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
56 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 54 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
57 <expand macro="list_string_san"/> 55 <expand macro="list_string_san" name="test"/>
58 </param> 56 </param>
59 </expand> 57 </expand>
60 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> 58 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
61 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 59 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
62 </param> 60 </param>
65 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> 63 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/>
66 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> 64 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd">
67 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> 65 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
68 </data> 66 </data>
69 </outputs> 67 </outputs>
70 <tests> 68 <tests><!-- TOPP_SpectraFilterWindowMower_1 -->
71 <expand macro="autotest_SpectraFilterWindowMower"/> 69 <test expect_num_outputs="2">
72 <expand macro="manutest_SpectraFilterWindowMower"/> 70 <section name="adv_opts">
71 <param name="force" value="false"/>
72 <param name="test" value="true"/>
73 </section>
74 <param name="in" value="SpectraFilterWindowMower_1_input.mzML"/>
75 <output name="out" file="SpectraFilterWindowMower_1_output.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/>
76 <section name="algorithm">
77 <param name="windowsize" value="50.0"/>
78 <param name="peakcount" value="2"/>
79 <param name="movetype" value="slide"/>
80 </section>
81 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/>
82 <output name="ctd_out" ftype="xml">
83 <assert_contents>
84 <is_valid_xml/>
85 </assert_contents>
86 </output>
87 </test>
88 <!-- TOPP_SpectraFilterWindowMower_2 -->
89 <test expect_num_outputs="2">
90 <section name="adv_opts">
91 <param name="force" value="false"/>
92 <param name="test" value="true"/>
93 </section>
94 <param name="in" value="SpectraFilterWindowMower_2_input.mzML"/>
95 <output name="out" file="SpectraFilterWindowMower_2_output.mzML" compare="sim_size" delta_frac="0.7" ftype="mzml"/>
96 <section name="algorithm">
97 <param name="windowsize" value="20.0"/>
98 <param name="peakcount" value="4"/>
99 <param name="movetype" value="slide"/>
100 </section>
101 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/>
102 <output name="ctd_out" ftype="xml">
103 <assert_contents>
104 <is_valid_xml/>
105 </assert_contents>
106 </output>
107 </test>
73 </tests> 108 </tests>
74 <help><![CDATA[Applies thresholdfilter to peak spectra. 109 <help><![CDATA[Applies thresholdfilter to peak spectra.
75 110
76 111
77 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_SpectraFilterWindowMower.html]]></help> 112 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_SpectraFilterWindowMower.html]]></help>
78 <expand macro="references"/> 113 <expand macro="references"/>
79 </tool> 114 </tool>