diff QCImporter.xml @ 7:0798f2fa6c1f draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Fri, 17 May 2019 04:42:49 -0400
parents 800e653be528
children ddf8a08bbd91
line wrap: on
line diff
--- a/QCImporter.xml	Tue Mar 20 15:06:41 2018 -0400
+++ b/QCImporter.xml	Fri May 17 04:42:49 2019 -0400
@@ -10,7 +10,7 @@
   <expand macro="references"/>
   <expand macro="stdio"/>
   <expand macro="requirements"/>
-  <command>QCImporter
+  <command detect_errors="aggressive"><![CDATA[QCImporter
 
 #if $param_in:
   -in $param_in
@@ -29,7 +29,7 @@
   -force
 #end if
 #end if
-</command>
+]]></command>
   <inputs>
     <param name="param_in" type="data" format="qcml" optional="True" label="Input qcml file" help="(-in) "/>
     <param name="param_table" type="data" format="tabular" optional="False" label="The table containing the additional qp values in the columns" help="(-table) First row is considered containing the header. The target run or set names/ids are indicated by column &quot;raw data file&quot;, so each row after the header will contain the values of qps for that run. (csv without &quot;!)"/>
@@ -44,5 +44,5 @@
   <help>Imports tables with quality control parameters into qcml files.
 
 
-For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_QCImporter.html</help>
+For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_QCImporter.html</help>
 </tool>