1e7f2a7a806fccac0d5633d8191b8475821b0480
ceisenhart
  Sat Aug 23 11:55:44 2014 -0700
ExpData.c takes in a matrix of data and a corresponding matrix of names.The output is a .json file which can be used for visualizations.
forceLayout.html is a d3 visualization that is generated with  a .json file.
radialDend.html is a d3 visualization that is generated with a .json
file.

hacTree.c, refactored the code slightly to remove uneccesary merge
calls.

bigWigCluster.c
runs on a list of bigWig files, uses the hacTree library to cluster the
bigWigs into a binary tree. The output is a .json file which can be used
for visualizations

diff --git src/utils/bigWigCluster/makefile src/utils/bigWigCluster/makefile
new file mode 100644
index 0000000..0c9b372
--- /dev/null
+++ src/utils/bigWigCluster/makefile
@@ -0,0 +1,3 @@
+kentSrc = ../..
+A = bigWigCluster
+include $(kentSrc)/inc/userApp.mk