comparison CVInspector.xml @ 12:f69a0db1faf3 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 05:44:24 -0400
parents c5d9ddfb4cc6
children 8ca5d3cf888a
comparison
equal deleted inserted replaced
11:9f0729ccabf7 12:f69a0db1faf3
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 CTDConverter.-->
3 <!--Proposed Tool Section: [Utilities]--> 3 <!--Proposed Tool Section: [Utilities]-->
4 <tool id="CVInspector" name="CVInspector" version="2.2.0"> 4 <tool id="CVInspector" name="CVInspector" version="2.3.0">
5 <description>A tool for visualization and validation of PSI mapping and CV files.</description> 5 <description>A tool for visualization and validation of PSI mapping and CV files.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">CVInspector</token> 7 <token name="@EXECUTABLE@">CVInspector</token>
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>CVInspector 13 <command detect_errors="aggressive"><![CDATA[CVInspector
14 14
15 -cv_files 15 -cv_files
16 #for token in $param_cv_files: 16 #for token in $param_cv_files:
17 $token 17 $token
18 #end for 18 #end for
47 #if $adv_opts.adv_opts_selector=='advanced': 47 #if $adv_opts.adv_opts_selector=='advanced':
48 #if $adv_opts.param_force: 48 #if $adv_opts.param_force:
49 -force 49 -force
50 #end if 50 #end if
51 #end if 51 #end if
52 </command> 52 ]]></command>
53 <inputs> 53 <inputs>
54 <param name="param_cv_files" type="data" format="obo" multiple="true" optional="False" size="30" label="List of ontology files in OBO format" help="(-cv_files) "> 54 <param name="param_cv_files" type="data" format="obo" multiple="true" optional="False" size="30" label="List of ontology files in OBO format" help="(-cv_files) ">
55 <sanitizer> 55 <sanitizer>
56 <valid initial="string.printable"> 56 <valid initial="string.printable">
57 <remove value="'"/> 57 <remove value="'"/>
58 <remove value="&quot;"/> 58 <remove value="&quot;"/>
59 </valid> 59 </valid>
60 </sanitizer> 60 </sanitizer>
61 </param> 61 </param>
62 <repeat name="rep_param_cv_names" min="1" max="1" title="param_cv_names"> 62 <repeat name="rep_param_cv_names" min="1" title="param_cv_names">
63 <param name="param_cv_names" type="text" size="30" label="List of identifiers (one for each ontology file)" help="(-cv_names) "> 63 <param name="param_cv_names" type="text" size="30" label="List of identifiers (one for each ontology file)" help="(-cv_names) ">
64 <sanitizer> 64 <sanitizer>
65 <valid initial="string.printable"> 65 <valid initial="string.printable">
66 <remove value="'"/> 66 <remove value="'"/>
67 <remove value="&quot;"/> 67 <remove value="&quot;"/>
88 <data name="param_html" format="html"/> 88 <data name="param_html" format="html"/>
89 </outputs> 89 </outputs>
90 <help>A tool for visualization and validation of PSI mapping and CV files. 90 <help>A tool for visualization and validation of PSI mapping and CV files.
91 91
92 92
93 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_CVInspector.html</help> 93 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_CVInspector.html</help>
94 </tool> 94 </tool>