Mercurial > repos > bgruening > openms
diff HighResPrecursorMassCorrector.xml @ 0:3d84209d3178 draft
Uploaded
| author | bgruening |
|---|---|
| date | Fri, 10 Oct 2014 18:20:03 -0400 |
| parents | |
| children | 6ead64a594bd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HighResPrecursorMassCorrector.xml Fri Oct 10 18:20:03 2014 -0400 @@ -0,0 +1,33 @@ +<?xml version='1.0' encoding='UTF-8'?> +<tool id="HighResPrecursorMassCorrector" name="HighResPrecursorMassCorrector" version="1.12.0"> + <description>Corrects the precursor mz determined by the instrument software.</description> + <macros> + <token name="@EXECUTABLE@">HighResPrecursorMassCorrector</token> + <import>macros.xml</import> + </macros> + <expand macro="stdio"/> + <expand macro="requirements"/> + <command>HighResPrecursorMassCorrector + +-in ${param_in} +-out ${param_out} +-out_csv ${param_out_csv} +-threads \${GALAXY_SLOTS:-24} +</command> + <inputs> + <param name="param_in" type="data" format="mzML" optional="False" label="input file (centroided data)" help="(-in)"/> + </inputs> + <outputs> + <data name="param_out" label="output file" format="mzML"/> + <data name="param_out_csv" label="Optional csv output file containing columns: precursor rt, uncorrected mz, corrected mz, delta mz#br#" format="tabular"/> + </outputs> + <help>**What it does** + +Corrects the precursor mz determined by the instrument software. + + +For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_HighResPrecursorMassCorrector.html + +@REFERENCES@ +</help> +</tool>
