Mercurial > repos > bgruening > openms
diff XMLValidator.xml @ 0:3d84209d3178 draft
Uploaded
| author | bgruening |
|---|---|
| date | Fri, 10 Oct 2014 18:20:03 -0400 |
| parents | |
| children | 6ead64a594bd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/XMLValidator.xml Fri Oct 10 18:20:03 2014 -0400 @@ -0,0 +1,30 @@ +<?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>
