Mercurial > repos > galaxyp > openms_clustermasstracesbyprecursor
diff ClusterMassTracesByPrecursor.xml @ 4:75480fff2586 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author | galaxyp |
---|---|
date | Thu, 01 Dec 2022 19:22:18 +0000 |
parents | f61e132c4536 |
children | f0c018228cec |
line wrap: on
line diff
--- a/ClusterMassTracesByPrecursor.xml Fri Nov 06 20:18:24 2020 +0000 +++ b/ClusterMassTracesByPrecursor.xml Thu Dec 01 19:22:18 2022 +0000 @@ -1,13 +1,11 @@ <?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 CTDConverter.--> <!--Proposed Tool Section: [Utilities]--> -<tool id="ClusterMassTracesByPrecursor" name="ClusterMassTracesByPrecursor" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> +<tool id="ClusterMassTracesByPrecursor" name="ClusterMassTracesByPrecursor" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> <description>Correlate precursor masstraces with fragment ion masstraces in SWATH maps based on their elution profile.</description> <macros> <token name="@EXECUTABLE@">ClusterMassTracesByPrecursor</token> <import>macros.xml</import> - <import>macros_autotest.xml</import> - <import>macros_test.xml</import> </macros> <expand macro="requirements"/> <expand macro="stdio"/> @@ -45,19 +43,19 @@ <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> </configfiles> <inputs> - <param name="in_ms1" argument="-in_ms1" type="data" format="consensusxml" optional="false" label="MS1 mass traces" help=" select consensusxml data sets(s)"/> - <param name="in_swath" argument="-in_swath" type="data" format="consensusxml" optional="false" label="MS2 / SWATH mass traces" help=" select consensusxml data sets(s)"/> - <param name="assign_unassigned_to_all" argument="-assign_unassigned_to_all" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Assign unassigned MS2 fragments to all precursors (only for ms1_centrif)" help=""/> - <param name="min_pearson_correlation" argument="-min_pearson_correlation" type="float" optional="true" value="0.7" label="Minimal pearson correlation score to match elution profiles to each othe" help=""/> - <param name="max_lag" argument="-max_lag" type="integer" optional="true" value="1" label="Maximal lag" help="(e.g. by how many spectra the peak may be shifted at most). This parameter will depend on your chromatographic setup but a number between 1 and 3 is usually sensible"/> - <param name="min_nr_ions" argument="-min_nr_ions" type="integer" optional="true" value="3" label="Minimal number of ions to report a spectrum" help=""/> - <param name="max_rt_apex_difference" argument="-max_rt_apex_difference" type="float" optional="true" value="5.0" label="Maximal difference of the apex in retention time (in seconds)" help="This is a hard parameter, all profiles further away will not be considered at all"/> - <param name="swath_lower" argument="-swath_lower" type="float" optional="true" value="0.0" label="Swath lower isolation window" help=""/> - <param name="swath_upper" argument="-swath_upper" type="float" optional="true" value="0.0" label="Swath upper isolation window" help=""/> + <param argument="-in_ms1" type="data" format="consensusxml" optional="false" label="MS1 mass traces" help=" select consensusxml data sets(s)"/> + <param argument="-in_swath" type="data" format="consensusxml" optional="false" label="MS2 / SWATH mass traces" help=" select consensusxml data sets(s)"/> + <param argument="-assign_unassigned_to_all" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Assign unassigned MS2 fragments to all precursors (only for ms1_centrif)" help=""/> + <param argument="-min_pearson_correlation" type="float" optional="true" value="0.7" label="Minimal pearson correlation score to match elution profiles to each othe" help=""/> + <param argument="-max_lag" type="integer" optional="true" value="1" label="Maximal lag" help="(e.g. by how many spectra the peak may be shifted at most). This parameter will depend on your chromatographic setup but a number between 1 and 3 is usually sensible"/> + <param argument="-min_nr_ions" type="integer" optional="true" value="3" label="Minimal number of ions to report a spectrum" help=""/> + <param argument="-max_rt_apex_difference" type="float" optional="true" value="5.0" label="Maximal difference of the apex in retention time (in seconds)" help="This is a hard parameter, all profiles further away will not be considered at all"/> + <param argument="-swath_lower" type="float" optional="true" value="0.0" label="Swath lower isolation window" help=""/> + <param argument="-swath_upper" type="float" optional="true" value="0.0" label="Swath upper isolation window" help=""/> <expand macro="adv_opts_macro"> - <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> - <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> - <expand macro="list_string_san"/> + <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> + <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> + <expand macro="list_string_san" name="test"/> </param> </expand> <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> @@ -70,13 +68,16 @@ <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> </data> </outputs> - <tests> - <expand macro="autotest_ClusterMassTracesByPrecursor"/> - <expand macro="manutest_ClusterMassTracesByPrecursor"/> - </tests> + <tests><test expect_num_outputs="1"><!-- test with arbitarily chosen consensusXML --> + <param name="adv_opts|test" value="true"/> + <param name="in_ms1" ftype="consensusxml" value="ConsensusMapNormalizer_input.consensusXML"/> + <param name="in_swath" ftype="consensusxml" value="ConsensusMapNormalizer_input.consensusXML"/> + <output name="out" ftype="mzml" value="ClusterMassTracesByPrecursor.mzml"/> + </test> +</tests> <help><![CDATA[Correlate precursor masstraces with fragment ion masstraces in SWATH maps based on their elution profile. -For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_ClusterMassTracesByPrecursor.html]]></help> +For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/UTILS_ClusterMassTracesByPrecursor.html]]></help> <expand macro="references"/> </tool>