view XMLValidator.xml @ 1:17e8c91b70d5 draft

Uploaded
author bgruening
date Fri, 10 Oct 2014 18:23:01 -0400
parents 3d84209d3178
children 6ead64a594bd
line wrap: on
line source

<?xml version='1.0' encoding='UTF-8'?>
<tool id="XMLValidator" name="XMLValidator" version="1.12.0">
  <description>Validates XML files against an XSD schema.</description>
  <macros>
    <token name="@EXECUTABLE@">XMLValidator</token>
    <import>macros.xml</import>
  </macros>
  <expand macro="stdio"/>
  <expand macro="requirements"/>
  <command>XMLValidator

-in ${param_in}
-schema ${param_schema}
-threads \${GALAXY_SLOTS:-24} 
</command>
  <inputs>
    <param name="param_in" type="data" format="mzML,featureXML,idXML,consensusXML,mzXML,pepXML" optional="False" label="file to validate" help="(-in)"/>
    <param name="param_schema" type="data" format="" optional="True" label="schema to validate against.#br#If no schema is given, the file is validated against the latest schema of the file type." help="(-schema)"/>
  </inputs>
  <outputs/>
  <help>**What it does**

Validates XML files against an XSD schema.


For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_XMLValidator.html

@REFERENCES@
</help>
</tool>