Mercurial > repos > galaxyp > openms_xmlvalidator
comparison XMLValidator.xml @ 1:93093c6a0d45 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 9a14ed1f2d3c9abdfb080251b3419dd9e0c52a14
author | galaxyp |
---|---|
date | Wed, 09 Aug 2017 09:20:15 -0400 |
parents | 50629057c7fb |
children | b19fb08ca900 |
comparison
equal
deleted
inserted
replaced
0:50629057c7fb | 1:93093c6a0d45 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> | 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> |
3 <!--Proposed Tool Section: [Utilities]--> | 3 <!--Proposed Tool Section: [Utilities]--> |
4 <tool id="XMLValidator" name="XMLValidator" version="2.1.0"> | 4 <tool id="XMLValidator" name="XMLValidator" version="2.2.0.1"> |
5 <description>Validates XML files against an XSD schema.</description> | 5 <description>Validates XML files against an XSD schema.</description> |
6 <macros> | 6 <macros> |
7 <token name="@EXECUTABLE@">XMLValidator</token> | 7 <token name="@EXECUTABLE@">XMLValidator</token> |
8 <import>macros.xml</import> | 8 <import>macros.xml</import> |
9 </macros> | 9 </macros> |
24 #end if | 24 #end if |
25 #end if | 25 #end if |
26 > $param_stdout | 26 > $param_stdout |
27 </command> | 27 </command> |
28 <inputs> | 28 <inputs> |
29 <param name="param_in" type="data" format="txt,mzml,mzxml,traml,idxml,pepxml,mzid,featurexml,consensusxml" optional="False" label="file to validate" help="(-in) "/> | 29 <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) "/> |
30 <param name="param_schema" type="data" format="txt" optional="True" label="schema to validate against" help="(-schema) <br>If no schema is given, the file is validated against the latest schema of the file type"/> | 30 <param name="param_schema" type="data" format="txt" optional="True" label="schema to validate against" help="(-schema) <br>If no schema is given, the file is validated against the latest schema of the file type"/> |
31 <expand macro="advanced_options"> | 31 <expand macro="advanced_options"> |
32 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | 32 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> |
33 </expand> | 33 </expand> |
34 </inputs> | 34 </inputs> |
35 <outputs> | 35 <outputs> |
36 <data name="param_stdout" format="text" label="Output from stdout"/> | 36 <data name="param_stdout" format="txt" label="Output from stdout"/> |
37 </outputs> | 37 </outputs> |
38 <help>Validates XML files against an XSD schema. | 38 <help>Validates XML files against an XSD schema. |
39 | 39 |
40 | 40 |
41 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_XMLValidator.html</help> | 41 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_XMLValidator.html</help> |