diff DigestorMotif.xml @ 9:861833218c65 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:22:48 -0400
parents 2f207d8b1bce
children bc7bd4710c4e
line wrap: on
line diff
--- a/DigestorMotif.xml	Tue Mar 20 15:24:42 2018 -0400
+++ b/DigestorMotif.xml	Fri May 17 10:22:48 2019 -0400
@@ -10,7 +10,7 @@
   <expand macro="references"/>
   <expand macro="stdio"/>
   <expand macro="requirements"/>
-  <command>DigestorMotif
+  <command detect_errors="aggressive"><![CDATA[DigestorMotif
 
 #if $param_in:
   -in $param_in
@@ -46,7 +46,7 @@
   -force
 #end if
 #end if
-</command>
+]]></command>
   <inputs>
     <param name="param_in" type="data" format="fasta" optional="False" label="FASTA input file" help="(-in) "/>
     <param name="param_missed_cleavages" type="integer" min="0" optional="True" value="1" label="the number of allowed missed cleavages" help="(-missed_cleavages) "/>
@@ -98,5 +98,5 @@
   <help>digests a protein database in-silico
 
 
-For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_DigestorMotif.html</help>
+For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_DigestorMotif.html</help>
 </tool>