comparison SpectraFilterNormalizer.xml @ 1:46d8cd731cf8 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 9a14ed1f2d3c9abdfb080251b3419dd9e0c52a14
author galaxyp
date Wed, 09 Aug 2017 09:16:17 -0400
parents 1557ac8060b8
children 7a973f4ac2d2
comparison
equal deleted inserted replaced
0:1557ac8060b8 1:46d8cd731cf8
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 CTD2Galaxy.--> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
3 <!--Proposed Tool Section: [Identification]--> 3 <!--Proposed Tool Section: [Identification]-->
4 <tool id="SpectraFilterNormalizer" name="SpectraFilterNormalizer" version="2.1.0"> 4 <tool id="SpectraFilterNormalizer" name="SpectraFilterNormalizer" version="2.2.0">
5 <description>Normalizes intensity of peak spectra.</description> 5 <description>Normalizes intensity of peak spectra.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">SpectraFilterNormalizer</token> 7 <token name="@EXECUTABLE@">SpectraFilterNormalizer</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
17 #end if 17 #end if
18 #if $param_out: 18 #if $param_out:
19 -out $param_out 19 -out $param_out
20 #end if 20 #end if
21 #if $param_algorithm_method: 21 #if $param_algorithm_method:
22 -algorithm:method $param_algorithm_method 22 -algorithm:method
23 #if " " in str($param_algorithm_method):
24 "$param_algorithm_method"
25 #else
26 $param_algorithm_method
27 #end if
23 #end if 28 #end if
24 #if $adv_opts.adv_opts_selector=='advanced': 29 #if $adv_opts.adv_opts_selector=='advanced':
25 #if $adv_opts.param_force: 30 #if $adv_opts.param_force:
26 -force 31 -force
27 #end if 32 #end if