Mercurial > repos > galaxyp > openms_semanticvalidator
diff SemanticValidator.xml @ 1:a2f42576d8d6 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:40:39 -0400 |
parents | f5dfeed76b4c |
children | ae772e47d635 |
line wrap: on
line diff
--- a/SemanticValidator.xml Wed Mar 01 12:45:53 2017 -0500 +++ b/SemanticValidator.xml Wed Aug 09 09:40:39 2017 -0400 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> <!--Proposed Tool Section: [Utilities]--> -<tool id="SemanticValidator" name="SemanticValidator" version="2.1.0"> +<tool id="SemanticValidator" name="SemanticValidator" version="2.2.0.1"> <description>SemanticValidator for semantically validating certain XML files.</description> <macros> <token name="@EXECUTABLE@">SemanticValidator</token> @@ -30,9 +30,9 @@ > $param_stdout </command> <inputs> - <param name="param_in" type="data" format="mzid,traml,mzml" optional="False" label="Input file (any xml file)" help="(-in) "/> - <param name="param_mapping_file" type="data" format="" optional="False" label="Mapping file which is used to semantically validate the given XML file against this mapping file (see 'share/OpenMS/MAPPING' for templates)" help="(-mapping_file) "/> - <param name="param_cv" type="data" format="" multiple="true" optional="True" size="30" label="Controlled Vocabulary files containg the CV terms (if left empty, a set of default files are used)" help="(-cv) "> + <param name="param_in" type="data" format="analysisXML,mzml,traml,mzid,mzData,xml" optional="False" label="Input file (any xml file)" help="(-in) "/> + <param name="param_mapping_file" type="data" format="xml" optional="False" label="Mapping file which is used to semantically validate the given XML file against this mapping file (see 'share/OpenMS/MAPPING' for templates)" help="(-mapping_file) "/> + <param name="param_cv" type="data" format="obo" multiple="true" optional="True" size="30" label="Controlled Vocabulary files containg the CV terms (if left empty, a set of default files are used)" help="(-cv) "> <sanitizer> <valid initial="string.printable"> <remove value="'"/> @@ -45,7 +45,7 @@ </expand> </inputs> <outputs> - <data name="param_stdout" format="text" label="Output from stdout"/> + <data name="param_stdout" format="txt" label="Output from stdout"/> </outputs> <help>SemanticValidator for semantically validating certain XML files.