diff XMLValidator.xml @ 7:68c2fe7ee7d4 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Fri, 17 May 2019 04:46:49 -0400
parents b19fb08ca900
children dba6eb59efc8
line wrap: on
line diff
--- a/XMLValidator.xml	Tue Mar 20 15:10:59 2018 -0400
+++ b/XMLValidator.xml	Fri May 17 04:46:49 2019 -0400
@@ -10,7 +10,7 @@
   <expand macro="references"/>
   <expand macro="stdio"/>
   <expand macro="requirements"/>
-  <command>XMLValidator
+  <command detect_errors="aggressive"><![CDATA[XMLValidator
 
 #if $param_in:
   -in $param_in
@@ -24,7 +24,7 @@
 #end if
 #end if
 &gt; $param_stdout
-</command>
+]]></command>
   <inputs>
     <param name="param_in" type="data" format="mzml,mzData,featurexml,mzid,idxml,consensusxml,mzxml,txt,pepxml,traml,xml" optional="False" label="file to validate" help="(-in) "/>
     <param name="param_schema" type="data" format="txt" optional="True" label="schema to validate against" help="(-schema) &lt;br&gt;If no schema is given, the file is validated against the latest schema of the file type"/>
@@ -38,5 +38,5 @@
   <help>Validates XML files against an XSD schema.
 
 
-For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_XMLValidator.html</help>
+For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_XMLValidator.html</help>
 </tool>