Mercurial > repos > galaxyp > openms
view feature_finder_mrm.xml @ 4:1183846e70a1 draft
Uploaded
author | galaxyp |
---|---|
date | Wed, 19 Jun 2013 13:15:44 -0400 |
parents | cf0d72c7b482 |
children |
line wrap: on
line source
<tool id="openms_feature_finder_mrm" version="0.1.0" name="Feature Finder (MRM)"> <description> The feature detection application for quantitation. </description> <macros> <import>macros.xml</import> </macros> <expand macro="stdio" /> <expand macro="requires" /> <command interpreter="python"> openms_wrapper.py --executable 'FeatureFinderMRM' --config $config </command> <configfiles> <configfile name="config">[simple_options] in=$input1 out=$output </configfile> </configfiles> <inputs> <param name="input1" label="mzML Input" type="data" format="mzml" /> </inputs> <outputs> <data format="featurexml" name="output" /> </outputs> <help> **What it does** This module identifies "features" in a LC/MS map. By feature, we understand a peptide in a MS sample that reveals a characteristic isotope distribution. The algorithm computes positions in rt and m/z dimension and a charge estimate of each peptide. **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>