92af801b13ef554329584bdd49bd4d746793766f kent Thu Aug 28 08:35:34 2014 -0700 Parallelized bigWig clustering via hacTree to produce a json graph seems to work. diff --git src/oneShot/bigWigCluster/makefile src/oneShot/bigWigCluster/makefile new file mode 100644 index 0000000..0c9b372 --- /dev/null +++ src/oneShot/bigWigCluster/makefile @@ -0,0 +1,3 @@ +kentSrc = ../.. +A = bigWigCluster +include $(kentSrc)/inc/userApp.mk