changeset 1:0476ee45d253

Fix multiple wig input for heatmap.
author Jim Johnson <jj@umn.edu>
date Wed, 24 Sep 2014 10:05:45 -0500
parents 4e52505adaa6
children 45e094f8858f
files heatmapr.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/heatmapr.xml	Wed Sep 17 15:03:26 2014 -0400
+++ b/heatmapr.xml	Wed Sep 24 10:05:45 2014 -0500
@@ -5,12 +5,12 @@
   </macros>
   <expand macro="requirements_bx" />
   <command>
-#set $tmp = str($wfile)
+#set $wfiles = str($wfile)
 #set $ttitle = "\""+str($title)+"\""
 #set $txlabel = "\""+str($xlabel)+"\""
 #set $tylabel = "\""+str($ylabel)+"\""
 #for $m in $more
-#set $tmp = $tmp + "," + str($m.wfile)
+#set $wfiles = $wfiles + "," + str($m.wfile)
 ###set $ttitle = $ttitle + ",\"" + str($m.title)+"\""
 #set $txlabel = $txlabel + ",\"" + str($m.xlabel)+"\""
 #set $tylabel = $tylabel + ",\"" + str($m.ylabel)+"\""
@@ -38,7 +38,7 @@
 #set $advparam = " "
 #end if
 ##
-heatmapr -b $bfile -w $wfile 
+heatmapr -b "$bfile" -w "$wfiles"
 #if $wfile.extension == "wig"
 --wig_format="wig"
 #elif $wfile.extension == "bigwig"