diff reldist.xml @ 13:fadebae7e69b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 391d2d41095edb2badf70924d3636238453ee377
author iuc
date Mon, 23 Jan 2017 06:43:06 -0500
parents 607c0576c6ab
children a8eabd2838f6
line wrap: on
line diff
--- a/reldist.xml	Fri Oct 28 12:54:40 2016 -0400
+++ b/reldist.xml	Mon Jan 23 06:43:06 2017 -0500
@@ -8,10 +8,10 @@
     <command>
 <![CDATA[
         bedtools reldist
-        -a $inputA
-        -b $inputB
+        -a '$inputA'
+        -b '$inputB'
         $detail
-        > "$output"
+        > '$output'
 ]]>
     </command>
     <inputs>