Mercurial > repos > galaxyp > openms_spectrafilterscaler
comparison SpectraFilterScaler.xml @ 13:8de40ceef18b 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:57:46 +0000 |
parents | e27862d4e69f |
children | f714192eab03 |
comparison
equal
deleted
inserted
replaced
12:5aa1f6da4650 | 13:8de40ceef18b |
---|---|
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="SpectraFilterScaler" name="SpectraFilterScaler" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> | 4 <tool id="SpectraFilterScaler" name="SpectraFilterScaler" 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@">SpectraFilterScaler</token> | 7 <token name="@EXECUTABLE@">SpectraFilterScaler</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 <expand macro="adv_opts_macro"> | 43 <expand macro="adv_opts_macro"> |
46 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> | 44 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
47 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 45 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> |
48 <expand macro="list_string_san"/> | 46 <expand macro="list_string_san" name="test"/> |
49 </param> | 47 </param> |
50 </expand> | 48 </expand> |
51 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> | 49 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
52 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> | 50 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> |
53 </param> | 51 </param> |
56 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> | 54 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> |
57 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> | 55 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> |
58 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> | 56 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> |
59 </data> | 57 </data> |
60 </outputs> | 58 </outputs> |
61 <tests> | 59 <tests><test expect_num_outputs="1"> <!-- copy pasted from autotest_SpectraFilterWindowMower (1st test) and autogenrated output --> |
62 <expand macro="autotest_SpectraFilterScaler"/> | 60 <param name="adv_opts|test" value="true"/> |
63 <expand macro="manutest_SpectraFilterScaler"/> | 61 <param name="in" value="SpectraFilterSqrtMower_1_input.mzML"/> |
64 </tests> | 62 <output name="out" value="SpectraFilterScaler.mzML" compare="sim_size"/> |
63 </test> | |
64 </tests> | |
65 <help><![CDATA[Applies thresholdfilter to peak spectra. | 65 <help><![CDATA[Applies thresholdfilter to peak spectra. |
66 | 66 |
67 | 67 |
68 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_SpectraFilterScaler.html]]></help> | 68 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_SpectraFilterScaler.html]]></help> |
69 <expand macro="references"/> | 69 <expand macro="references"/> |
70 </tool> | 70 </tool> |