comparison XMLValidator.xml @ 4:5bc179c8c49c draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 9a14ed1f2d3c9abdfb080251b3419dd9e0c52a14
author galaxyp
date Wed, 09 Aug 2017 08:42:10 -0400
parents 4e0078768185
children 2af382578eb2
comparison
equal deleted inserted replaced
3:4e0078768185 4:5bc179c8c49c
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.2.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>
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>