0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="XMLValidator" name="XMLValidator" version="1.12.0">
|
|
3 <description>Validates XML files against an XSD schema.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">XMLValidator</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>XMLValidator
|
|
11
|
|
12 -in ${param_in}
|
|
13 -schema ${param_schema}
|
|
14 -threads \${GALAXY_SLOTS:-24}
|
|
15 </command>
|
|
16 <inputs>
|
|
17 <param name="param_in" type="data" format="mzML,featureXML,idXML,consensusXML,mzXML,pepXML" optional="False" label="file to validate" help="(-in)"/>
|
|
18 <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)"/>
|
|
19 </inputs>
|
|
20 <outputs/>
|
|
21 <help>**What it does**
|
|
22
|
|
23 Validates XML files against an XSD schema.
|
|
24
|
|
25
|
|
26 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_XMLValidator.html
|
|
27
|
|
28 @REFERENCES@
|
|
29 </help>
|
|
30 </tool>
|