Mercurial > repos > galaxyp > openms
comparison peak_file_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_peak_file_filter" version="0.1.0" name="mzML File Filter"> | 1 <tool id="openms_peak_file_filter" version="0.1.0" name="mzML File Filter"> |
2 <description> | 2 <description> |
3 Extract portions of peak lists. | 3 Extract portions of peak lists. |
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 'FileFilter' --config $config | 11 openms_wrapper.py --executable 'FileFilter' --config $config |
10 </command> | 12 </command> |
11 <configfiles> | 13 <configfiles> |
12 <configfile name="config">[simple_options] | 14 <configfile name="config">[simple_options] |