comparison SemanticValidator.xml @ 7:6f22beeb9f32 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 07:59:09 -0400
parents ae772e47d635
children 702ed84d9f4c
comparison
equal deleted inserted replaced
6:241674ffc642 7:6f22beeb9f32
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
10 <expand macro="references"/> 10 <expand macro="references"/>
11 <expand macro="stdio"/> 11 <expand macro="stdio"/>
12 <expand macro="requirements"/> 12 <expand macro="requirements"/>
13 <command>SemanticValidator 13 <command detect_errors="aggressive"><![CDATA[SemanticValidator
14 14
15 #if $param_in: 15 #if $param_in:
16 -in $param_in 16 -in $param_in
17 #end if 17 #end if
18 #if $param_mapping_file: 18 #if $param_mapping_file:
26 #if $adv_opts.param_force: 26 #if $adv_opts.param_force:
27 -force 27 -force
28 #end if 28 #end if
29 #end if 29 #end if
30 &gt; $param_stdout 30 &gt; $param_stdout
31 </command> 31 ]]></command>
32 <inputs> 32 <inputs>
33 <param name="param_in" type="data" format="analysisXML,mzml,traml,mzid,mzData,xml" optional="False" label="Input file (any xml file)" help="(-in) "/> 33 <param name="param_in" type="data" format="analysisXML,mzml,traml,mzid,mzData,xml" optional="False" label="Input file (any xml file)" help="(-in) "/>
34 <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) "/> 34 <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) "/>
35 <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) "> 35 <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) ">
36 <sanitizer> 36 <sanitizer>
48 <data name="param_stdout" format="txt" label="Output from stdout"/> 48 <data name="param_stdout" format="txt" label="Output from stdout"/>
49 </outputs> 49 </outputs>
50 <help>SemanticValidator for semantically validating certain XML files. 50 <help>SemanticValidator for semantically validating certain XML files.
51 51
52 52
53 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_SemanticValidator.html</help> 53 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_SemanticValidator.html</help>
54 </tool> 54 </tool>