94234c062dc26dd2ee4fe2b381ca11486848c601
mmaddren
  Wed May 21 16:09:32 2014 -0700
more or less final methylateGenome, and added a new tool analyzeCpG which currently clusters CpG regions in a bed file
diff --git src/utils/analyzeCpG/makefile src/utils/analyzeCpG/makefile
new file mode 100644
index 0000000..5f87705
--- /dev/null
+++ src/utils/analyzeCpG/makefile
@@ -0,0 +1,3 @@
+kentSrc = ../..
+A = analyzeCpG
+include $(kentSrc)/inc/userApp.mk