156285591ea89b04acaf0f97c123e67f481c521e
braney
  Thu Jul 29 11:45:20 2021 -0700
some AS files to support knownGene in a separate database

diff --git src/hg/lib/defaultKnown.as src/hg/lib/defaultKnown.as
new file mode 100644
index 0000000..752407a
--- /dev/null
+++ src/hg/lib/defaultKnown.as
@@ -0,0 +1,5 @@
+table defaultKnown
+"Name of database with knownGene tables"
+    (
+    string  name;	"Name of database with knownGene tables"
+    )