|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="CVInspector" name="CVInspector" version="1.12.0">
|
|
|
3 <description>A tool for visualization and validation of PSI mapping and CV files.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">CVInspector</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>CVInspector
|
|
|
11
|
|
|
12 -cv_files ${param_cv_files}
|
|
|
13 -cv_names ${param_cv_names}
|
|
|
14 -mapping_file ${param_mapping_file}
|
|
|
15 -ignore_cv ${param_ignore_cv}
|
|
|
16 -html ${param_html}
|
|
|
17 -threads \${GALAXY_SLOTS:-24}
|
|
|
18 </command>
|
|
|
19 <inputs>
|
|
|
20 <param name="param_cv_files" type="data" format="" optional="False" size="20" label="List of ontology files in OBO format." help="(-cv_files)"/>
|
|
|
21 <param name="param_cv_names" type="text" size="20" label="List of identifiers (one for each ontology file)." help="(-cv_names)"/>
|
|
|
22 <param name="param_mapping_file" type="data" format="xml" optional="True" label="Mapping file in CVMapping (XML) format." help="(-mapping_file)"/>
|
|
|
23 <param name="param_ignore_cv" type="text" size="20" value="UO PATO BTO" label="A list of CV identifiers which should be ignored." help="(-ignore_cv)"/>
|
|
|
24 </inputs>
|
|
|
25 <outputs>
|
|
|
26 <data name="param_html" label="Writes an HTML version of the mapping file with annotated CV terms" format="html"/>
|
|
|
27 </outputs>
|
|
|
28 <help>**What it does**
|
|
|
29
|
|
|
30 A tool for visualization and validation of PSI mapping and CV files.
|
|
|
31
|
|
|
32
|
|
|
33 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_CVInspector.html
|
|
|
34
|
|
|
35 @REFERENCES@
|
|
|
36 </help>
|
|
|
37 </tool>
|