diff PSMFeatureExtractor.xml @ 2:54ff34feb43d 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:53:38 -0400
parents 16a3498124d1
children 8d4b175e06b5
line wrap: on
line diff
--- a/PSMFeatureExtractor.xml	Tue Mar 20 15:15:33 2018 -0400
+++ b/PSMFeatureExtractor.xml	Fri May 17 04:53:38 2019 -0400
@@ -10,7 +10,7 @@
   <expand macro="references"/>
   <expand macro="stdio"/>
   <expand macro="requirements"/>
-  <command>PSMFeatureExtractor
+  <command detect_errors="aggressive"><![CDATA[PSMFeatureExtractor
 
 -in
   #for token in $param_in:
@@ -50,7 +50,7 @@
   -force
 #end if
 #end if
-</command>
+]]></command>
   <inputs>
     <param name="param_in" type="data" format="mzid,idxml" multiple="true" optional="False" size="30" label="Input file(s)" help="(-in) ">
       <sanitizer>
@@ -85,5 +85,5 @@
   <help>Computes extra features for each input PSM.
 
 
-For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_PSMFeatureExtractor.html</help>
+For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_PSMFeatureExtractor.html</help>
 </tool>