Mercurial > repos > galaxyp > openms_spectrafilterwindowmower
comparison SpectraFilterWindowMower.xml @ 1:a1eb5b310e4a 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:51:55 -0400 |
parents | 5881fd2ef62b |
children | 746db2c7b499 |
comparison
equal
deleted
inserted
replaced
0:5881fd2ef62b | 1:a1eb5b310e4a |
---|---|
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="SpectraFilterWindowMower" name="SpectraFilterWindowMower" version="2.1.0"> | 4 <tool id="SpectraFilterWindowMower" name="SpectraFilterWindowMower" version="2.2.0"> |
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 </macros> | 9 </macros> |
23 #end if | 23 #end if |
24 #if $param_algorithm_peakcount: | 24 #if $param_algorithm_peakcount: |
25 -algorithm:peakcount $param_algorithm_peakcount | 25 -algorithm:peakcount $param_algorithm_peakcount |
26 #end if | 26 #end if |
27 #if $param_algorithm_movetype: | 27 #if $param_algorithm_movetype: |
28 -algorithm:movetype $param_algorithm_movetype | 28 -algorithm:movetype |
29 #if " " in str($param_algorithm_movetype): | |
30 "$param_algorithm_movetype" | |
31 #else | |
32 $param_algorithm_movetype | |
33 #end if | |
29 #end if | 34 #end if |
30 #if $adv_opts.adv_opts_selector=='advanced': | 35 #if $adv_opts.adv_opts_selector=='advanced': |
31 #if $adv_opts.param_force: | 36 #if $adv_opts.param_force: |
32 -force | 37 -force |
33 #end if | 38 #end if |