diff Digestor.xml @ 9:688f329e6583 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5-dirty
author galaxyp
date Fri, 17 May 2019 10:20:34 -0400
parents 4a795d35e396
children 7af5860ae563
line wrap: on
line diff
--- a/Digestor.xml	Tue Mar 20 15:22:16 2018 -0400
+++ b/Digestor.xml	Fri May 17 10:20:34 2019 -0400
@@ -10,7 +10,7 @@
   <expand macro="references"/>
   <expand macro="stdio"/>
   <expand macro="requirements"/>
-  <command>Digestor
+  <command detect_errors="aggressive"><![CDATA[Digestor
 
 #if $param_in:
   -in $param_in
@@ -48,7 +48,7 @@
   -force
 #end if
 #end if
-</command>
+]]></command>
   <inputs>
     <param name="param_in" type="data" format="fasta" optional="False" label="input file" help="(-in) "/>
     <param name="param_out_type" display="radio" type="select" optional="True" label="Set this if you cannot control the filename of 'out'," help="(-out_type) e.g., in TOPPAS">
@@ -95,5 +95,5 @@
   <help>Digests a protein database in-silico.
 
 
-For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_Digestor.html</help>
+For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_Digestor.html</help>
 </tool>