diff XMLValidator.xml @ 11:75bb0f81cfa3 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:25:41 +0000
parents dba6eb59efc8
children f036e8cf1a55
line wrap: on
line diff
--- a/XMLValidator.xml	Thu Sep 24 12:21:09 2020 +0000
+++ b/XMLValidator.xml	Tue Oct 13 20:25:41 2020 +0000
@@ -49,12 +49,12 @@
     <param name="in" argument="-in" type="data" format="consensusxml,featurexml,idxml,mzdata,mzid,mzml,mzxml,pepxml,traml,xml" optional="false" label="file to validate" help=" select consensusxml,featurexml,idxml,mzdata,mzid,mzml,mzxml,pepxml,traml,xml data sets(s)"/>
     <param name="schema" argument="-schema" type="data" format="xml" optional="true" label="schema to validate against" help="If no schema is given, the file is validated against the latest schema of the file type select xml data sets(s)"/>
     <expand macro="adv_opts_macro">
-      <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">
+    <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
       <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
     </param>
   </inputs>
@@ -73,6 +73,6 @@
   <help><![CDATA[Validates XML files against an XSD schema.
 
 
-For more information, visit http://www.openms.de/documentation/UTILS_XMLValidator.html]]></help>
+For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_XMLValidator.html]]></help>
   <expand macro="references"/>
 </tool>