comparison baseline_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_baseline_filter" version="0.1.0" name="Baseline Filter"> 1 <tool id="openms_baseline_filter" version="0.1.0" name="Baseline Filter">
2 <description> 2 <description>
3 Executes the top-hat filter to remove the baseline of an MS experiment. 3 Executes the top-hat filter to remove the baseline of 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 openms_wrapper.py --executable 'BaselineFilter' --config $config 11 openms_wrapper.py --executable 'BaselineFilter' --config $config
10 </command> 12 </command>
11 <configfiles> 13 <configfiles>
12 <configfile name="config">[simple_options] 14 <configfile name="config">[simple_options]