d4a3feddfc5449a169647014d11014030a747c4e ceisenhart Mon May 18 13:46:35 2015 -0700 Changed the graph generation a bit, now the nodes are weighted based on children diff --git src/hg/expMatrixToJson/makefile src/hg/expMatrixToJson/makefile new file mode 100644 index 0000000..27e97fc --- /dev/null +++ src/hg/expMatrixToJson/makefile @@ -0,0 +1,3 @@ +kentSrc = ../.. +A = expMatrixToJson +include $(kentSrc)/inc/userApp.mk