| Previous changeset 100:8b4a8ed03fe6 (2017-01-19) Next changeset 102:299ef6eb08ed (2017-01-19) |
|
Commit message:
Uploaded |
|
modified:
heatmap.sh |
| b |
| diff -r 8b4a8ed03fe6 -r 95e287423c40 heatmap.sh --- a/heatmap.sh Thu Jan 19 15:19:43 2017 -0500 +++ b/heatmap.sh Thu Jan 19 15:26:25 2017 -0500 |
| [ |
| @@ -24,13 +24,13 @@ #if row cut was done, add that autogenerated classification if [ ${12} -gt 1 ] then - classifications='Class $tdir/ROfile.txt.cut row_categorical' + classifications="Class $tdir/ROfile.txt.cut row_categorical" fi #if col cut was done, add that autogenerated classification if [ ${13} -gt 1 ] then - classifications='$classifications Class $tdir/COfile.txt.cut col_categorical' + classifications="$classifications Class $tdir/COfile.txt.cut col_categorical" fi #now add the user provided classification files |