comparison feature_filter.xml @ 2:cf0d72c7b482 draft

Update.
author galaxyp
date Fri, 10 May 2013 17:31:05 -0400
parents
children
comparison
equal deleted inserted replaced
1:5c65f8116244 2:cf0d72c7b482
1 <tool id="openms_feature_filter" version="0.1.0" name="Feature Filter">
2 <description>
3 Filters feature results by different criteria.
4 </description>
5 <macros>
6 <import>macros.xml</import>
7 </macros>
8 <expand macro="stdio" />
9 <expand macro="requires" />
10 <command interpreter="python">
11 openms_wrapper.py --executable 'FileFilter' --config $config
12 </command>
13 <configfiles>
14 <configfile name="config">[simple_options]
15 in=$input1
16 in_type=featureXML
17 out=$output
18 out_type=featureXML
19 feature!q=${min_quality or ''}:${max_quality or ''}
20 </configfile>
21 </configfiles>
22 <inputs>
23 <param name="input1" label="Input" type="data" format="featurexml" />
24 <param name="min_quality" label="Minimum Quality" help="Leave empty to specify no minimum." value="" default="" type="float" />
25 <param name="max_quality" label="Maximum Quality" help="Leave empty to specify no maximum." value="" default="" type="float" />
26 </inputs>
27 <outputs>
28 <data format="featurexml" name="output" />
29 </outputs>
30 <help>
31 **What it does**
32
33 **Citation**
34
35 For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
36
37 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
38 </help>
39 </tool>