Mercurial > repos > galaxyp > openms_featurefindermrm
comparison FeatureFinderMRM.xml @ 16:ccc041d26ee1 draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 5c080b1e2b99f1c88f4557e9fec8c45c9d23b906
author | galaxyp |
---|---|
date | Fri, 14 Jun 2024 21:42:04 +0000 |
parents | 646ebe78d904 |
children |
comparison
equal
deleted
inserted
replaced
15:646ebe78d904 | 16:ccc041d26ee1 |
---|---|
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.--> | 1 <!--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]--> | 2 <!--Proposed Tool Section: [Quantitation]--> |
4 <tool id="FeatureFinderMRM" name="FeatureFinderMRM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> | 3 <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> | 4 <description>Detects two-dimensional features in LC-MS data</description> |
6 <macros> | 5 <macros> |
7 <token name="@EXECUTABLE@">FeatureFinderMRM</token> | 6 <token name="@EXECUTABLE@">FeatureFinderMRM</token> |
8 <import>macros.xml</import> | 7 <import>macros.xml</import> |
9 </macros> | 8 </macros> |
10 <expand macro="requirements"/> | 9 <expand macro="requirements"/> |
13 @EXT_FOO@ | 12 @EXT_FOO@ |
14 #import re | 13 #import re |
15 | 14 |
16 ## Preprocessing | 15 ## Preprocessing |
17 mkdir in && | 16 mkdir in && |
18 ln -s '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' && | 17 cp '$in' 'in/${re.sub("[^\w\-_]", "_", $in.element_identifier)}.$gxy2omsext($in.ext)' && |
19 mkdir out && | 18 mkdir out && |
20 | 19 |
21 ## Main program call | 20 ## Main program call |
22 | 21 |
23 set -o pipefail && | 22 set -o pipefail && |
37 <configfiles> | 36 <configfiles> |
38 <inputs name="args_json" data_style="paths"/> | 37 <inputs name="args_json" data_style="paths"/> |
39 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> | 38 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> |
40 </configfiles> | 39 </configfiles> |
41 <inputs> | 40 <inputs> |
42 <param argument="-in" type="data" format="mzml" optional="false" label="input file" help=" select mzml data sets(s)"/> | 41 <param argument="-in" type="data" format="mzml" label="input file" help=" select mzml data sets(s)"/> |
43 <section name="algorithm" title="Algorithm section" help="" expanded="false"> | 42 <section name="algorithm" title="Algorithm section" help="" expanded="false"> |
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=""/> | 43 <param name="min_rt_distance" argument="-algorithm:min_rt_distance" type="float" min="0.0" value="10.0" label="Minimal distance of MRM features in seconds" 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=""/> | 44 <param name="min_num_peaks_per_feature" argument="-algorithm:min_num_peaks_per_feature" type="integer" min="1" value="5" label="Minimal number of peaks which are needed for a single feature" help=""/> |
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"/> | 45 <param name="min_signal_to_noise_ratio" argument="-algorithm:min_signal_to_noise_ratio" type="float" 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"/> |
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=""/> | 46 <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=""/> |
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=""/> | 47 <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=""/> |
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=""/> | 48 <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=""/> |
50 </section> | 49 </section> |
51 <expand macro="adv_opts_macro"> | 50 <expand macro="adv_opts_macro"> |
52 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> | 51 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
53 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 52 <param argument="-test" type="hidden" value="False" label="Enables the test mode (needed for internal use only)" help="" optional="true"> |
54 <expand macro="list_string_san" name="test"/> | 53 <expand macro="list_string_san" name="test"/> |
55 </param> | 54 </param> |
56 </expand> | 55 </expand> |
57 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> | 56 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
58 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> | 57 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> |
62 <data name="out" label="${tool.name} on ${on_string}: out" format="featurexml"/> | 61 <data name="out" label="${tool.name} on ${on_string}: out" format="featurexml"/> |
63 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> | 62 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> |
64 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> | 63 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> |
65 </data> | 64 </data> |
66 </outputs> | 65 </outputs> |
67 <tests><!-- TOPP_FeatureFinderMRM_1 --> | 66 <tests> |
67 <!-- TOPP_FeatureFinderMRM_1 --> | |
68 <test expect_num_outputs="2"> | 68 <test expect_num_outputs="2"> |
69 <section name="adv_opts"> | 69 <section name="adv_opts"> |
70 <param name="force" value="false"/> | 70 <param name="force" value="false"/> |
71 <param name="test" value="true"/> | 71 <param name="test" value="true"/> |
72 </section> | 72 </section> |
73 <param name="in" value="FeatureFinderMRM_1_input.mzML"/> | 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"/> | 74 <output name="out" value="FeatureFinderMRM_1_output.featureXML" compare="sim_size" delta_frac="0.7" ftype="featurexml"/> |
75 <section name="algorithm"> | 75 <section name="algorithm"> |
76 <param name="min_rt_distance" value="10.0"/> | 76 <param name="min_rt_distance" value="10.0"/> |
77 <param name="min_num_peaks_per_feature" value="5"/> | 77 <param name="min_num_peaks_per_feature" value="5"/> |
78 <param name="min_signal_to_noise_ratio" value="2.0"/> | 78 <param name="min_signal_to_noise_ratio" value="2.0"/> |
79 <param name="write_debug_files" value="false"/> | 79 <param name="write_debug_files" value="false"/> |
84 <output name="ctd_out" ftype="xml"> | 84 <output name="ctd_out" ftype="xml"> |
85 <assert_contents> | 85 <assert_contents> |
86 <is_valid_xml/> | 86 <is_valid_xml/> |
87 </assert_contents> | 87 </assert_contents> |
88 </output> | 88 </output> |
89 <assert_stdout> | |
90 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/> | |
91 </assert_stdout> | |
89 </test> | 92 </test> |
90 </tests> | 93 </tests> |
91 <help><![CDATA[Detects two-dimensional features in LC-MS data. | 94 <help><![CDATA[Detects two-dimensional features in LC-MS data. |
92 | 95 |
93 | 96 |
94 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_FeatureFinderMRM.html]]></help> | 97 For more information, visit https://openms.de/doxygen/release/3.1.0/html/TOPP_FeatureFinderMRM.html]]></help> |
95 <expand macro="references"/> | 98 <expand macro="references"/> |
96 </tool> | 99 </tool> |