comparison SpectraFilterBernNorm.xml @ 14:cdc1cdb2ad70 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 5c080b1e2b99f1c88f4557e9fec8c45c9d23b906
author galaxyp
date Fri, 14 Jun 2024 21:27:46 +0000
parents 1a03426f3c8d
children
comparison
equal deleted inserted replaced
13:1a03426f3c8d 14:cdc1cdb2ad70
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.--> 1 <!--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]--> 2 <!--Proposed Tool Section: [Spectrum processing: peak smoothing / normalization]-->
4 <tool id="SpectraFilterBernNorm" name="SpectraFilterBernNorm" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> 3 <tool id="SpectraFilterBernNorm" name="SpectraFilterBernNorm" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
5 <description>Applies thresholdfilter to peak spectra.</description> 4 <description>Applies thresholdfilter to peak spectra</description>
6 <macros> 5 <macros>
7 <token name="@EXECUTABLE@">SpectraFilterBernNorm</token> 6 <token name="@EXECUTABLE@">SpectraFilterBernNorm</token>
8 <import>macros.xml</import> 7 <import>macros.xml</import>
9 </macros> 8 </macros>
10 <expand macro="requirements"/> 9 <expand macro="requirements"/>
13 @EXT_FOO@ 12 @EXT_FOO@
14 #import re 13 #import re
15 14
16 ## Preprocessing 15 ## Preprocessing
17 mkdir in && 16 mkdir in &&
18 ln -s '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' && 17 cp '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' &&
19 mkdir out && 18 mkdir out &&
20 19
21 ## Main program call 20 ## Main program call
22 21
23 set -o pipefail && 22 set -o pipefail &&
37 <configfiles> 36 <configfiles>
38 <inputs name="args_json" data_style="paths"/> 37 <inputs name="args_json" data_style="paths"/>
39 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> 38 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile>
40 </configfiles> 39 </configfiles>
41 <inputs> 40 <inputs>
42 <param argument="-in" type="data" format="mzml" optional="false" label="input file" help=" select mzml data sets(s)"/> 41 <param argument="-in" type="data" format="mzml" label="input file" help=" select mzml data sets(s)"/>
43 <section name="algorithm" title="Algorithm parameter subsection" help="" expanded="false"> 42 <section name="algorithm" title="Algorithm parameter subsection" help="" expanded="false">
44 <param name="C1" argument="-algorithm:C1" type="float" optional="true" value="28.0" label="C1 value of the normalization" help=""/> 43 <param name="C1" argument="-algorithm:C1" type="float" value="28.0" label="C1 value of the normalization" help=""/>
45 <param name="C2" argument="-algorithm:C2" type="float" optional="true" value="400.0" label="C2 value of the normalization" help=""/> 44 <param name="C2" argument="-algorithm:C2" type="float" value="400.0" label="C2 value of the normalization" help=""/>
46 <param name="threshold" argument="-algorithm:threshold" type="float" optional="true" value="0.1" label="Threshold of the Bern et al. normalization" help=""/> 45 <param name="threshold" argument="-algorithm:threshold" type="float" value="0.1" label="Threshold of the Bern et al. normalization" help=""/>
47 </section> 46 </section>
48 <expand macro="adv_opts_macro"> 47 <expand macro="adv_opts_macro">
49 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> 48 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
50 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 49 <param argument="-test" type="hidden" value="False" label="Enables the test mode (needed for internal use only)" help="" optional="true">
51 <expand macro="list_string_san" name="test"/> 50 <expand macro="list_string_san" name="test"/>
52 </param> 51 </param>
53 </expand> 52 </expand>
54 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> 53 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
55 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 54 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
59 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> 58 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/>
60 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> 59 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd">
61 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> 60 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
62 </data> 61 </data>
63 </outputs> 62 </outputs>
64 <tests><test expect_num_outputs="1"><!-- copy pasted from autotest_SpectraFilterWindowMower (1st test) and autogenrated output --> 63 <tests>
65 <param name="adv_opts|test" value="true"/> 64 <test expect_num_outputs="1">
66 <param name="in" value="SpectraFilterSqrtMower_1_input.mzML"/> 65 <!-- copy pasted from autotest_SpectraFilterWindowMower (1st test) and autogenrated output -->
67 <output name="out" value="SpectraFilterBernNorm.mzML" compare="sim_size"/> 66 <param name="adv_opts|test" value="true"/>
68 </test> 67 <param name="in" value="SpectraFilterSqrtMower_1_input.mzML"/>
69 </tests> 68 <output name="out" value="SpectraFilterBernNorm.mzML" compare="sim_size"/>
69 </test>
70 </tests>
70 <help><![CDATA[Applies thresholdfilter to peak spectra. 71 <help><![CDATA[Applies thresholdfilter to peak spectra.
71 72
72 73
73 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_SpectraFilterBernNorm.html]]></help> 74 For more information, visit https://openms.de/doxygen/release/3.1.0/html/TOPP_SpectraFilterBernNorm.html]]></help>
74 <expand macro="references"/> 75 <expand macro="references"/>
75 </tool> 76 </tool>