98aa95938f3af948c60e20044318595f10fee780
braney
  Thu May 13 15:22:00 2021 -0700
ongoing work on cart rewrite system

diff --git src/hg/lib/cartRewrite.c src/hg/lib/cartRewrite.c
new file mode 100644
index 0000000..e5a6faf
--- /dev/null
+++ src/hg/lib/cartRewrite.c
@@ -0,0 +1,15 @@
+
+#include "cartRewrite.h"
+
+struct regexEdit cartEdit0[] = 
+{
+{"snp151Common=\\(pack\\|full\\|dense\\|squish\\)","superSnp=show&snp151Common_super=\\1"},
+{"snp151Common=hide","snp151Common_super=hide"},
+{"snp151Common\\.", "snp151Common_super."},
+};
+
+struct cartRewrite cartRewrites[] =
+{
+{ cartEdit0, ArraySize(cartEdit0)},
+};
+