7d86e0ffbe4295c91220ff671c3eeb2009d41408
braney
  Sun Feb 25 11:09:39 2024 -0800
working on quickLift UI

diff --git src/hg/lib/quickLiftChain.as src/hg/lib/quickLiftChain.as
new file mode 100644
index 0000000..dcfb896
--- /dev/null
+++ src/hg/lib/quickLiftChain.as
@@ -0,0 +1,8 @@
+table quickLiftChain
+"bigChain files used by quickLift. */
+    (
+    uint id;            " Auto-incrementing ID"
+    string  fromDb;	"Short name of 'from' database.  'hg15' or the like"
+    string  toDb;	"Short name of 'to' database.  'hg16' or the like"
+    lstring path;	"Path to bigChain file"
+    )