826d8721b1c1b0a8b1030056c90f14a8d319f5e8
kent
  Mon Dec 28 16:30:36 2020 -0800
First cut of tool designed to cluster big matrices by column.  This is a refactoring of clusterMatrixIntoBarchartBed to just handle the matrix shrinking part, whichis the most time consuming and perhaps useful elsewhere.

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