4d281833c93fd7df59076b28710e3c5483501f97 braney Sun May 8 13:06:27 2022 -0700 first cut of utility to convert trackDb tables into hub trackDb.txt files diff --git src/hg/makeDb/trackDbToTxt/makefile src/hg/makeDb/trackDbToTxt/makefile new file mode 100644 index 0000000..824b102 --- /dev/null +++ src/hg/makeDb/trackDbToTxt/makefile @@ -0,0 +1,3 @@ +kentSrc = ../../.. +A = trackDbToTxt +include $(kentSrc)/inc/userApp.mk