Mercurial > repos > galaxyp > openms_xmlvalidator
comparison XMLValidator.xml @ 3:4e0078768185 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit d589f39067c2e8556273601a2b53b1b1ef2d88f4
| author | galaxyp |
|---|---|
| date | Mon, 07 Aug 2017 15:00:51 -0400 |
| parents | ad7ede8b0bfc |
| children | 5bc179c8c49c |
comparison
equal
deleted
inserted
replaced
| 2:061b637ce3bb | 3:4e0078768185 |
|---|---|
| 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"> |
| 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> |
