Mercurial > repos > galaxyp > openms_noisefiltergaussian
comparison NoiseFilterGaussian.xml @ 1:8357cd696719 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:07:14 -0400 |
parents | b6baace535ae |
children | 2f4e9645006b |
comparison
equal
deleted
inserted
replaced
0:b6baace535ae | 1:8357cd696719 |
---|---|
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: [Signal processing and preprocessing]--> | 3 <!--Proposed Tool Section: [Signal processing and preprocessing]--> |
4 <tool id="NoiseFilterGaussian" name="NoiseFilterGaussian" version="2.1.0"> | 4 <tool id="NoiseFilterGaussian" name="NoiseFilterGaussian" version="2.2.0"> |
5 <description>Removes noise from profile spectra by using Gaussian filter (on uniform as well as non-uniform data).</description> | 5 <description>Removes noise from profile spectra by using Gaussian filter (on uniform as well as non-uniform data).</description> |
6 <macros> | 6 <macros> |
7 <token name="@EXECUTABLE@">NoiseFilterGaussian</token> | 7 <token name="@EXECUTABLE@">NoiseFilterGaussian</token> |
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 </macros> | 9 </macros> |
27 #if $param_algorithm_use_ppm_tolerance: | 27 #if $param_algorithm_use_ppm_tolerance: |
28 -algorithm:use_ppm_tolerance | 28 -algorithm:use_ppm_tolerance |
29 #end if | 29 #end if |
30 #if $adv_opts.adv_opts_selector=='advanced': | 30 #if $adv_opts.adv_opts_selector=='advanced': |
31 #if $adv_opts.param_processOption: | 31 #if $adv_opts.param_processOption: |
32 -processOption $adv_opts.param_processOption | 32 -processOption |
33 #if " " in str($adv_opts.param_processOption): | |
34 "$adv_opts.param_processOption" | |
35 #else | |
36 $adv_opts.param_processOption | |
37 #end if | |
33 #end if | 38 #end if |
34 #if $adv_opts.param_force: | 39 #if $adv_opts.param_force: |
35 -force | 40 -force |
36 #end if | 41 #end if |
37 #end if | 42 #end if |