diff 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
line wrap: on
line diff
--- a/CVInspector.xml	Mon Feb 12 08:46:20 2018 -0500
+++ b/CVInspector.xml	Wed May 15 05:44:24 2019 -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.-->
+<!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
 <!--Proposed Tool Section: [Utilities]-->
-<tool id="CVInspector" name="CVInspector" version="2.2.0">
+<tool id="CVInspector" name="CVInspector" version="2.3.0">
   <description>A tool for visualization and validation of PSI mapping and CV files.</description>
   <macros>
     <token name="@EXECUTABLE@">CVInspector</token>
@@ -10,7 +10,7 @@
   <expand macro="references"/>
   <expand macro="stdio"/>
   <expand macro="requirements"/>
-  <command>CVInspector
+  <command detect_errors="aggressive"><![CDATA[CVInspector
 
 -cv_files
   #for token in $param_cv_files:
@@ -49,7 +49,7 @@
   -force
 #end if
 #end if
-</command>
+]]></command>
   <inputs>
     <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) ">
       <sanitizer>
@@ -59,7 +59,7 @@
         </valid>
       </sanitizer>
     </param>
-    <repeat name="rep_param_cv_names" min="1" max="1" title="param_cv_names">
+    <repeat name="rep_param_cv_names" min="1" title="param_cv_names">
       <param name="param_cv_names" type="text" size="30" label="List of identifiers (one for each ontology file)" help="(-cv_names) ">
         <sanitizer>
           <valid initial="string.printable">
@@ -90,5 +90,5 @@
   <help>A tool for visualization and validation of PSI mapping and CV files.
 
 
-For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_CVInspector.html</help>
+For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_CVInspector.html</help>
 </tool>