diff OpenSwathRewriteToFeatureXML.xml @ 7:63e463c4abc1 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 08:25:01 -0400
parents 27dc92c6a49b
children 175016416031
line wrap: on
line diff
--- a/OpenSwathRewriteToFeatureXML.xml	Tue Mar 20 14:52:03 2018 -0400
+++ b/OpenSwathRewriteToFeatureXML.xml	Wed May 15 08:25:01 2019 -0400
@@ -10,7 +10,7 @@
   <expand macro="references"/>
   <expand macro="stdio"/>
   <expand macro="requirements"/>
-  <command>OpenSwathRewriteToFeatureXML
+  <command detect_errors="aggressive"><![CDATA[OpenSwathRewriteToFeatureXML
 
 #if $param_csv:
   -csv $param_csv
@@ -29,7 +29,7 @@
   -force
 #end if
 #end if
-</command>
+]]></command>
   <inputs>
     <param name="param_csv" type="data" format="tabular" optional="True" label="mProphet tsv output file: &quot;all_peakgroups.xls&quot;" help="(-csv) "/>
     <param name="param_featureXML" type="data" format="featurexml" optional="False" label="input featureXML file" help="(-featureXML) "/>
@@ -44,5 +44,5 @@
   <help>Combines featureXML and mProphet tsv to FDR filtered featureXML.
 
 
-For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_OpenSwathRewriteToFeatureXML.html</help>
+For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_OpenSwathRewriteToFeatureXML.html</help>
 </tool>