# HG changeset patch # User Jim Johnson # Date 1411571145 18000 # Node ID 0476ee45d25337aa27e2c78da9a73e7edac83128 # Parent 4e52505adaa6c28473b73f380f11fe7b38a532fb Fix multiple wig input for heatmap. diff -r 4e52505adaa6 -r 0476ee45d253 heatmapr.xml --- 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 @@ -#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"