diff MRMPairFinder.xml @ 10:482de0c17531 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 55a2aeba8bfd8a6910630721de9857dcdfe05d3c"
author galaxyp
date Tue, 13 Oct 2020 20:23:34 +0000
parents a040e1ed8736
children bd57c94d50fb
line wrap: on
line diff
--- a/MRMPairFinder.xml	Wed Sep 23 15:04:44 2020 +0000
+++ b/MRMPairFinder.xml	Tue Oct 13 20:23:34 2020 +0000
@@ -64,13 +64,13 @@
       <param name="mass_tolerance" argument="-mass_tolerance" type="float" optional="true" min="0.0" value="0.01" label="Precursor mass tolerance which is used for the pair finding and the matching of the given pair m/z values to the features" help=""/>
       <param name="RT_tolerance" argument="-RT_tolerance" type="float" optional="true" min="0.0" value="200.0" label="Maximal deviation in RT dimension in seconds a feature can have when comparing to the RT values given in the pair file" help=""/>
       <param name="RT_pair_tolerance" argument="-RT_pair_tolerance" type="float" optional="true" min="0.0" value="5.0" label="Maximal deviation in RT dimension in seconds the two partners of a pair is allowed to have" help=""/>
-      <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/>
+      <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>
     </expand>
-    <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="true">
-      <option value="feature_out_FLAG">feature_out (Enables the test mode (needed for internal use only))</option>
+    <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
+      <option value="feature_out_FLAG">feature_out (Output featureXML file, only written if given, skipped otherwise)</option>
       <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
     </param>
   </inputs>
@@ -90,6 +90,6 @@
   <help><![CDATA[Util which can be used to evaluate labeled pair ratios on MRM features.
 
 
-For more information, visit http://www.openms.de/documentation/UTILS_MRMPairFinder.html]]></help>
+For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_MRMPairFinder.html]]></help>
   <expand macro="references"/>
 </tool>