Mercurial > repos > galaxyp > openms
view feature_linker_labeled.xml @ 2:cf0d72c7b482 draft
Update.
author | galaxyp |
---|---|
date | Fri, 10 May 2013 17:31:05 -0400 |
parents | |
children |
line wrap: on
line source
<tool id="openms_feature_linker_labeled" version="0.1.0" name="Feature Linker (Labeled)"> <description> Groups corresponding isotope-labeled features in a feature map. </description> <macros> <import>macros.xml</import> </macros> <expand macro="stdio" /> <expand macro="requires" /> <command interpreter="python"> openms_wrapper.py --executable 'FeatureLinkedLabeled' --config $config </command> <configfiles> <configfile name="config">[simple_options] in=$input1 out=$output </configfile> </configfiles> <inputs> <param name="input1" label="Input Features" type="data" format="featurexml" /> </inputs> <outputs> <data format="consensusxml" name="output" /> </outputs> <help> **What it does** This tool provides an algorithm for grouping corresponding features in isotope-labeled experiments. For more details and algorithm-specific parameters (set in the ini file) see "Detailed Description" in the algorithm documentation. FeatureLinkerLabeled takes one feature map (featureXML file) and stores the corresponding features in a consensus map (consensusXML file). Feature maps can be created from MS experiments (peak data) using one of the FeatureFinder TOPP tools. **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>