comparison FeatureFinderMRM.xml @ 15:646ebe78d904 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author galaxyp
date Thu, 01 Dec 2022 18:58:07 +0000
parents 9a9bbeefcd5d
children ccc041d26ee1
comparison
equal deleted inserted replaced
14:8a0eec1c8c06 15:646ebe78d904
1 <?xml version='1.0' encoding='UTF-8'?> 1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.--> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
3 <!--Proposed Tool Section: [Quantitation]--> 3 <!--Proposed Tool Section: [Quantitation]-->
4 <tool id="FeatureFinderMRM" name="FeatureFinderMRM" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> 4 <tool id="FeatureFinderMRM" name="FeatureFinderMRM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
5 <description>Detects two-dimensional features in LC-MS data.</description> 5 <description>Detects two-dimensional features in LC-MS data.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">FeatureFinderMRM</token> 7 <token name="@EXECUTABLE@">FeatureFinderMRM</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 <import>macros_autotest.xml</import>
10 <import>macros_test.xml</import>
11 </macros> 9 </macros>
12 <expand macro="requirements"/> 10 <expand macro="requirements"/>
13 <expand macro="stdio"/> 11 <expand macro="stdio"/>
14 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@ 12 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@
15 @EXT_FOO@ 13 @EXT_FOO@
39 <configfiles> 37 <configfiles>
40 <inputs name="args_json" data_style="paths"/> 38 <inputs name="args_json" data_style="paths"/>
41 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> 39 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile>
42 </configfiles> 40 </configfiles>
43 <inputs> 41 <inputs>
44 <param name="in" argument="-in" type="data" format="mzml" optional="false" label="input file" help=" select mzml data sets(s)"/> 42 <param argument="-in" type="data" format="mzml" optional="false" label="input file" help=" select mzml data sets(s)"/>
45 <section name="algorithm" title="Algorithm section" help="" expanded="false"> 43 <section name="algorithm" title="Algorithm section" help="" expanded="false">
46 <param name="min_rt_distance" argument="-algorithm:min_rt_distance" type="float" optional="true" min="0.0" value="10.0" label="Minimal distance of MRM features in seconds" help=""/> 44 <param name="min_rt_distance" argument="-algorithm:min_rt_distance" type="float" optional="true" min="0.0" value="10.0" label="Minimal distance of MRM features in seconds" help=""/>
47 <param name="min_num_peaks_per_feature" argument="-algorithm:min_num_peaks_per_feature" type="integer" optional="true" min="1" value="5" label="Minimal number of peaks which are needed for a single feature" help=""/> 45 <param name="min_num_peaks_per_feature" argument="-algorithm:min_num_peaks_per_feature" type="integer" optional="true" min="1" value="5" label="Minimal number of peaks which are needed for a single feature" help=""/>
48 <param name="min_signal_to_noise_ratio" argument="-algorithm:min_signal_to_noise_ratio" type="float" optional="true" min="0.0" value="2.0" label="Minimal S/N ratio a peak must have to be taken into account" help="Set to zero if the MRM-traces contains mostly signals, and no noise"/> 46 <param name="min_signal_to_noise_ratio" argument="-algorithm:min_signal_to_noise_ratio" type="float" optional="true" min="0.0" value="2.0" label="Minimal S/N ratio a peak must have to be taken into account" help="Set to zero if the MRM-traces contains mostly signals, and no noise"/>
49 <param name="write_debug_files" argument="-algorithm:write_debug_files" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, for each feature a plot will be created, in the subdirectory 'debug'" help=""/> 47 <param name="write_debug_files" argument="-algorithm:write_debug_files" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, for each feature a plot will be created, in the subdirectory 'debug'" help=""/>
50 <param name="resample_traces" argument="-algorithm:resample_traces" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, each trace, which is in this case a part of the MRM monitoring trace with signal is resampled, using the minimal distance of two data points in RT dimension" help=""/> 48 <param name="resample_traces" argument="-algorithm:resample_traces" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, each trace, which is in this case a part of the MRM monitoring trace with signal is resampled, using the minimal distance of two data points in RT dimension" help=""/>
51 <param name="write_debuginfo" argument="-algorithm:write_debuginfo" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, debug messages are written, the output can be somewhat lengthy" help=""/> 49 <param name="write_debuginfo" argument="-algorithm:write_debuginfo" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, debug messages are written, the output can be somewhat lengthy" help=""/>
52 </section> 50 </section>
53 <expand macro="adv_opts_macro"> 51 <expand macro="adv_opts_macro">
54 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> 52 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
55 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 53 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
56 <expand macro="list_string_san"/> 54 <expand macro="list_string_san" name="test"/>
57 </param> 55 </param>
58 </expand> 56 </expand>
59 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> 57 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
60 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 58 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
61 </param> 59 </param>
64 <data name="out" label="${tool.name} on ${on_string}: out" format="featurexml"/> 62 <data name="out" label="${tool.name} on ${on_string}: out" format="featurexml"/>
65 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> 63 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd">
66 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> 64 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
67 </data> 65 </data>
68 </outputs> 66 </outputs>
69 <tests> 67 <tests><!-- TOPP_FeatureFinderMRM_1 -->
70 <expand macro="autotest_FeatureFinderMRM"/> 68 <test expect_num_outputs="2">
71 <expand macro="manutest_FeatureFinderMRM"/> 69 <section name="adv_opts">
70 <param name="force" value="false"/>
71 <param name="test" value="true"/>
72 </section>
73 <param name="in" value="FeatureFinderMRM_1_input.mzML"/>
74 <output name="out" file="FeatureFinderMRM_1_output.featureXML" compare="sim_size" delta_frac="0.7" ftype="featurexml"/>
75 <section name="algorithm">
76 <param name="min_rt_distance" value="10.0"/>
77 <param name="min_num_peaks_per_feature" value="5"/>
78 <param name="min_signal_to_noise_ratio" value="2.0"/>
79 <param name="write_debug_files" value="false"/>
80 <param name="resample_traces" value="false"/>
81 <param name="write_debuginfo" value="false"/>
82 </section>
83 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/>
84 <output name="ctd_out" ftype="xml">
85 <assert_contents>
86 <is_valid_xml/>
87 </assert_contents>
88 </output>
89 </test>
72 </tests> 90 </tests>
73 <help><![CDATA[Detects two-dimensional features in LC-MS data. 91 <help><![CDATA[Detects two-dimensional features in LC-MS data.
74 92
75 93
76 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_FeatureFinderMRM.html]]></help> 94 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_FeatureFinderMRM.html]]></help>
77 <expand macro="references"/> 95 <expand macro="references"/>
78 </tool> 96 </tool>