428a47dfc975f02f3c3a97b3273d7b95f9789ff4 angie Tue Oct 1 13:12:08 2019 -0700 New util dbSnpJsonToTab converts JSON to bigDbSnp and dbSnpDetails files; checkBigDbSnp flags clustering anomalies. refs #23283 diff --git src/hg/snp/checkBigDbSnp/makefile src/hg/snp/checkBigDbSnp/makefile new file mode 100644 index 0000000..2eef34a --- /dev/null +++ src/hg/snp/checkBigDbSnp/makefile @@ -0,0 +1,3 @@ +kentSrc = ../../.. +A = checkBigDbSnp +include $(kentSrc)/inc/userApp.mk