comparison SemanticValidator.xml @ 0:3070d71e0e5c draft

Uploaded
author bgruening
date Thu, 16 Apr 2015 08:37:04 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3070d71e0e5c
1 <?xml version='1.0' encoding='UTF-8'?>
2 <tool id="SemanticValidator" name="SemanticValidator" version="2.0.0">
3 <description>SemanticValidator for semantically validating certain XML files.</description>
4 <macros>
5 <token name="@EXECUTABLE@">SemanticValidator</token>
6 <import>macros.xml</import>
7 </macros>
8 <expand macro="stdio"/>
9 <expand macro="requirements"/>
10 <command>SemanticValidator
11
12 #if $param_in:
13 -in $param_in
14 #end if
15 #if $param_mapping_file:
16 -mapping_file $param_mapping_file
17 #end if
18 -cv
19 #for token in $param_cv:
20 $token
21 #end for
22 -threads \${GALAXY_SLOTS:-24}
23 #if $adv_opts.adv_opts_selector=='advanced':
24 #if $adv_opts.param_force:
25 -force
26 #end if
27 #end if
28 &gt; $param_stdout
29 </command>
30 <inputs>
31 <param name="param_in" type="data" format="xml,traml,mzml" optional="False" label="Input file (any xml file)" help="(-in) "/>
32 <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) "/>
33 <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) ">
34 <sanitizer>
35 <valid initial="string.printable">
36 <remove value="'"/>
37 <remove value="&quot;"/>
38 </valid>
39 </sanitizer>
40 </param>
41 <expand macro="advanced_options">
42 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
43 </expand>
44 </inputs>
45 <outputs>
46 <data name="param_stdout" format="text" label="Output from stdout"/>
47 </outputs>
48 <help>**What it does**
49
50 SemanticValidator for semantically validating certain XML files.
51
52
53 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_SemanticValidator.html</help>
54 <expand macro="references"/>
55 </tool>