diff makeWindowsBed.xml @ 11:7308cc546a36 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 19967671ddd4e750f53d71274e5c12325a402811
author iuc
date Mon, 17 Oct 2016 10:13:35 -0400
parents 607c0576c6ab
children 44867b59dbf2
line wrap: on
line diff
--- a/makeWindowsBed.xml	Mon Oct 03 07:36:08 2016 -0400
+++ b/makeWindowsBed.xml	Mon Oct 17 10:13:35 2016 -0400
@@ -9,9 +9,9 @@
 <![CDATA[
         bedtools makewindows
         #if $type.type_select == 'genome':
-            -g $type.genome
+            -g '$type.genome'
         #else:
-            -b $type.input
+            -b '$type.input'
         #end if
         #if $action.action_select == 'windowsize':
             -w $action.windowsize
@@ -23,7 +23,7 @@
             -s $action.step_size
         #end if
         $sourcename
-        > $output
+        > '$output'
 ]]>
     </command>
     <inputs>