view consensus_filter.xml @ 6:42b843627623 draft default tip

Uploaded
author galaxyp
date Fri, 21 Jun 2013 17:01:53 -0400
parents cf0d72c7b482
children
line wrap: on
line source

<tool id="openms_consensus_filter" version="0.1.0" name="Consensus Filter">
  <description>
    Filters consensus results by different criteria.
  </description>
  <macros>
    <import>macros.xml</import>
  </macros>
  <expand macro="stdio" />
  <expand macro="requires" />
  <command interpreter="python">
    openms_wrapper.py --executable 'FileFilter' --config $config
  </command>
  <configfiles>
    <configfile name="config">[simple_options]
in=$input1
in_type=consensusXML
out=$output
out_type=consensusXML
</configfile>
  </configfiles>
  <inputs>
    <param name="input1" label="Input" type="data" format="consensusxml" />
  </inputs>
  <outputs>
    <data format="consensusxml" name="output" />
  </outputs>
  <help>
**What it does**

**Citation**

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.``

If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
  </help>
</tool>