Mercurial > repos > galaxyp > openms_lowmempeakpickerhires_randomaccess
diff LowMemPeakPickerHiRes_RandomAccess.xml @ 3:46907ec93057 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit daf6dfc513ede9b890125d9fff2c2657d834eea9
author | galaxyp |
---|---|
date | Fri, 14 Jul 2017 18:54:09 -0400 |
parents | b31a2a0faed7 |
children |
line wrap: on
line diff
--- a/LowMemPeakPickerHiRes_RandomAccess.xml Thu Apr 27 12:56:44 2017 -0400 +++ b/LowMemPeakPickerHiRes_RandomAccess.xml Fri Jul 14 18:54:09 2017 -0400 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> <!--Proposed Tool Section: [Utilities]--> -<tool id="LowMemPeakPickerHiRes_RandomAccess" name="LowMemPeakPickerHiRes_RandomAccess" version="2.1.0"> +<tool id="LowMemPeakPickerHiRes_RandomAccess" name="LowMemPeakPickerHiRes_RandomAccess" version="2.2.0"> <description>Finds mass spectrometric peaks in profile mass spectra.</description> <macros> <token name="@EXECUTABLE@">LowMemPeakPickerHiRes_RandomAccess</token> @@ -92,9 +92,9 @@ </command> <inputs> <param name="param_in" type="data" format="mzml" optional="False" label="input profile data file" help="(-in) "/> - <param name="param_algorithm_signal_to_noise" type="float" min="0.0" optional="True" value="1.0" label="Minimal signal-to-noise ratio for a peak to be picked (0.0 disables SNT estimation!)" help="(-signal_to_noise) "/> + <param name="param_algorithm_signal_to_noise" type="float" min="0.0" optional="True" value="0.0" label="Minimal signal-to-noise ratio for a peak to be picked (0.0 disables SNT estimation!)" help="(-signal_to_noise) "/> <repeat name="rep_param_algorithm_ms_levels" min="0" max="1" title="param_algorithm_ms_levels"> - <param name="param_algorithm_ms_levels" type="text" min="1" optional="True" size="30" value="1 2" label="List of MS levels for which the peak picking is applied" help="(-ms_levels) Other scans are copied to the output without changes"> + <param name="param_algorithm_ms_levels" type="text" min="1" optional="True" size="30" value="1" label="List of MS levels for which the peak picking is applied" help="(-ms_levels) Other scans are copied to the output without changes"> <sanitizer> <valid initial="string.printable"> <remove value="'"/> @@ -104,9 +104,9 @@ </param> </repeat> <param name="param_algorithm_report_FWHM" display="radio" type="boolean" truevalue="-algorithm:report_FWHM" falsevalue="" checked="false" optional="True" label="Add metadata for FWHM (as floatDataArray named 'FWHM' or 'FWHM_ppm', depending on param 'report_FWHM_unit') for each picked peak" help="(-report_FWHM) "/> - <param name="param_algorithm_report_FWHM_unit" display="radio" type="select" optional="False" value="relative(ppm)" label="Unit of FWHM. Either absolute in the unit of input," help="(-report_FWHM_unit) e.g. 'm/z' for spectra, or relative as ppm (only sensible for spectra, not chromatograms)"> + <param name="param_algorithm_report_FWHM_unit" display="radio" type="select" optional="False" value="relative" label="Unit of FWHM. Either absolute in the unit of input," help="(-report_FWHM_unit) e.g. 'm/z' for spectra, or relative as ppm (only sensible for spectra, not chromatograms)"> + <option value="relative" selected="true">relative</option> <option value="absolute">absolute</option> - <option value="relative(ppm)" selected="true">relative(ppm)</option> </param> <param name="param_algorithm_SignalToNoise_win_len" type="float" min="1.0" optional="True" value="200.0" label="window length in Thomson" help="(-win_len) "/> <param name="param_algorithm_SignalToNoise_bin_count" type="integer" min="3" optional="True" value="30" label="number of bins for intensity values" help="(-bin_count) "/> @@ -133,5 +133,5 @@ <help>Finds mass spectrometric peaks in profile mass spectra. -For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/doxygen/parameters/output/UTILS_LowMemPeakPickerHiRes_RandomAccess.html</help> +For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_LowMemPeakPickerHiRes_RandomAccess.html</help> </tool>