diff closestBed.xml @ 6:d25966c8ddeb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 6ce9a5a91d803b9ac9e743d9721ff0ccd2a5a59f-dirty
author iuc
date Sun, 22 May 2016 12:33:32 -0400
parents f8b7dc21b4ee
children 7308cc546a36
line wrap: on
line diff
--- a/closestBed.xml	Sat Feb 27 12:56:56 2016 -0500
+++ b/closestBed.xml	Sun May 22 12:33:32 2016 -0400
@@ -7,7 +7,7 @@
     <expand macro="stdio" />
     <command>
 <![CDATA[
-        #set inputBs = ' '.join( [ str( $file ) for $file in $inputB ] )
+        #set inputBs = "' '".join([str( $file ) for $file in $inputB])
 
         closestBed
         $strand
@@ -23,8 +23,8 @@
         #if $k:
             -k $k
         #end if
-        -a $inputA
-        -b $inputBs
+        -a '$inputA'
+        -b '$inputBs'
         > $output
 ]]>
     </command>