comparison noise_filter.xml @ 2:cf0d72c7b482 draft

Update.
author galaxyp
date Fri, 10 May 2013 17:31:05 -0400
parents ba86fd127f5a
children
comparison
equal deleted inserted replaced
1:5c65f8116244 2:cf0d72c7b482
1 <tool id="openms_noise_filter" version="0.1.0" name="Noise Filter"> 1 <tool id="openms_noise_filter" version="0.1.0" name="Noise Filter">
2 <description> 2 <description>
3 Utilize a filter to reduce the noise in an MS experiment. 3 Utilize a filter to reduce the noise in an MS experiment.
4 </description> 4 </description>
5 <requirements> 5 <macros>
6 <requirement type="package">openms</requirement> 6 <import>macros.xml</import>
7 </requirements> 7 </macros>
8 <expand macro="stdio" />
9 <expand macro="requires" />
8 <command interpreter="python"> 10 <command interpreter="python">
9 #if $filter.type == "gaussian" 11 #if $filter.type == "gaussian"
10 #set $filter_exec = "NoiseFilterGaussian" 12 #set $filter_exec = "NoiseFilterGaussian"
11 #elif $filter.type == "sgolay" 13 #elif $filter.type == "sgolay"
12 #set $filter_exec = "NoiseFilterSGolay" 14 #set $filter_exec = "NoiseFilterSGolay"