e28685060d11d006ed870d8b3030e251bb63076b
kent
  Thu Sep 12 17:02:26 2019 -0700
First commit of program to import JSON from Parth's tracker into hcat.  Needs to generate table headers, but the table columns are looking good by visual inspection at least.

diff --git src/hca/hcat/hcatParseParth/makefile src/hca/hcat/hcatParseParth/makefile
new file mode 100644
index 0000000..6204c59
--- /dev/null
+++ src/hca/hcat/hcatParseParth/makefile
@@ -0,0 +1,3 @@
+kentSrc = ../../..
+A = hcatParseParth
+include $(kentSrc)/inc/userApp.mk